cakephp2-php8/lib/Cake/Network
mark_story dc34d80f6f Relax email validation rules even more.
While filter_var() allows a number of email addresses that
Validation::email() does not, it misses out of email address that
contain IDN host names, and unicode mailboxes. Both of these are
generally deliverable, and should be permitted. filter_var() also fails
on local mailboxes like `root@localhost` which is useful in the context
of cron jobs.

Fixes #3742
2014-06-30 10:42:37 -04:00
..
Email Relax email validation rules even more. 2014-06-30 10:42:37 -04:00
Http More API docblock fixes. 2014-06-01 03:06:05 +05:30
CakeRequest.php Update doc blocks regarding return $this 2014-06-25 00:06:51 +02:00
CakeResponse.php Fix typo 2014-06-25 00:20:54 +09:00
CakeSocket.php More API docblock fixes. 2014-06-01 03:06:05 +05:30