Skip to content

Releases: SpamScope/mail-parser

4.4.0

11 Jun 07:14

Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

4.3.0

27 May 22:16

Choose a tag to compare

What's Changed

  • fix(get_addresses): accept email.header.Header inputs (no more 'Header' object has no attribute 'strip') by @rakurtz in #153
  • Handling in parse_from_bytes to prevent mojibake (issue #152) by @fedelemantuano in #154

New Contributors

Full Changelog: 4.2.1...4.3.0

4.2.0

04 Apr 13:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.4...4.2.0

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

  • being more explicit with msgconvert tool error message by @alealbonico in #95
  • Fix for regex parsing misbehaviour when mail id in received headers ends with "-by" by @matevn in #108
  • Fix problems with multipart attachments by @wszostak in #102
  • PR for Issue #120 by @fedelemantuano in #121

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