Skip to content

Releases: ggarciajr/parsemail

Check for attachments when parsing text/plain part #7

28 Mar 13:02
Compare
Choose a tag to compare

This change makes it possible to extract attachments when parsing a text/plain content-type part

What's Changed

  • Check for attachments when parsing text/plain part by @tatorodrigo in #7

Full Changelog: v1.3.3...v1.3.4

Feat: Handle nested multipart/mixed

12 Dec 14:52
2117997
Compare
Choose a tag to compare
Merge pull request #6 from ggarciajr/rodrigo.fix-nested-multipart-mixed

Feat: Fix nested multipart mixed

Fix: Content is empty when Content-Encoding-Type is quoted-printable

19 Jan 19:16
4286f6d
Compare
Choose a tag to compare
Merge pull request #5 from ThalysonR/fix/quoted_printable_empty

Fix: Content is empty when Content-Encoding-Type is quoted-printable

Feat: Ignore Empty Content-Type on Multipart

12 Jan 18:01
13dc5ce
Compare
Choose a tag to compare
Merge pull request #4 from ThalysonR/feat/ignore_empty_content_type

Feat: Ignore Empty Content-Type on Multipart

Feat: Accept 8bit transfer encoding

10 Dec 14:26
f2ddf2e
Compare
Choose a tag to compare

Adds 8bit encoding to accepted transfer encoding types, which will be treated the same way 7bit encoding is.

Refactor: Add fallback for multipart file name

27 Jul 11:38
fce3e4c
Compare
Choose a tag to compare

Some emails senders do not fill the filename under the Content-Disposition header so we are adding a fallback to check the filename under the Content-Type header.