Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
prasunsultania opened this issue Dec 10, 2017 · 2 comments
Closed

Comments

@prasunsultania
Copy link

prasunsultania commented Dec 10, 2017

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 bbottema reopened this Dec 10, 2017
@bbottema bbottema added bug and removed invalid labels Dec 10, 2017
Repository owner deleted a comment from prasunsultania Dec 10, 2017
Repository owner deleted a comment from prasunsultania Dec 10, 2017
Repository owner deleted a comment from prasunsultania Dec 10, 2017
@bbottema
Copy link
Owner

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

@bbottema
Copy link
Owner

bbottema commented Dec 3, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants