cakephp2-php8/lib/Cake/Test/Case/Network/Email
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
..
CakeEmailTest.php Relax email validation rules even more. 2014-06-30 10:42:37 -04:00
DebugTransportTest.php Fix verification of expected invocations #2919 2014-03-01 19:06:17 +01:00
MailTransportTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
SmtpTransportTest.php Match SP as per rfc2821 2014-03-15 11:47:13 +01:00