Notes for asyncio smtpd
Collects 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.