Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: remove trailing CRs from keywords | Daniel Stenberg | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | tests: Added "Clear Text" authentication keyword | Steve Holme | 2014-03-30 | 1 | -0/+1 |
| | |||||
* | tests: Added test for IMAP LSUB command | Steve Holme | 2014-02-09 | 1 | -0/+44 |
| | |||||
* | tests: Removed test 807 as it has been superseded by tests 815 and 816 | Steve Holme | 2014-02-09 | 1 | -43/+0 |
| | |||||
* | test: fix newline for the data check of 807 | Daniel Stenberg | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | test801 to test807: fix protocol section line endings | Yang Tse | 2013-03-11 | 1 | -5/+5 |
| | |||||
* | imap: Added test807 for custom request functionality (STORE) | Jiri Hruska | 2013-03-10 | 1 | -0/+43 |
| | |||||
* | email-tests: Renamed the SMTP tests to be in the range 900-906 | Steve Holme | 2013-03-10 | 1 | -59/+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 Holme | 2013-02-09 | 1 | -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 use | Daniel Stenberg | 2010-12-22 | 1 | -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 authentication | monnerat | 2010-04-19 | 1 | -0/+59 |