You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It works for the file provided in test but, does not works for the files i tried to test with
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.
The text was updated successfully, but these errors were encountered: