summaryrefslogtreecommitdiff
path: root/tests/data/test911
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-2/+2
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-121-1/+0
| | | | | | | | | | | 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
* tests: Updated email addresses in SMTP tests following recent changesSteve Holme2013-09-291-3/+3
|
* ftpserver.pl: Moved specifying the test number from the RCPT addressSteve Holme2013-09-291-2/+2
| | | | | | | ...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.
* tests: Fixed smtp rcpt to addressesSteve Holme2013-09-221-2/+2
|
* tests: Reworked existing SMTP tests to be single recipient basedSteve Holme2013-09-211-2/+1
| | | | ...in preparation of upcoming multiple recipient tests.
* tests: Fixed smtp mail from addressesSteve Holme2013-09-191-2/+2
|
* tests: Added new SMTP tests to verify commit 99b40451836dSteve Holme2013-05-071-0/+48