Skip to content

Releases: muflone/mumailer

Release 0.5.0

26 Nov 15:52
Compare
Choose a tag to compare
  • Added main script which includes both profiles and command line options

Release 0.4.4

26 Nov 15:51
Compare
Choose a tag to compare
  • 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

23 Sep 23:24
Compare
Choose a tag to compare
  • Code cleanup

Release 0.4.2

22 Sep 22:19
Compare
Choose a tag to compare
  • Updated dependencies
  • Code cleanup
  • Added icons

Release 0.4.1

07 Jan 23:42
Compare
Choose a tag to compare
  • Fixed typo in the documentation

Release 0.4.0

07 Jan 23:36
Compare
Choose a tag to compare
  • Added custom headers to the Message

Release 0.3.1

06 Jan 23:58
Compare
Choose a tag to compare
  • Added command line script mumailer
  • Moved from setup.py to setup.cfg and build

Release 0.3.0

06 Jan 17:12
Compare
Choose a tag to compare
  • Added ProfileSmtp for SMTP configuration files
  • Added ProfileMessage to set message settings
  • Added samples to the installed package

Release 0.2.0

02 Jan 23:33
Compare
Choose a tag to compare
  • Added basic usage example to README
  • Added command line options for the samples

Release 0.1.1

26 Dec 21:12
Compare
Choose a tag to compare
  • Added PyPI badges