Actions
Bug #60771
closedEmail addresses not validated against RFC 6531
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2014-08-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The validation in GeneralUtility::validEmail
does not comply with RFC 6531.
Since PHP's filter_var
+ FILTER_VALIDATE_EMAIL
doesn't either, we need to convert the user/local part to Punycode, too.
Actions