Skip to content

Releases: SpamScope/mail-parser

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

mail-parser v3.8.0

21 Jan 12:44
Compare
Choose a tag to compare

Highlights

  • Storing attachments on disk from command line tool.

mail-parser v3.6.0

04 Oct 20:42
Compare
Choose a tag to compare

Highlights

  • Added timezone of mail date.

mail-parser v3.4.0

06 Jul 10:29
Compare
Choose a tag to compare

Highlights

  • Added logging on standard output for command line.
  • Resolved many bugs
  • Code cleaning

mail-parser v3.3.0

10 Mar 00:41
Compare
Choose a tag to compare

Highlights

  • Added custom exceptions:
MailParserError: Base MailParser Exception
|
├── MailParserOutlookError: Raised with Outlook integration errors
|
├── MailParserEnvironmentError: Raised when the environment is not correct
|
├── MailParserOSError: Raised when there is an OS error