Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-29 | ftpserver.pl: Moved specifying the test number from the RCPT address | Steve Holme | |
...to the client address as this frees the RCPT strings to contain just an email address and by passing the test number into curl as the client address remains consistent with POP3 and IMAP tests as they are specified in the URL. | |||
2013-09-22 | tests: Fixed smtp rcpt to addresses | Steve Holme | |
2013-09-21 | tests: Reworked existing SMTP tests to be single recipient based | Steve Holme | |
...in preparation of upcoming multiple recipient tests. | |||
2013-09-19 | tests: Fixed smtp mail from addresses | Steve Holme | |
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 | |