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 r.david.murray
Recipients barry, jesstess, loewis, pitrou, python-dev, r.david.murray, zvyn
Date 2015-11-08.06:17:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446963449.28.0.928193029827.issue21935@psf.upfronthosting.co.za>
In-reply-to
Content
I used some of this code in writing tests for the auth_login failure in issue 25446 (thanks, Milan, you saved me a bunch of work :)

Now that we have asyncio and asynchat is deprecated, we've decided that the only real purpose of smtpd going forward is the smtplib tests.  Any other smtpd use should be converted to aiosmtpd instead.  Perhaps that library will eventually make its way into the stdlib and test_smtplib can use it as well.

So, I'm going to close this issue, but we may want to consider if and how auth fits into aiosmtpd (maybe as part of a 'testing server').
History
Date User Action Args
2015-11-08 06:17:29r.david.murraysetrecipients: + r.david.murray, loewis, barry, pitrou, jesstess, python-dev, zvyn
2015-11-08 06:17:29r.david.murraysetmessageid: <1446963449.28.0.928193029827.issue21935@psf.upfronthosting.co.za>
2015-11-08 06:17:29r.david.murraylinkissue21935 messages
2015-11-08 06:17:28r.david.murraycreate