Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-14 | tests: Renamed existing OAuth 2.0 (XOAUTH) tests | Steve Holme | |
2014-03-30 | tests: Replaced email authentication keywords with SASL based keywords | Steve Holme | |
As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this. | |||
2014-03-30 | tests: Added "SASL" authentication keyword | Steve Holme | |
2013-11-10 | tests: Corrected titles of POP3 and SMTP OAuth 2.0 tests | Steve Holme | |
2013-10-25 | tests: Added SMTP OAUTH2 authentication test | Steve Holme | |
2013-10-25 | tests: Regrouped SMTP authentication tests | Steve Holme | |
2013-09-29 | tests: Updated email addresses in SMTP tests following recent changes | Steve Holme | |
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-19 | tests: Updated SMTP AUTH tests to use the new AUTH directive | Steve Holme | |
...rather than specify a customised EHLO response. | |||
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-04-28 | tests: Corrected the SMTP tests to be RFC2821 compliant | Steve Holme | |
The emails that are sent to the server during these tests were incorrectly formatted as they contained one or more LF terminated lines rather than being CRLF terminated as per Section 2.3.7 of RFC-2821. This wasn't a problem for the test suite as the <stdin> data matched the <upload> data but anyone using these tests as reference would be sending incorrect data to a server. | |||
2013-04-27 | tests: Corrected command line arguments in test907 and test908 | Steve Holme | |
2013-04-27 | tests: Added SMTP AUTH with initial response tests | Steve Holme | |