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 zvyn
Recipients barry, jesstess, pitrou, r.david.murray, zvyn
Date 2014-08-11.23:03:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407798186.99.0.62499840449.issue22027@psf.upfronthosting.co.za>
In-reply-to
Content
After blindly raising errors for 'SMTPUTF8' without 'BODY=.*' I found out that 'SMTPUTF8' alone is actually perfectly fine (for using international names in addresses but sending ASCII data). Which means I did a mistake in the smtpd patch :(
The attached 3rd version of the smtplib patch implements your suggestions, including re-factoring of the mail option parsing. One test is commented out until smtpd is fixed. I'll do that as -part of- issue 21795 tomorrow.
History
Date User Action Args
2014-08-11 23:03:07zvynsetrecipients: + zvyn, barry, pitrou, r.david.murray, jesstess
2014-08-11 23:03:06zvynsetmessageid: <1407798186.99.0.62499840449.issue22027@psf.upfronthosting.co.za>
2014-08-11 23:03:06zvynlinkissue22027 messages
2014-08-11 23:03:06zvyncreate