cakephp2-php8/lib/Cake/Network/Email
mark_story ba4afcc074 Fix incorrectly encoded address fields.
Address fields cannot contain : or " it causes a number of
mail servers/clients to be confused.

Fixes #4058
2013-09-12 20:14:11 -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 Fix incorrectly encoded address fields. 2013-09-12 20:14:11 -04:00
DebugTransport.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
MailTransport.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
SmtpTransport.php unify null checks - avoid method call in favor of strict check 2013-08-16 20:12:49 +02:00