Skip to content

Commit 7f824cc

Browse files
committed
docs: update News
1 parent b21d326 commit 7f824cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Fix the mismatched email headers after converting them to bytes and parsing them into an email message.
2-
This issue only occurs with long text without any spaces.
3-
Root cause: The email library doesn't know how to wrap long text without spaces, but it wraps it anyway with a leading WSP, which is not removed when converting bytes to EmailMessage.
1+
Fix email parsing bug that introduced spurious leading whitespace into header values when the header includes a newline character after the ';' and before the value.

0 commit comments

Comments
 (0)