outlook-message-parser
outlook-message-parser copied to clipboard
A Java parser for Outlook messages (.msg files)
I have been trying to use the outlook-message-parser and have found certain issues when using the following unicode characters Hyphen (U+2010) U+2013 : EN DASH U+2019 : RIGHT SINGLE QUOTATION...
See https://github.com/bbottema/simple-java-mail/issues/377
When I parse the files with nested (embedded) Outlook messages the properties such as `Content-ID` and `Content-Type` are discarded. Please store the current `attachment` object as a public property of...
I don't know if this might be related to #1 (issue doesn't mention signed mails and it works with non signed mails) and #4 (based on the issue and the...
As disscussed in https://github.com/bbottema/outlook-message-parser/pull/15 there are Outlook msg files that have only RTF body, which were created from RTF directly, not from HTML (you can create such email in Outlook...
See https://stackoverflow.com/questions/16570523/getresourceasstream-returns-null; the two fixes are - call the class' `getResourceAsStream()` instead of the ClassLoader's - use an absolute path to get the resource. Passes `mvn test` here.
When parsing lists in msgs, the resulting html (`.getHTMLText()`) contains the list tag as well as the bullet point in text. The browser renders a bullet point, because of the...
Hi there, I am facing a issue with the error below the email looks normal but with just a pdf attachement. is there any advise how should i show the...
I can't reproduce this anymore, so it can be removed! Hi, The To/Cc/BccRecipients() functions don't return the correct recipients.