Releases: muflone/mumailer
Releases · muflone/mumailer
Release 0.5.0
Release 0.4.4
- Added compatibility with Python 3.11
- Added encryption protocol TLS for latest TLS version
- Renamed Message method to_email_message to _to_email_message
- Removed unused Attachment charset
- Allowed also no encryption
- Removed use_ssl and use_tls and determine the connection type and TLS encryption from the encryption method
Release 0.4.3
- Code cleanup
Release 0.4.2
- Updated dependencies
- Code cleanup
- Added icons
Release 0.4.1
- Fixed typo in the documentation
Release 0.4.0
- Added custom headers to the Message
Release 0.3.1
- Added command line script mumailer
- Moved from setup.py to setup.cfg and build
Release 0.3.0
- Added ProfileSmtp for SMTP configuration files
- Added ProfileMessage to set message settings
- Added samples to the installed package
Release 0.2.0
- Added basic usage example to README
- Added command line options for the samples
Release 0.1.1
- Added PyPI badges