Releases: demisto/parse-emails
Releases · demisto/parse-emails
v0.1.35
Fixed an issue where some EML files were incorrectly decoded.
v0.1.34
- 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
Fixed an issue where html parts were not parsed properly in EML files.
v0.1.32
Fixed an issue that prevented malformed email addresses from being parsed.
v0.1.31
Fixed an issue that prevented the headers from being parsed correctly for MSG files (ASCII encoding).
v0.1.30
Fixed an issue where email addresses with commas in the display name were not parsed correctly.
v0.1.29
Fixed an issue where the attachment file name encoded in windows-874 could not be parsed correctly.
v0.1.27
Fixed an issue where UTF-8 encoded EML files with 8-bit Content-Transfer-Encoding headers could not be parsed correctly.
v0.1.26
Fixed an issue where verifying p7m files and removing the signature didn't work properly.