-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support format=flowed? #5
Comments
That is done to preserve the integrity of the message. According to RFC2045 section 6.7:
|
That's true, but the spec also says quoted-printable shouldn't be used for this purpose https://www.ietf.org/rfc/rfc2646.html#section-4.1
It also appears in section 6.7 that white space stripping/adding is rare (and this was written in 1999) and degrades gracefully to non-flowed plaintext. Anecdotally, I see 7-bit-encoded format=flowed emails in my inbox |
@alexwennerberg I'll keep this issue (as well the other two) open and as soon as I have some time I'll see how this can be improved. |
The text was updated successfully, but these errors were encountered: