[issue15014] smtplib: add support for arbitrary auth methods

Barry A. Warsaw report at bugs.python.org
Mon Jun 22 23:47:00 CEST 2015


Barry A. Warsaw added the comment:

Also, smtpd is not compatible with auth challenges because found_terminator() doesn't know that the response its getting isn't a command but instead a challenge response.  So really we need another bug to track fixes to smtpd.py to handle challenge responses.  It makes no sense for smtpd and smtplib not to be compatible.

(Who wants to reimplement smtpd in asyncio? :)

----------

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


More information about the Python-bugs-list mailing list