Skip to content

Releases: demisto/parse-emails

v0.1.35

05 Feb 16:12
bddc24a
Compare
Choose a tag to compare

Fixed an issue where some EML files were incorrectly decoded.

v0.1.34

03 Feb 08:24
1c1ebec
Compare
Choose a tag to compare
  • Fixed an issue that prevented the headers from being parsed correctly for eml files (unknown-8bit encoding).
  • Fixed an issue that email with attachment was parsed incorrectly for eml files.

v0.1.33

10 Dec 11:28
ccabbed
Compare
Choose a tag to compare

Fixed an issue where html parts were not parsed properly in EML files.

v0.1.32

08 Dec 10:14
7556504
Compare
Choose a tag to compare

Fixed an issue that prevented malformed email addresses from being parsed.

v0.1.31

28 Nov 15:45
89fbaf5
Compare
Choose a tag to compare

Fixed an issue that prevented the headers from being parsed correctly for MSG files (ASCII encoding).

v0.1.30

07 Nov 12:20
e3bbbe1
Compare
Choose a tag to compare

Fixed an issue where email addresses with commas in the display name were not parsed correctly.

v0.1.29

07 Oct 07:02
28c2e44
Compare
Choose a tag to compare

Fixed an issue where the attachment file name encoded in windows-874 could not be parsed correctly.

release v0.1.28

12 Sep 06:35
Compare
Choose a tag to compare
release v0.1.28 Pre-release
Pre-release
0.1.28

v0.1.27

13 Aug 13:08
bcfbe29
Compare
Choose a tag to compare

Fixed an issue where UTF-8 encoded EML files with 8-bit Content-Transfer-Encoding headers could not be parsed correctly.

v0.1.26

06 Aug 08:56
7d4f7ae
Compare
Choose a tag to compare

Fixed an issue where verifying p7m files and removing the signature didn't work properly.