Switch to base64 for mails over 200 chars in line
This is done because Python's qp encoding can be a bit problematic with
line endings.
Also, bumping the line length limit to 200 makes the downloaded mboxes
readable with any sensible patches and is well below the RFC 5322 limit
of 998 characters.
The changes in checksums are due to emails not being qp-encoded.
Signed-off-by:
Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Showing
Please register or sign in to comment