* Variable arguments support in transport functions * Python 3.7 support
0.4.1
- Fixed SMTP sender transport error - Updated docs
0.4.0
- Updated dev extras_require with sphinx and tox - Allow sender transports to set from addresses as a list (API change, from address as string will be deprecated) - Included support for Blind Carbon Copy on sender transports
0.3.0
- Improved IMAP IDLE support (stable API) - Minor bug fixes