summaryrefslogtreecommitdiff
path: root/tests/data/test909
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-3/+3
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* tests: Updated email addresses in SMTP tests following recent changesSteve Holme2013-09-291-3/+3
|
* test909: Removed custom EHLO response after recent changesSteve Holme2013-09-291-4/+0
| | | | | | ...as it is no longer required following capability and authentication changes and is now causing problems following commit 49341628b50007 as the test number is obtained from the client address in the EHLO.
* 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
|
* smtp: Fixed sending of double CRLF caused by first in EOBSteve Holme2013-05-041-1/+0
| | | | | | | | 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.
* tests: Corrected typo in test909Steve Holme2013-05-021-1/+1
| | | | Introduced in commit: 514817669e9e
* tests: Corrected test909 to be RFC2821 compliantSteve Holme2013-05-021-9/+8
|
* tests: Updated test references to 909 from 1411Steve Holme2013-05-021-8/+5
| | | | ...and removed references to libcurl and test1406.
* tests: Renamed test1411 to test909 as this is a main SMTP testSteve Holme2013-05-021-0/+61