[X] Copy RfcCompliantEmailAddressValidator over EmailAddressValidator,
deprecate RfcCompliantEmailAddressValidator

EmailAddressValidator is broken. For example, it doesn't validate
"Martijn Dashorst <[email protected]>" properly, which is
standards compliant. Rfc validator does work. The only reason why RFC
validator was not admitted to core, was its memory consumption due to
the regular expression. But since RFC is now singleton, I severely
doubt that is still an issue.

[ ] Copy RfcCompliantEmailAddressValidator over EmailAddressValidator,
deprecate RfcCompliantEmailAddressValidator
[ ] Deprecate EmailAddressValidator, move
RfcCompliantEmailAddressValidator to core, favor RFC in EmailTextField
[ ] Keep it as currently implemented

Martijn

Reply via email to