bbottema / simple-java-mail

Simple API, Complex Emails (Jakarta Mail smtp wrapper)

Home Page:http://www.simplejavamail.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When parsing Outlook message, attachment name doesn't fallback on filename if proper name is empty

bbottema opened this issue · comments

When the name is not provided in the Outlook attachment, the filename should be used instead when converting to attachments in the native Simple Java Mail Email instance.

Fixed for release 6.0.0

Released in 6.0.0-rc1.

6.0.0 has released as well, finally.