simple-java-mail
simple-java-mail copied to clipboard
label:"help wanted" Creating an Email Object from a Message with incorrect signature
I have a use case where I need to parse emails with incorrect signatures (the original message from Exchange passing through a number of relays, once of which formatted the HTML body to 76 chars per line). As SMIMEUtil will through exception, I could not get the Email object for further processing. As this is not a bug of Simple Java Mail per-se, you may close this issue, but any suggestion is much appreciated. Many thanks.