Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate JavaMail dependency to 1.6.2, adding support for UTF-8 charset #184
Comments
|
This issue can be closed. Here is example: https://github.com/mommcilo/test-simple-java-mail In version 5.1.0 with clearEmailAddressCriteria it works but I used 5.0.1 in which it doesn't work. |
|
I was just looking at your report! |
|
Still stays a question why |
|
Perhaps this similar issue sheds some light on the issue: bbottema/email-rfc2822-validator#9 |
|
com.sun.mail:javax.mail for example already changed logic according to the specification. And I will add this here in case someone have same problem. In my app this was dependency tree(javax.mail was loaded from spring-boot parent)
and even if I use And then I had to exclude javax.mail and provide explicit dependency to the latest
Now it works. |
|
Will update the JavaMail dependency for the 6.0.0 release. |
…nd support for authenticated HTTP web proxy
|
Updated javax.mail version for upcoming release 6.0.0. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Address
test.töst@test.com
is not valid
MailerBuilder.clearEmailAddressCriteria()
doesn't play any role because
org.hazlewood.connor.bottema.emailaddress.EmailAddressValidator#isValidMailbox still return false
Just change email to
test.tost@test.com
it became valid. Using RFC strategy also is not working. According to the latest RFC UTF-8 is valid to be used in emails.