Skip to content

Releases: SpamScope/mail-parser

4.1.2

11 Nov 21:39
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

23 Oct 23:44
Compare
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
Compare
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
Compare
Choose a tag to compare

Highlights

  • Issue #80 (UUencoded attachment parsing)

mail-parser v3.13.0

24 Nov 17:59
9b3f638
Compare
Choose a tag to compare

Highlights

  • Added FUNDING.yml
  • Fixed requirements

mail-parser v3.12.0

27 Jan 00:23
Compare
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

mail-parser v3.11.0

12 Jan 21:08
Compare
Choose a tag to compare

Highlights

  • Added field to get not managed email text part (text_not_managed)
  • Using README.md in PyPI page

mail-parser v3.10.0

06 Jan 21:25
Compare
Choose a tag to compare

Highlights

  • Added content-disposition header to mailparser object
  • Fixed timezone field for manage half timezone (+0530)
  • More stable requirements
  • Many others fixes