This series packages the newest version of the `mail-parser` crate along with its new `hashify` dep for Debian Trixie.
The second part of the series adapts proxmox-notify to the changes in `mail-parser`'s API. debcargo-conf: Lukas Wagner (3): import mail-parser from bookworm package hashify 0.2.6 update mail-parser to 0.11.0 src/hashify/debian/changelog | 6 ++ src/hashify/debian/copyright | 37 +++++++++ src/hashify/debian/copyright.debcargo.hint | 49 ++++++++++++ src/hashify/debian/debcargo.toml | 2 + src/mail-parser/debian/changelog | 17 ++++ src/mail-parser/debian/copyright | 49 ++++++++++++ .../debian/copyright.debcargo.hint | 77 +++++++++++++++++++ src/mail-parser/debian/debcargo.toml | 2 + 8 files changed, 239 insertions(+) create mode 100644 src/hashify/debian/changelog create mode 100644 src/hashify/debian/copyright create mode 100644 src/hashify/debian/copyright.debcargo.hint create mode 100644 src/hashify/debian/debcargo.toml create mode 100644 src/mail-parser/debian/changelog create mode 100644 src/mail-parser/debian/copyright create mode 100644 src/mail-parser/debian/copyright.debcargo.hint create mode 100644 src/mail-parser/debian/debcargo.toml proxmox: Lukas Wagner (3): notify: smtp: move building of forwarded mails to separate function notify: smtp: add test for building forwarded messages notify: update mail-parser dependency to 0.11 Cargo.toml | 2 +- proxmox-notify/src/endpoints/smtp.rs | 221 ++++++++++-------- proxmox-notify/src/lib.rs | 3 +- proxmox-notify/testdata/test1.msg | 104 +++++++++ .../test_forward_message_from_raw.ref | 95 ++++++++ 5 files changed, 331 insertions(+), 94 deletions(-) create mode 100644 proxmox-notify/testdata/test1.msg create mode 100644 proxmox-notify/testdata/test_forward_message_from_raw.ref Summary over all repositories: 13 files changed, 570 insertions(+), 94 deletions(-) -- Generated by git-murpp 0.8.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel