cakephp2-php8/lib/Cake/Network/Email
mark_story 7ad11f59bb Change line length in emails.
Use LINE_LENGTH_MUST instead of LINE_LENGTH_SHOULD. This
fixes a number of text wrapping issues caused by the narrower wrap
length.

Fixes #3151
Fixes #3473
2012-12-17 20:54:38 -05:00
..
AbstractTransport.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
CakeEmail.php Change line length in emails. 2012-12-17 20:54:38 -05:00
DebugTransport.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
MailTransport.php do not pass 5th argument to mail() when in safe mode, even with a falsy value mail() will return false, fixes #3452 2012-12-13 18:22:45 +01:00
SmtpTransport.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00