Releases: nickrussler/email-to-pdf-converter
Releases · nickrussler/email-to-pdf-converter
3.0.0
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
Fix attachment extraction directory creation bug
2.10.0
Fix inline image embedding for html cid delimited by ' instead of "
2.9.0
Add heuristic to map inline image attachment CID to Content-ID
2.8.0
Handle multiple attachments with the same name
2.7.0
- Migrate from javax.mail:1.6.2 to jakarta.mail:2.0.1
- Update simple-java-mail from 6.5.2 to 8.10.1
- Add OS aware attachment filename sanitization
2.6.0
- Add CLI option to specify DPI
2.5.3
2.5.2
Issue #29: Fix wrong signature of content type cleaner
2.5.1
Improve inno setup config