Skip to content

Releases: wahlflo/eml_analyzer

v3.0.0

04 Aug 18:57
20c387e
Compare
Choose a tag to compare
  • fixed encoding issue of payload with Transfer-Encodings 7bit, 8bit, binary
  • header value fields are now decoded
    • For example: Subject: =?UTF-8?Q?Dies_ist_ein_d=c3=a4mlicher_Test?=
    • is now decoded to Subject: Dies_ist_ein_dämlicher_Test
  • input files are now explicity parsed as UTF-8

v2.0.3

06 Apr 21:49
e163290
Compare
Choose a tag to compare

Fixes issue #14

v2.0.2

27 Feb 09:29
9e15f23
Compare
Choose a tag to compare
  • improved file name decoding by making it more flexible to support not only utf-8 encodings (Thanks to @favaloro)

  • added unit test GitHub action workflow

v2.0.1

21 Jan 10:18
59049bb
Compare
Choose a tag to compare
  • improved detection of URLs in HTML part
  • improved decoding (URL & HTML decoding of detected URLs)
  • changed typing annotations to ensure backwards compatibility to 3.7

v2.0.0

31 Dec 02:00
7cebf0d
Compare
Choose a tag to compare
  • Complete Refactoring of the old code base to make it more readable and maintainable
  • Intoduced unit tests & Makefile
  • Extracted URLs are no longer limited only to HTML href tags. Now, also URLs like https://www.facebook.de/abc123 will be detected in paragraphs of the HTML or in the text part of the email. URLs without a protocol like facebook.de are still not detected, since this would probably lead to too many false positives. Also, the email clients I tried (e.g. Outlook) does not make these URLs clickable for the user.
  • Now, there is the possibility to define a structured output (currently only JSON is supported) but it is easy to add more in the future if needed

v1.1.0

29 Dec 19:24
Compare
Choose a tag to compare
  • Standard input is now supported

v1.0.3

30 Apr 16:41
Compare
Choose a tag to compare
  • fixed attachment name decoding for UTF-8 names which are encoded in ASCII
  • fixed typo in help text