bbottema/outlook-message-parser

Missing mimeTag for attachments should be guessed based on file extension

bbottema opened this issue · 1 comments

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

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

This solves bbottema/simple-java-mail#163.

Fixed in 1.1.18