Notes for asyncio smtpd
Sep. 13th, 2015 04:23 pmCollects notes for an upcoming sprint where our goal will be to write an SMTP daemon using asyncio.
SMTP: RFC 5321
Asyncio:
- Python 3.5 asyncio docs
- Asyncio.org lists packages, tutorials, and blogs.