There are some RFC5322 conform email-adresses that are incorrectly validated by @Email. E.g.:
* Abc@def@example.com * Fred\\ Bloggs@example.com * Joe.\\\\\\Blow@example.com
[https://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx/|https://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx/] - 14.02.2020
[https://en.wikipedia.org/wiki/Email_address#Valid_email_addresses|https://en.wikipedia.org/wiki/Email_address#Valid_email_addresses] - 14.02.2020
I´ve provided a simple test-case: [https://github.com/AlexanderGuril/javax-validation-constraints-email-not-rfc|https://github.com/AlexanderGuril/javax-validation-constraints-email-not-rfc] |
|