Changelog

v0.6.0 (in development)

  • Support Python 3.10, 3.11, and 3.12

  • Drop support for Python 3.6

  • Migrated from setuptools to hatch

v0.5.0 (2021-03-27)

v0.4.0 (2021-03-13)

  • Using |, &, or ^ on a MailItem and a str now automatically converts the str to a TextBody

  • The from_ argument to the compose() function & method can now be None/omitted

  • format_addresses() has been moved to mailbits but is still re-exported from this library for the time being.

  • Breaking: All arguments to the compose() function & method are now keyword-only

v0.3.0 (2021-03-11)

  • Gave the from_file() classmethods inline and content_id arguments

  • Gave all classes optional content_id attributes

  • Added TextBody, HTMLBody, Alternative, Mixed, and Related classes for constructing complex e-mails

v0.2.0 (2021-03-09)

v0.1.0 (2021-03-09)

Initial release