Skip to content

Releases: jwodder/mailbits

v0.2.3 — Omit unparseable dates

29 Nov 12:50
v0.2.3

Choose a tag to compare

  • Remove unused typing_extensions dependency
  • Support Python 3.14
  • Drop support for Python 3.8 and 3.9
  • email2dict():
    • Omit the Date header if the date cannot be parsed
    • Omit the Resent-Date header if no dates can be parsed

v0.2.2 — Packaging updates

01 Dec 12:52
v0.2.2

Choose a tag to compare

  • Support Python 3.10, 3.11, 3.12, and 3.13
  • Drop support for Python 3.6 and 3.7
  • Migrated from setuptools to hatch

v0.2.1 — Change ContentType.params type annotation

16 Mar 19:54
v0.2.1

Choose a tag to compare

v0.2.0 — Rename to "mailbits" and add assorted code

14 Mar 03:51
v0.2.0

Choose a tag to compare

  • Renamed project from "email2dict" to "mailbits"
  • Added a ContentType class
  • Exposed the message2email() function
  • Exposed the MessageDict type
  • Added the following functions:
    • format_addresses()
    • parse_address()
    • parse_addresses()
    • recipient_addresses()

v0.1.0.post1 — Add notice about rename to README

14 Mar 03:58
v0.1.0.post1

Choose a tag to compare

v0.1.0 — Initial release

01 Mar 01:46
v0.1.0

Choose a tag to compare