bbottema/simple-java-mail

When parsing Outlook message, FROM address should default to a dummy address when missing

bbottema opened this issue · 3 comments

With saved Outlook messages, it is possible to have an empty FROM address. For Email instances this should be filled with a default from address in these cases.

Something like donotreply@unknown-from-address.net. Do not reply is a known and safe idiom, while .net is a neutral multi-purpose domain.

Fixed for release 6.0.0

Released in 6.0.0-rc1.

6.0.0 has released as well, finally.