-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
email module generates wrong MIME header with quoted-printable encoded extra space with Python 3.12.4 #120930
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
Labels
Comments
matthieucan
added a commit
to matthieucan/cpython
that referenced
this issue
Jul 14, 2024
… folding EmailMessage
encukou
pushed a commit
that referenced
this issue
Jul 18, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 18, 2024
… in email headers (pythonGH-121747) (cherry picked from commit cecacee) Co-authored-by: Matthieu Caneill <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 18, 2024
… in email headers (pythonGH-121747) (cherry picked from commit cecacee) Co-authored-by: Matthieu Caneill <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
In Python 3.12.4, using
EmailMessage
class with long non-ASCII characters in the subject, the resulting, encoded extra space=?utf-8?q?_?=
is generated. The issue doesn't occur with Python 3.12.3 and 3.11.9.Python 3.12.4
Python 3.12.3
CPython versions tested on:
3.12
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: