Mail Parser Versions Save

Tokenizer for raw mails

v3.15.0

3 years ago

Highlights

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

v3.14.0

3 years ago

Highlights

  • Issue #80 (UUencoded attachment parsing)

v3.13.0

3 years ago

Highlights

  • Added FUNDING.yml
  • Fixed requirements

v3.12.0

4 years ago

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

v3.11.0

4 years ago

Highlights

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

v3.10.0

4 years ago

Highlights

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

v3.8.0

5 years ago

Highlights

  • Storing attachments on disk from command line tool.

v3.6.0

5 years ago

Highlights

  • Added timezone of mail date.

v3.4.0

5 years ago

Highlights

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

v3.3.0

6 years ago

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