Skip to content

Releases: waynerv/flask-mailman

v1.1.1

06 Jul 06:47
6698e8a
Compare
Choose a tag to compare
  • Fix SafeMIMEText.set_payload() crash on Python 3.13 (#80).

v1.1.0

22 Apr 14:24
2377b9c
Compare
Choose a tag to compare

What's Changed

  • Pre-encodes FQDN str with punycode to improve compatibility by @tkzt in #66
  • Migrates as many as possible test cases from Django mail module by @tkzt in #64
  • Improve way of populating smtp key/cert to avoid TypeError in py>=12 by @tkzt in #68
  • Add a test coverage badge to README.md by @Daisy-28 in #70
  • Add MAIL_SEND_OPTIONS for send_mail by @jingfelix in #61

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

04 Nov 10:59
f495831
Compare
Choose a tag to compare

What's Changed

  • Use random module to produce an actually unique file name by @Lukas0907 in #30
  • Fix compatibility with Python 3.10 by @nblock in #31
  • Clarify when outbox is created by @marksteward in #34
  • Fix misssing last letter in package name by @WAKayser in #47
  • Upgrade black to fix conflict with Click 8.1 by @sr-verde in #44
  • Upgrade dependencies & drop Python 3.6 support by @greyli in #48
  • Fix Test PyPI action by @greyli in #49
  • fix smtp compatibility with python 3.12 by @WAKayser in #54
  • Support passing from_email in tuple format by @greyli in #57
  • Test against Python 3.12 & Release 1.0.0 by @greyli in #59

New Contributors

Full Changelog: v0.3.0...v1.0.0

v0.3.0

08 Aug 14:22
Compare
Choose a tag to compare

Added

  • Add support for custom email backend.

v0.2.4

15 Jun 15:29
Compare
Choose a tag to compare

Added

  • Tox and GitHub workflows to run test, staging and release automatically.