Releases: demisto/parse-emails
Releases · demisto/parse-emails
v0.1.15
Fixed an issue where an inline image without the Content-Disposition header was not being parsed.
v0.1.14
Fixed an issue where the parsed_email didn't contain the email wrapper and its AttachmentsData in cases of S/MIME files that lacked the To, From, and Subject fields.
v0.1.13
Fixed an issue where an attachment file name with special characters was not decoded correctly.
v0.1.12
Fixed an issue where a Subject containing special characters was not decoded correctly.
v0.1.11
Breaking change
Deprecate the support for cid-embedded images in EML and MSG files.
v0.1.10
Fixed an issue where the HTML in a msg file was returned as bytes
v0.1.9
Fixed an issue where an eml file containing non ascii characters was not decoded correctly.
v0.1.8
- Fixed an issue where an eml file containing chinese characters encoded with iso-2022-jp, big5 and gbk was not decoded correctly.
v0.1.7
- Fixed an issue where an eml file containing Chinese characters was not decoded correctly.
v0.1.6
- Fixed an issue where a multipart email was not parsed properly.
- Fixed an issue where parsing an msg file that contains an eml as an attachment failed.