aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test911
AgeCommit message (Collapse)Author
2018-02-12smtp: fix processing of initial dot in dataPatrick Monnerat
RFC 5321 4.1.1.4 specifies the CRLF terminating the DATA command should be taken into account when chasing the <CRLF>.<CRLF> end marker. Thus a leading dot character in data is also subject to escaping. Tests 911 and test server are adapted to this situation. New tests 951 and 952 check proper handling of initial dot in data. Closes #2304
2013-09-29tests: Updated email addresses in SMTP tests following recent changesSteve Holme
2013-09-29ftpserver.pl: Moved specifying the test number from the RCPT addressSteve 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-22tests: Fixed smtp rcpt to addressesSteve Holme
2013-09-21tests: Reworked existing SMTP tests to be single recipient basedSteve Holme
...in preparation of upcoming multiple recipient tests.
2013-09-19tests: Fixed smtp mail from addressesSteve Holme
2013-05-07tests: Added new SMTP tests to verify commit 99b40451836dSteve Holme