Skip to content

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

@prasunsultania

Description

@prasunsultania

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions