cakephp2-php8/lib/Cake/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
..
AbstractTransport.php Fix API docblock CS errors. 2014-06-05 00:28:55 +05:30
CakeEmail.php Fix encoding of addreses containin comma & unicode 2017-06-12 10:58:44 -04:00
DebugTransport.php Add missing uses() call. 2016-06-02 22:04:50 -04:00
MailTransport.php Fix error messages if PHP's mail() function fails 2017-01-17 19:42:57 +01:00
SmtpTransport.php Exit early if SMTP connection fails. 2017-02-13 22:37:44 -05:00