summaryrefslogtreecommitdiff
path: root/tests/data/test801
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
| | | | | Updated the reply data in tests: 800, 801, 802, 804 and 1321 to possess the CRLF as per RFC-822.
* test801 to test807: fix protocol section line endingsYang Tse2013-03-111-5/+5
|
* imap: Added test801 for UID and SECTION URL parametersJiri Hruska2013-03-101-0/+45
|
* email-tests: Renamed the IMAP test to be 800Steve Holme2013-03-101-48/+0
| | | | | | 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.
* imap: Fixed test801 and test1321 to specify a message UIDJiri Hruska2013-03-061-1/+1
| | | | Just a folder list would be retrieved if UID was not specified now.
* imap: Added the ability to FETCH a specific UID and SECTIONJiri Hruska2013-02-231-1/+1
| | | | | | | | | | | | Updated the FETCH command to send the UID and SECTION parsed from the URL. By default the BODY specifier doesn't include a section, BODY[] is now sent whereas BODY[TEXT] was previously sent. In my opinion retrieving just the message text is rarely useful when dealing with emails, as the headers are required for example, so that functionality is not retained. In can however be simulated by adding SECTION=TEXT to the URL. Also updated test801 and test1321 due to the BODY change.
* imap: Changed response tag generation to be completely uniqueSteve Holme2013-02-071-5/+5
| | | | | | | | | | Updated the automatic response tag generation to follow the examples given in RC3501, which list a 4 character string such as A001, A002, etc. As a unique identifier should be generated for each command the string generation is based on the connection id and the incrementing command id.
* imap: Added support for SASL based authentication mechanism detectionSteve Holme2013-01-061-4/+5
| | | | | Added support for detecting the supported SASL authentication mechanisms via the CAPABILITY command.
* introducing the first IMAP FETCH testDaniel Stenberg2009-12-201-0/+47