Skip to content

Releases: nickrussler/email-to-pdf-converter

3.0.0

15 Jun 15:52
Compare
Choose a tag to compare

Switch from picking the last body part (plus html > text) to picking the largest body part (still html > text).

Example:

-----------Mime Message-----------
> multipart/alternative
> |  text/plain   <---------------- size=2000
> |  multipart/mixed
> |  |  text/html <---------------- size=1000
> |  |  application/pdf; inline
> |  |  text/html <---------------- size=50
----------------------------------

Before the part with size=50 would have been picked, now size=1000 is picked.

2.10.1

14 Jun 20:23
Compare
Choose a tag to compare

Fix attachment extraction directory creation bug

2.10.0

31 May 23:44
Compare
Choose a tag to compare

Fix inline image embedding for html cid delimited by ' instead of "

2.9.0

31 May 22:59
Compare
Choose a tag to compare

Add heuristic to map inline image attachment CID to Content-ID

2.8.0

31 May 22:18
Compare
Choose a tag to compare

Handle multiple attachments with the same name

2.7.0

25 May 18:38
Compare
Choose a tag to compare
  1. Migrate from javax.mail:1.6.2 to jakarta.mail:2.0.1
  2. Update simple-java-mail from 6.5.2 to 8.10.1
  3. Add OS aware attachment filename sanitization

2.6.0

26 Jun 17:29
4fb03d8
Compare
Choose a tag to compare
  1. Add CLI option to specify DPI

2.5.3

29 Apr 16:37
Compare
Choose a tag to compare

Fix Issue #32: Extracted attachments are corrupted

2.5.2

05 Dec 15:58
Compare
Choose a tag to compare
Issue #29: Fix wrong signature of content type cleaner

2.5.1

15 Oct 17:28
Compare
Choose a tag to compare
Improve inno setup config