Skip to content

Releases: SpamScope/mail-parser

4.1.4

25 Jun 22:12

Choose a tag to compare

What's Changed

Full Changelog: 4.1.3...4.1.4

4.1.3

28 May 22:09

Choose a tag to compare

What's Changed

  • Remove ipaddress library install and bump version by @derpadoo in #137
  • Fix content disposition getter by @Jimmy-Newtron in #135
  • Removed support for Python 3.7

New Contributors

Full Changelog: v2.1.0...4.1.3

4.1.2

11 Nov 21:39

Choose a tag to compare

What's Changed

  • Bugfix GitHub pipeline

Full Changelog: 4.1.1...4.1.2

4.1.1

11 Nov 21:21

Choose a tag to compare

What's Changed

  • Added build pipeline for tags. Automatic upload on PyPi

Full Changelog: 4.1.0...4.1.1

4.1.0

11 Nov 21:09

Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

23 Oct 23:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.15.0...4.0.0

v3.15.0

26 Feb 17:34
59442ba

Choose a tag to compare

Highlights

  • Fixed regex to parse received
  • Fixed attachments management. Now can manage rtf files.
  • Tested Python 3.8 and Python 3.9

mail-parser v3.14.0

24 Nov 18:40
9791b2d

Choose a tag to compare

Highlights

  • Issue #80 (UUencoded attachment parsing)

mail-parser v3.13.0

24 Nov 17:59
9b3f638

Choose a tag to compare

Highlights

  • Added FUNDING.yml
  • Fixed requirements

mail-parser v3.12.0

27 Jan 00:23

Choose a tag to compare

Highlights

  • Now mail-parser can extract attachments in CID(PR #64)
  • Added method to write attachments from object (issue #59)
  • Fixed issue getting multi headers (issue #62)
  • Upgrade requirements