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 maxking
Recipients barry, maxking, mtorromeo, r.david.murray
Date 2019-06-14.18:42:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560537742.47.0.458659885655.issue32178@roundup.psfhosted.org>
In-reply-to
Content
I don't think this is an issue anymore, I guess this was fixed as a part of some other PR.

I tested this out on a recent branch:

   >>> import email
   >>> msg = email.message_from_string('From: Abhilash <maxking@email.com> <Another@some.com>')
   >>> msg['From'] 
   'Abhilash <maxking@email.com> <Another@some.com>'

@david, @barry: I think we can close this issue.
History
Date User Action Args
2019-06-14 18:42:22maxkingsetrecipients: + maxking, barry, r.david.murray, mtorromeo
2019-06-14 18:42:22maxkingsetmessageid: <1560537742.47.0.458659885655.issue32178@roundup.psfhosted.org>
2019-06-14 18:42:22maxkinglinkissue32178 messages
2019-06-14 18:42:22maxkingcreate