-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-83938, gh-122476: Stop incorrectly RFC 2047 encoding non-ASCII email addresses #122540
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
0abca3e
Stop incorrectly RFC 2047 encoding non-ASCII email addresses
medmunds faa4006
Blurbs
medmunds f8f5eef
Merge branch 'main' into fix-issues-83938-122476
medmunds 99914e3
Merge branch 'main' into fix-issues-83938-122476
medmunds 819c0bc
Merge branch 'main' into fix-issues-83938-122476
medmunds bd6845d
fixup! Stop incorrectly RFC 2047 encoding non-ASCII email addresses
medmunds 61ac0d7
Merge branch 'main' into fix-issues-83938-122476
medmunds 43eaea1
fixup! Stop incorrectly RFC 2047 encoding non-ASCII email addresses
medmunds 5aafc33
Bump versionadded to 3.15
bitdancer 48c1cb1
Merge branch 'main' into fix-issues-83938-122476
bitdancer 3df70b6
fix inadvertent typo
bitdancer 8f3f6fd
Remove incomplete fix and temporarily disable new tests.
bitdancer f47e029
Move mime-parameter folding to top of loop.
bitdancer 73c7b6b
Fix the bug, update the doc changes.
bitdancer 0a259f4
Add some tests where the local part is folded.
bitdancer 6f5e5e1
Update doc changes
medmunds 6a6803e
Fix reference in docs
medmunds 71636d3
Merge branch 'main' into fix-issues-83938-122476
bitdancer fc31373
Fix typo in docs
medmunds 37f13db
Add whatsnew item
medmunds File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
3 changes: 3 additions & 0 deletions
3
Misc/NEWS.d/next/Library/2024-07-31-17-22-10.gh-issue-83938.TtUa-c.rst
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Stop incorrectly using RFC 2047 "encoded words" for email addresses with | ||
| non-ASCII characters when email.generator is called using a policy with | ||
| ``utf8=False``. | ||
|
medmunds marked this conversation as resolved.
Outdated
|
||
3 changes: 3 additions & 0 deletions
3
Misc/NEWS.d/next/Library/2024-07-31-17-23-06.gh-issue-122476.TtUa-c.rst
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Stop incorrectly using RFC 2047 "encoded words" for email addresses with | ||
| non-ASCII characters when email.generator is called using a policy with | ||
| ``utf8=False``. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.