bbottema / outlook-message-parser

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

Inline/Embedded images are not being obtained as embedded images #1

Closed prasunsultania closed 5 years ago

prasunsultania commented 6 years ago

It works for the file provided in test but, does not works for the files i tried to test with

OutlookMessage outlookMessage = new OutlookMessageParser().parseMsg(new File("example.msg")); 
System.out.println(outlookMessage.fetchCIDMap().keySet().size()); // this is zero
System.out.println(outlookMessage.fetchTrueAttachments().size()); // this is 1

expecting CIDMap keyset size to 1 as the file has inline image

Sample email to reproduce the issue: https://ufile.io/1yztx (link is valid for 30 days only)

PLMK if you are able to reproduce it or if you need any other information.

bbottema commented 6 years ago

@prasunsultania, can put up a link again, please?

bbottema commented 5 years ago

Closing as I don't have anything to go on and I'm not getting any further reaction resulting in a dead-end. I'm happy to reopen when I get more info.