[issue21725] RFC 6531 (SMTPUTF8) support in smtpd

Milan Oberkirch report at bugs.python.org
Tue Jul 29 03:56:59 CEST 2014


Milan Oberkirch added the comment:

Thanks for the review and improvements!

I fixed the warnings (didn't see them with running tests as described in the dev guide; I may improve that later), updated the docs to RFC 5321 (issue 19679 is referring to RFC 3463 which is not required/updated/obsoleted by RFC 5321), and fixed the _print_message method of the DebuggingServer.

Testing DebuggingServer seems difficult because it prints to stdout so I'm just checking that no exceptions are raised.

I'm aware of the maximum command length thing but would fix it in issue 21783 (because it becomes a bug when dealing with that).

----------
Added file: http://bugs.python.org/file36149/issue21725v5.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21725>
_______________________________________


More information about the Python-bugs-list mailing list