-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update 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. |
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.
The text was updated successfully, but these errors were encountered: