cakephp2-php8/lib/Cake/Test/Case/Network/Email
mark_story b8fa7ce134 Fix issues where emails would have multipart/mixed when they should not.
When sending multi-part emails with no attachments we shouldn't include
the outer multipart/mixed header as it confuses Outlook and causes it to
show the email as having attachments even though there are none.

A bunch of tests need to be adjusted as the empty multipart/mixed
container has been removed.

Fixes #3474
2014-05-13 22:03:06 -04:00
..
CakeEmailTest.php Fix issues where emails would have multipart/mixed when they should not. 2014-05-13 22:03:06 -04:00
DebugTransportTest.php Fix verification of expected invocations #2919 2014-03-01 19:06:17 +01:00
MailTransportTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
SmtpTransportTest.php Match SP as per rfc2821 2014-03-15 11:47:13 +01:00