Skip to content

Commit a436bd5

Browse files
📜🤖 Added by blurb_it.
1 parent 6f64300 commit a436bd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

0 commit comments

Comments
 (0)