cakephp2-php8/lib/Cake/Test/Case/Network
Renan Gonçalves 796e4b45dd Using Return-Path email address in MAIL FROM instead of a header in SmtpTransport.
The Return-Path header should not be present on the SMTP transaction, this header is set by the time of final delivery.
Quote RFC2821:
> When the delivery SMTP server makes the "final delivery" of a message, it inserts a return-path line at the beginning of the mail data. This use of return-path is required; mail systems MUST support it. The return-path line preserves the information in the from the MAIL command.
2013-06-12 11:31:49 +02:00
..
Email Using Return-Path email address in MAIL FROM instead of a header in SmtpTransport. 2013-06-12 11:31:49 +02:00
Http Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CakeRequestTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CakeResponseTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CakeSocketTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00