We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I was looping in my inbox and found an e-mail with a Message-ID that causes an unexpected exception to be thrown:
msgid = "<[[email protected]]>" assert msgid.startswith("<[") and msgid.endswith("]>") email_message = email.message.EmailMessage() email_message["Message-ID"] = msgid # Throws IndexError
3.11
Linux
The text was updated successfully, but these errors were encountered:
This is a duplicate of #86650.
Sorry, something went wrong.
Or #105802.
Thank you @serhiy-storchaka , sorry for not finding an existing bug.
Or #94306.
You are not the only one. There are currently three open issues for the same bug.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
I was looping in my inbox and found an e-mail with a Message-ID that causes an unexpected exception to be thrown:
CPython versions tested on:
3.11
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: