Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-04 | smtp: Fixed sending of double CRLF caused by first in EOB | Steve Holme | |
If the mail sent during the transfer contains a terminating <CRLF> then we should not send the first <CRLF> of the EOB as specified in RFC-5321. Additionally don't send the <CRLF> if there is "no mail data" as the DATA command already includes it. | |||
2013-05-02 | tests: Corrected typo in test909 | Steve Holme | |
Introduced in commit: 514817669e9e | |||
2013-05-02 | tests: Corrected test909 to be RFC2821 compliant | Steve Holme | |
2013-05-02 | tests: Updated test references to 909 from 1411 | Steve Holme | |
...and removed references to libcurl and test1406. | |||
2013-05-02 | tests: Renamed test1411 to test909 as this is a main SMTP test | Steve Holme | |