Releases: SpamScope/mail-parser
Releases · SpamScope/mail-parser
4.1.2
4.1.1
What's Changed
- Added build pipeline for
tags
. Automatic upload on PyPi
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Improving code quality by @fedelemantuano in #122
- Fixed issue #97, #123 and #124 by @fedelemantuano in #125
- Added Docker build by @fedelemantuano in #126
- Added bitcoin code by @fedelemantuano in #127
Full Changelog: 4.0.0...4.1.0
4.0.0
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
- @alealbonico made their first contribution in #95
- @matevn made their first contribution in #108
- @wszostak made their first contribution in #102
Full Changelog: v3.15.0...4.0.0
v3.15.0
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
Highlights
- Issue #80 (UUencoded attachment parsing)
mail-parser v3.13.0
Highlights
- Added FUNDING.yml
- Fixed requirements
mail-parser v3.12.0
mail-parser v3.11.0
Highlights
- Added field to get not managed email text part (
text_not_managed
) - Using README.md in PyPI page
mail-parser v3.10.0
Highlights
- Added
content-disposition
header to mailparser object - Fixed timezone field for manage half timezone (+0530)
- More stable requirements
- Many others fixes