genkgo / mail

Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
https://mail.readthedocs.io/
Other
402 stars 21 forks source link

Base64 and Quoted Printable Streams produce different results #30

Closed frederikbosch closed 6 years ago

frederikbosch commented 6 years ago

When encoding a message with quoted printable or base64, the streams produce different results. When using DKIM this will lead to wrong signatures.

frederikbosch commented 6 years ago

Resolved by 5840b0d7.