cakephp2-php8/lib/Cake/Network/Email
mark_story 23b23d8050 Fix delivery issues with long subject lines and MailTransport.
A few people have reported issues sending wrapped messages via
MailTransport. Removing the new lines has been suggested as a fix.

Refs #2176
2013-10-23 12:41:57 -04:00
..
AbstractTransport.php making the config method of email-transport-classes mergable into the current config value. 2013-08-12 10:28:17 +09:00
CakeEmail.php Add space between classname(s) 2013-10-22 22:59:50 -04:00
DebugTransport.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
MailTransport.php Fix delivery issues with long subject lines and MailTransport. 2013-10-23 12:41:57 -04:00
SmtpTransport.php unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00