You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the mismatched email headers after converting them to bytes and parsing them into an email message.
1
+
Fix the mismatched email headers after converting them to bytes and parsing them into an email message.
2
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.
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