This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients barry, drlazor8, r.david.murray
Date 2020-02-28.19:07:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582916830.2.0.14436183766.issue39757@roundup.psfhosted.org>
In-reply-to
Content
This is not actually a duplicate of 11783.  Rereading (parts of) that issue, we decided we currently have no good way to do automatic conversion between unicode and internationalized domains, so the user of the library has to do it themselves.  This means that the bug *here* is that the new email API is *wrongly* encoding the non-ascii in the domain by using an encoded word.  I'm surprised at that; I thought I'd guarded against it.

What should be happening here is that an error should be raised when that header is set (or possibly when it is accessed/serialized, but when set would be better I think) saying that there is non-ascii in the domain part.
History
Date User Action Args
2020-02-28 19:07:10r.david.murraysetrecipients: + r.david.murray, barry, drlazor8
2020-02-28 19:07:10r.david.murraysetmessageid: <1582916830.2.0.14436183766.issue39757@roundup.psfhosted.org>
2020-02-28 19:07:10r.david.murraylinkissue39757 messages
2020-02-28 19:07:10r.david.murraycreate