Milan Oberkirch added the comment:

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.

----------
Added file: http://bugs.python.org/file36350/smtplib_smtputf8V3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22027>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to