summaryrefslogtreecommitdiff
path: root/tests/data/test805
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: Added "Clear Text" authentication keywordSteve Holme2014-03-301-0/+1
|
* tests: Re-ordered test arguments to match other IMAP testsSteve Holme2013-11-241-1/+1
|
* tests: Updated descriptions to be more meaningfulSteve Holme2013-09-141-1/+1
|
* test805: added crlf newlines to make data size matchDaniel Stenberg2013-03-111-18/+18
| | | | | since mails sent are supposed to have CRLF line endings I added them and now the data size after (\Seen) matches again properly
* test801 to test807: fix protocol section line endingsYang Tse2013-03-111-4/+4
|
* imap: Added test805 for APPEND functionalityJiri Hruska2013-03-101-0/+61
|
* email-tests: Renamed the SMTP tests to be in the range 900-906Steve Holme2013-03-101-54/+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.
* smtp: Fixed an issue when processing EHLO failure responses (Part 3)Steve Holme2013-02-091-1/+1
| | | | | | Follow up fix to commit 62bd21746443 to cater for servers that don't respond with a 250 in their EHLO responses. Additionally updated the SMTP tests to respond with a 250 response code as per RFC5321.
* SMTP tests: updated MAIL FROM useDaniel Stenberg2010-12-221-1/+1
| | | | | | They were all wrong previously since none used the <brackets> they should for MAIL FROM. Now libcurl adds them itself if the app doesn't so they end up wrong less easy.
* Implement SMTP authenticationmonnerat2010-04-191-0/+54