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 r.david.murray
Recipients barry, maxking, msapiro, p-ganssle, r.david.murray, xtreak
Date 2019-05-17.15:25:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558106742.81.0.565866869906.issue36564@roundup.psfhosted.org>
In-reply-to
Content
Right, one of the fundamental principles of the email library is that when parsing input we do not ever raise an error.  We may note defects, but whatever we get we *must* parse and turn in to *something*.
History
Date User Action Args
2019-05-17 15:25:42r.david.murraysetrecipients: + r.david.murray, barry, msapiro, maxking, p-ganssle, xtreak
2019-05-17 15:25:42r.david.murraysetmessageid: <1558106742.81.0.565866869906.issue36564@roundup.psfhosted.org>
2019-05-17 15:25:42r.david.murraylinkissue36564 messages
2019-05-17 15:25:42r.david.murraycreate