Files
kumomta/crates/message
Wez Furlong 875d596f86 mailparsing: remove implicit lossy MimePart::to_message_string()
This was causing some problems with legacy shift_jis content,
so replace it with a binary preserving equivalent, and fixup
the call sites to use the renamed `to_message_bytes` method
instead.
2026-03-31 14:53:40 +01:00
..