Releases: daxslab/mailProc
Releases · daxslab/mailProc
0.6.0
0.5.0
- 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
0.2.0
New architecture
0.1: multiple updates (includding API changes)
- Added Email class extending from python message object - Moved get_json_attachment function to new Email class - Added 'gzipped' option to get_json_attachment (now can get a gzipped JSON attachment file) - Added JSON attachment options to send_email function - Deprecated send_two_part_email function (will be removed) - Corrected some typos