Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-04 | smtp: Fixed sending of double CRLF caused by first in EOB | Steve Holme | |
If the mail sent during the transfer contains a terminating <CRLF> then we should not send the first <CRLF> of the EOB as specified in RFC-5321. Additionally don't send the <CRLF> if there is "no mail data" as the DATA command already includes it. | |||
2013-05-02 | tests: Corrected test1320 to be RFC2821 compliant | Steve Holme | |
2013-03-27 | test1509: verify proxy header response headers count | Daniel Stenberg | |
Modified sws to support and use custom CONNECT responses instead of the previously naive hard-coded version. Made the HTTP test server able to extract test case number from the host name in a CONNECT request by finding the number after the last dot. It makes 'machine.moo.123' use test case 123. Adapted a larger amount of tests to the new <connect> style. Bug: http://curl.haxx.se/bug/view.cgi?id=1204 Reported by: Martin Jansen | |||
2012-03-23 | tests #1316 #1319 #1320 #1321: add missing keywords | Yang Tse | |
2012-01-04 | test1320 test1321: avoid User-Agent comparison | Yang Tse | |
2012-01-03 | tests: test IMAP, POP3 and SMTP over HTTP proxy tunnel | Daniel Stenberg | |