summaryrefslogtreecommitdiff
path: root/tests/data/test800
Commit message (Collapse)AuthorAgeFilesLines
* imap: quote atoms properly when escaping charactersDaniel Stenberg2017-09-221-2/+2
| | | | | | | Updates test 800 to verify Fixes #1902 Closes #1903
* tests: make the imap server not verify user+passwordDaniel Stenberg2017-09-221-2/+2
| | | | | | | | | | | ... as the test cases themselves do that and it makes it easier to add crazy test cases. Test 800 updated to use user name + password that need quoting. Test 856 updated to trigger an auth fail differently. Ref: #1902
* tests: Added "Clear Text" authentication keywordSteve Holme2014-03-301-0/+1
|
* tests: Updated descriptions to be more meaningfulSteve Holme2013-09-141-1/+1
|
* imap-tests: Added CRLF to reply data to be compliant with RFC-822Steve Holme2013-03-211-7/+7
| | | | | Updated the reply data in tests: 800, 801, 802, 804 and 1321 to possess the CRLF as per RFC-822.
* email-tests: Updated the test data that corresponds to the test numberSteve Holme2013-03-101-2/+2
| | | | | | 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 IMAP test to be 800Steve Holme2013-03-101-0/+48
| | | | | | 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.
* email-tests: Renamed the POP3 tests to be in the range 850-857Steve Holme2013-03-101-48/+0
| | | | | | Started segregating the email protocol tests, into their own protocol based ranges, in preparation of adding more e-mail related tests to the test suite.
* tests: Updated pop3 tests for change in auth mechanism detectionSteve Holme2012-06-041-1/+1
|
* pop3 test server: allow pop3 test server verification to succeed againYang Tse2012-05-301-0/+1
| | | | | | Introduce SUPPORTCAPA and SUPPORTAUTH config commands to allow further pop3 test server expansion for tests that require CAPA or AUTH support, although this will need some extra work to make it fully functional.
* pop3 test server: send terminating ".CRLF" onlyDaniel Stenberg2012-02-211-7/+7
| | | | | | With commit 035ef06bda7 applied, the test pop3 server needs to send ".\r\n" as the body terminating sequence and there needs to be a final CRLF in the actual body in the test data file.
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+47