You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not super familiar with email specs, but is there any reason why this library doesn't support 8-bit content-encoding? Is it not well-supported by clients and servers?
It is not supported at the moment because RFC5322 requires messages to be US-ASCII. In addition to that, lines in a message cannot exceed 998 characters so an 8-bit part exceeding this limit has to be encoded using quoted-printable to comply with RFC5322 anyway.
That being said, I'll keep this issue open so support for 8-bit encoding is added as a configuration flag.
I'm not super familiar with email specs, but is there any reason why this library doesn't support 8-bit content-encoding? Is it not well-supported by clients and servers?
https://datatracker.ietf.org/doc/html/rfc6152
The text was updated successfully, but these errors were encountered: