bbottema / outlook-message-parser

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

nested .msg properties are lost #42

Open basinilya opened 3 years ago

basinilya commented 3 years ago

When I parse the files with nested (embedded) Outlook messages the properties such as Content-ID and Content-Type are discarded. Please store the current attachment object as a public property of OutlookMsgAttachment when creating it inside OutlookMessageParser.parseAttachment()