-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
gh-120930: Remove extra blank occuring in wrapped encoded words in email headers #121747
Conversation
… folding EmailMessage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix! Looks good (assuming tests pass).
Let's give @python/email-team a chance to review as well.
Misc/NEWS.d/next/Library/2024-07-14-11-18-28.gh-issue-120930.Kuo4L0.rst
Outdated
Show resolved
Hide resolved
LGTM, though I did suggest an alternative phrasing for the news item. |
Thanks @matthieucan for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
… in email headers (pythonGH-121747) (cherry picked from commit cecacee) Co-authored-by: Matthieu Caneill <matthieucan@users.noreply.github.com>
… in email headers (pythonGH-121747) (cherry picked from commit cecacee) Co-authored-by: Matthieu Caneill <matthieucan@users.noreply.github.com>
GH-121963 is a backport of this pull request to the 3.13 branch. |
GH-121964 is a backport of this pull request to the 3.12 branch. |
After some changes applied in ffe9ba0 to fix whitespace between encoded words when folding an EmailMessage, the following issue was introduced:
This patch fixes the special case.