cakephp2-php8/lib/Cake/Test/Case/Network/Email
mark_story 145dbacb78 Fix incorrectly encoded headers in MailTransport.
When encoded values are present in header fields, they need to have
newlines removed as leaving the newlines in place and interfere with
delivery on Qmail based SMTP servers.

Fixes #2209
2013-11-04 22:17:21 -05:00
..
CakeEmailTest.php Add space between classname(s) 2013-10-22 22:59:50 -04:00
DebugTransportTest.php Added missing calls to setUp & tearDown in tests 2013-07-29 01:52:39 +02:00
MailTransportTest.php Fix incorrectly encoded headers in MailTransport. 2013-11-04 22:17:21 -05:00
SmtpTransportTest.php Added missing calls to setUp & tearDown in tests 2013-07-29 01:52:39 +02:00