-
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fix to unstructured header folding logic
If the first token we get to exceeds the SUGGESTED line length (78), don't add "\r\n " and then the token or we end up with: Subject:<SPACE> <SPACE><TOKEN> Instead, temporarily ignore the SUGGESTED line length (78) and forget the newline wrapping, thus producing: Subject:<SPACE><TOKEN> Partial fix for issue #451
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters