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 lpirl
Recipients barry, lpirl, r.david.murray
Date 2013-07-25.17:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374774687.14.0.323037279349.issue18557@psf.upfronthosting.co.za>
In-reply-to
Content
I am missing a non-hidden equivalent of email._parseaddr.AddressList.
AddressList was retained from the former rfc822 module and is still used internally.

Yes, there is email.utils but for what I know, with the provided functionality it is not possible to parse a comma separated list of email addresses (ex. "a@example.com, b@example.com").

Since RFC5322 allow commas in the local part [1], one cannot simply split a list of email addresses by comma and use email.utils.getaddresses.

[1] http://tools.ietf.org/html/rfc5322#section-3.2.3
History
Date User Action Args
2013-07-25 17:51:27lpirlsetrecipients: + lpirl, barry, r.david.murray
2013-07-25 17:51:27lpirlsetmessageid: <1374774687.14.0.323037279349.issue18557@psf.upfronthosting.co.za>
2013-07-25 17:51:27lpirllinkissue18557 messages
2013-07-25 17:51:26lpirlcreate