bbottema / simple-java-mail

Simple API, Complex Emails (Jakarta Mail smtp wrapper)
http://www.simplejavamail.org
Apache License 2.0
1.22k stars 266 forks source link

[Bug] After converting Outlook .msg to EML, bullet lists have duplicate numbering HTML converted from RTF #530

Closed nickrussler closed 3 months ago

nickrussler commented 4 months ago

Converted with:

EmailConverter.outlookMsgToEML(new FileInputStream(msgFilePath))

119992866-43b2f500-bfcb-11eb-9f9d-3b94a3c121c9

Attached the msg file and the eml file: test.msg.txt text.eml.txt

Originally reported in https://github.com/nickrussler/email-to-pdf-converter/issues/35

bbottema commented 4 months ago

This is an issue in the rtf-to-html sub library. There is currently no expectation of a fix.

nickrussler commented 4 months ago

Thanks for checking so fast and creating an issue in the right place

bbottema commented 3 months ago

Should be fixed in 8.11.2! Thanks again for your assistance.