Skip to content

Fix plain text Base64 attachments being broken on save

Michael Gratton requested to merge wip/362-utf8-attachments into mainline

Ensure that Base64 encoded parts are saved as-is (i.e. without charset and CRLF fixup) so that people get something that is as close as possible, byte-for-byte to what was sent.

See #362 (closed)

Merge request reports