Skip to content

1.2.2

Compare
Choose a tag to compare
@pepoluan pepoluan released this 21 Nov 16:06
· 266 commits to master since this release
60c422b

This release introduces a Major Feature: SMTP AUTH with extension support. Two AUTH mechanisms are internally implemented: LOGIN and PLAIN, and the 'handler' mechanism has been adapted to cater for additional AUTH mechanisms, if needed. More details available in the 'Handlers' documentation page.

In addition, starting 1.2.2 Python 3.5 support has been dropped; minimum required Python version is 3.6 (or its analogue with other implementations such as PyPy).

Other changes:

  • BUGFIX: Don't strip last \r\n prior to terminating dot
  • LICENSE: Actually include the license text file for Apache License v2.0
  • COMPATIBILITY: Verified compatibility with the latest versions of Python 3.8 and 3.9