summaryrefslogtreecommitdiff
path: root/tests/data/test903
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
* sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616Steve Holme2019-04-221-2/+2
| | | | | | | RFC 4616 specifies the authzid is optional in the client authentication message and that the server will derive the authorisation identity (authzid) from the authentication identity (authcid) when not specified by the client.
* tests: Replaced email authentication keywords with SASL based keywordsSteve Holme2014-03-301-1/+1
| | | | | | As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this.
* tests: Added "SASL" authentication keywordSteve Holme2014-03-301-0/+1
|
* tests: Tidy up of SMTP and POP3 testsSteve Holme2013-10-261-3/+3
| | | | | Corrected line endings, RFC references and standardised on user names and passwords used in the tests.
* 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: Updated SMTP AUTH tests to use the new AUTH directiveSteve Holme2013-09-191-1/+1
| | | | ...rather than specify a customised EHLO response.
* 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 the SMTP tests to be RFC2821 compliantSteve Holme2013-04-281-2/+2
| | | | | | | | | | 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.
* tests: Updated SMTP tests to decouple client initial responseSteve Holme2013-04-271-2/+4
| | | | | | Updated test903 and test904 following the addition of CURLOPT_SASL_IR as the default behaviour of SMTP AUTH responses is now to not include the initial response. New tests with --sasl-ir support to follow.
* email-tests: Updated the test data that corresponds to the test numberSteve Holme2013-03-101-3/+3
| | | | | | Finished segregating the email protocol tests, into their own protocol based ranges, in preparation of adding more e-mail related tests to the test suite.
* email-tests: Renamed the SMTP tests to be in the range 900-906Steve Holme2013-03-101-0/+54
Continued segregating the email protocol tests, into their own protocol based ranges, in preparation of adding more e-mail related tests to the test suite.