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 barry
Recipients barry, brett.cannon, eric.smith, r.david.murray, rhettinger, terry.reedy, vstinner
Date 2015-10-04.20:15:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443989716.97.0.876335777652.issue25008@psf.upfronthosting.co.za>
In-reply-to
Content
I'm liking RDM's port of smtpd.py.  I've done some clean ups, bug fixes, and added some debugging.  See this branch over on gitlab:

https://gitlab.com/python-smtpd-hackers/aiosmtpd/tree/issue25508

Try `python3 server.py` then run client.py in another terminal (it uses smtplib) or just telnet.

I plan to continue pursuing this approach; please comment over there.
History
Date User Action Args
2015-10-04 20:15:17barrysetrecipients: + barry, brett.cannon, rhettinger, terry.reedy, vstinner, eric.smith, r.david.murray
2015-10-04 20:15:16barrysetmessageid: <1443989716.97.0.876335777652.issue25008@psf.upfronthosting.co.za>
2015-10-04 20:15:16barrylinkissue25008 messages
2015-10-04 20:15:16barrycreate