Skip to content

Releases: demisto/parse-emails

v0.1.15

13 Aug 10:50
4fb32f4
Compare
Choose a tag to compare

Fixed an issue where an inline image without the Content-Disposition header was not being parsed.

v0.1.14

26 Jul 10:17
c3912d0
Compare
Choose a tag to compare

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

17 Jul 13:27
7f1cda3
Compare
Choose a tag to compare

Fixed an issue where an attachment file name with special characters was not decoded correctly.

v0.1.12

25 Jun 07:18
ec3d7ff
Compare
Choose a tag to compare

Fixed an issue where a Subject containing special characters was not decoded correctly.

v0.1.11

30 May 13:43
3554376
Compare
Choose a tag to compare

Breaking change
Deprecate the support for cid-embedded images in EML and MSG files.

v0.1.10

22 May 10:46
0c0558e
Compare
Choose a tag to compare

Fixed an issue where the HTML in a msg file was returned as bytes

v0.1.9

15 May 15:20
60b42f4
Compare
Choose a tag to compare

Fixed an issue where an eml file containing non ascii characters was not decoded correctly.

v0.1.8

03 Apr 09:39
c2a23ba
Compare
Choose a tag to compare
  • 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

08 Mar 08:15
9ec54aa
Compare
Choose a tag to compare
  • Fixed an issue where an eml file containing Chinese characters was not decoded correctly.

v0.1.6

01 Feb 19:25
a2b75a7
Compare
Choose a tag to compare
  • 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.