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 remi.lapeyre
Recipients barry, r.david.murray, remi.lapeyre, skreft
Date 2018-11-12.23:25:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542065118.92.0.788709270274.issue35222@psf.upfronthosting.co.za>
In-reply-to
Content
This is indeed an issue with formataddr, it expects the input to be ascii encoded as RFC 2822 requires.

Email is much more complicated though and has been internationalized, a summary of this work is available at https://en.wikipedia.org/wiki/Email_address#Internationalization.

I think the check in formataddr is not desirable anymore and should be remove.

I'm not sure wether the resulting value should be encoded using email.header or not.
History
Date User Action Args
2018-11-12 23:25:18remi.lapeyresetrecipients: + remi.lapeyre, barry, r.david.murray, skreft
2018-11-12 23:25:18remi.lapeyresetmessageid: <1542065118.92.0.788709270274.issue35222@psf.upfronthosting.co.za>
2018-11-12 23:25:18remi.lapeyrelinkissue35222 messages
2018-11-12 23:25:18remi.lapeyrecreate