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

do not encode the from header twice #53

Closed frederikbosch closed 6 years ago

frederikbosch commented 6 years ago

The From header was encoded twice. This causes troubles especially when the address contains new lines due to character limits on a single line.