Mark Sapiro <[email protected]> added the comment:

The issue is illustrated much more simply as follows:

email.utils.parseaddr('John Doe [email protected] <[email protected]>')

returns

('', 'John Doe [email protected]')

whereas it should return

('John Doe [email protected]', '[email protected]')

I'll look at developing a patch.

----------
nosy: +msapiro

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34155>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to