bbottema / outlook-message-parser

A Java parser for Outlook messages (.msg files)
76 stars 35 forks source link

Fix #62: MimeType NoClassDefFoundError #63

Closed gregorycollins closed 4 months ago

gregorycollins commented 1 year ago

See https://stackoverflow.com/questions/16570523/getresourceasstream-returns-null; the two fixes are

Passes mvn test here.

bbottema commented 1 year ago

Thank you so much for taking the time to fix this. Yeah, this kind of file retrieval is a pain in the black hole, because I'm sure this version will fail too in some other context, perhaps when deployed as part of a... Tomcat war or whatever.

So I don't think I'm going to be happy about this, until we attempt both ways, sort of like a graceful degradation. Basically if result null, try the other way. If you add that, I'll merge and release right away.

bbottema commented 5 months ago

Any update on your side? It would be a helpful change, but I'll close the PR otherwise.

bbottema commented 4 months ago

Closed as a result of prolonged inactivity.