Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-24 | tests: Re-ordered test arguments to match other IMAP tests | Steve Holme | |
2013-09-14 | tests: Updated descriptions to be more meaningful | Steve Holme | |
2013-03-11 | test806: Added CRLF to reply data to be compliant with RFC-822 | Steve Holme | |
2013-03-11 | test801 to test807: fix protocol section line endings | Yang Tse | |
2013-03-10 | imap: Added test806 for IMAP (folder) LIST command | Jiri Hruska | |
2013-03-10 | email-tests: Renamed the SMTP tests to be in the range 900-906 | Steve Holme | |
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. | |||
2013-02-09 | smtp: Fixed an issue when processing EHLO failure responses (Part 3) | Steve Holme | |
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. | |||
2010-12-22 | SMTP tests: updated MAIL FROM use | Daniel Stenberg | |
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. | |||
2010-04-19 | Implement SMTP authentication | monnerat | |