cakephp2-php8/lib/Cake/Test/Case/Network/Email
mark_story 738b20a19b Fix encoding of addreses containin comma & unicode
Email addresses that contain both unicode and commas will not be
correctly encoded by mime_encode_header if the comma precedes the
unicode. In this scenario we have to quote the encoded address.

Refs #10763
2017-06-12 10:58:44 -04:00
..
CakeEmailTest.php Fix encoding of addreses containin comma & unicode 2017-06-12 10:58:44 -04:00
DebugTransportTest.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
MailTransportTest.php Include Subject and To in email log when using MailTransport 2016-03-01 22:21:14 +02:00
SmtpTransportTest.php Exit early if SMTP connection fails. 2017-02-13 22:37:44 -05:00