outlook-message-parser icon indicating copy to clipboard operation
outlook-message-parser copied to clipboard

Re: MimeType NoClassDefFoundError

Open weiliang2 opened this issue 1 year ago • 6 comments

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 error log?

java.lang.NoClassDefFoundError: Could not initialize class org.simplejavamail.outlookmessageparser.model.MimeType at org.simplejavamail.outlookmessageparser.model.OutlookFileAttachment.checkMimeTag(OutlookFileAttachment.java:100) ~[outlook-message-parser-1.9.6.jar:na] at org.simplejavamail.outlookmessageparser.OutlookMessageParser.parseAttachment(OutlookMessageParser.java:676) ~[outlook-message-parser-1.9.6.jar:na] at org.simplejavamail.outlookmessageparser.OutlookMessageParser.checkDirectoryEntry(OutlookMessageParser.java:224) ~[outlook-message-parser-1.9.6.jar:na] at org.simplejavamail.outlookmessageparser.OutlookMessageParser.parseMsg(OutlookMessageParser.java:138) ~[outlook-message-parser-1.9.6.jar:na]

weiliang2 avatar Mar 16 '23 06:03 weiliang2