Skip to content

Releases: demisto/parse-emails

v0.1.48

04 Jan 11:39
e578804

Choose a tag to compare

Fixed an issue where embedded EML attachments with base64 encoding were being double-decoded, causing parsing failures.

v0.1.47

09 Nov 08:30
417c181

Choose a tag to compare

Fixed an issue where the headers_map['Subject'] not match 'Subject'.

v0.1.46

27 Oct 13:10
c4b3bea

Choose a tag to compare

Fixed an issue where encoded unknown-8bit characters in MSG files could not be parsed correctly.

v0.1.45

29 Jul 08:02
949e026

Choose a tag to compare

Fixed an issue that caused the From header to be empty.

v0.1.44

17 Jul 22:18
b707944

Choose a tag to compare

Fixed an issue where encoded unknown-8bit header in EML files could not be parsed correctly.

v0.1.43

16 Jul 10:04
3a33e0f

Choose a tag to compare

Added a fallback for UnicodeDecodeErrors when parsing attachments.

v0.1.42

15 Jul 11:47
e5ef6b4

Choose a tag to compare

Fixed file-type resolution.

v0.1.41

15 Jul 07:57
c3b84bd

Choose a tag to compare

Removed redundant dependencies.

v0.1.40

14 Jul 10:33
69b0c8d

Choose a tag to compare

Added support for "MIME entity, with CRLF line terminators"

v0.1.38

27 May 05:54
22e7816

Choose a tag to compare

Fixed an issue where EML files were not parsed if they had a corrupted EML file attached.