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 msapiro
Recipients barry, cnicodeme, jwilk, msapiro, r.david.murray
Date 2018-11-06.18:14:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541528084.82.0.788709270274.issue34155@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is illustrated much more simply as follows:

email.utils.parseaddr('John Doe jdoe@example.com <other@example.net>')

returns

('', 'John Doe jdoe@example.com')

whereas it should return

('John Doe jdoe@example.com', 'other@example.net')

I'll look at developing a patch.
History
Date User Action Args
2018-11-06 18:14:44msapirosetrecipients: + msapiro, barry, jwilk, r.david.murray, cnicodeme
2018-11-06 18:14:44msapirosetmessageid: <1541528084.82.0.788709270274.issue34155@psf.upfronthosting.co.za>
2018-11-06 18:14:44msapirolinkissue34155 messages
2018-11-06 18:14:44msapirocreate