Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-30 | tests: Added "Clear Text" authentication keyword | Steve Holme | |
2013-11-24 | tests: Re-ordered test arguments to match other IMAP tests | Steve Holme | |
2013-03-21 | imap-tests: Added CRLF to reply data to be compliant with RFC-822 | Steve Holme | |
Updated the reply data in tests: 800, 801, 802, 804 and 1321 to possess the CRLF as per RFC-822. | |||
2013-03-11 | test801 to test807: fix protocol section line endings | Yang Tse | |
2013-03-10 | imap: Added test804 for skipping SELECT if in the same mailbox | 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. | |||
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-02-22 | _ Adjusted RFC821 HELO fallback and enabled test804 | Patrick Monnerat | |
2010-02-22 | - Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account. | Patrick Monnerat | |
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required). - Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO. - Test case 804 for HELO fallback. |