bbottema / outlook-message-parser

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

Missing mimeTag for attachments should be guessed based on file extension #6

Closed bbottema closed 5 years ago

bbottema commented 5 years ago

MimeTag can be null but should be guess based on file name.

See also https://stackoverflow.com/a/44907420/441662.

This solves https://github.com/bbottema/simple-java-mail/issues/163.

bbottema commented 5 years ago

Fixed in 1.1.18