cakephp2-php8/lib/Cake/Test/Case/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 correct docblock 2014-06-01 13:23:47 +02:00
CakeRequestTest.php Merge branch 'master' into 2.5 2014-04-06 21:50:41 +02:00
CakeResponseTest.php Merge branch 'master' into 2.5 2014-04-23 22:21:57 -04:00
CakeSocketTest.php cs 2014-04-02 02:23:43 +02:00