[issue21935] Implement AUTH command in smtpd.

Milan Oberkirch report at bugs.python.org
Wed Jul 16 20:28:02 CEST 2014


Milan Oberkirch added the comment:

Done. I added the keyarg 'enable_AUTH' and two abstract methods to the server:
process_auth(user, password) for authentication and accept_recipient(user, mailfrom, rcptto) for authorization.

----------
Added file: http://bugs.python.org/file35974/smtpd_AUTH_full.patch

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


More information about the Python-bugs-list mailing list