-
Notifications
You must be signed in to change notification settings - Fork 104
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
Line wrap plain text and HTML parts #63
Comments
So it looks like there is a hard-limit at 998 characters per line, but a suggested soft-limit at 78 characters per line (excluding CRLF line termination)
|
I'd definitely prefer to respect the 78 char limit. It would be annoying to "view source" in an email client and get a massively wide window to scroll around. |
Yeah, at 78-char wide it would look nice and tidy when you scroll by the base64 (72-char wide blocks) |
@jhillyerd I was looking at https://github.com/yosssi/gohtml as a drop in for satisfying the HTML line wrapping requirement. There is still more work to be done implementing format=flowed for text/plain |
enmime does not enforce a line-length on text parts. It should wrap the content in a way that preserves the original bytes upon decoding.
The text was updated successfully, but these errors were encountered: