From 2f4a487a68473762367e894b726e4f3a9e0e7e5b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Jan 2012 16:12:58 +0100 Subject: tests: test IMAP, POP3 and SMTP over HTTP proxy tunnel --- tests/data/test1320 | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 tests/data/test1320 (limited to 'tests/data/test1320') diff --git a/tests/data/test1320 b/tests/data/test1320 new file mode 100644 index 000000000..d8671f582 --- /dev/null +++ b/tests/data/test1320 @@ -0,0 +1,62 @@ + + + +SMTP +HTTP CONNECT + + + +# +# Server-side + + + +# +# Client-side + + +smtp +http-proxy + + +SMTP send tunneled trough HTTP proxy + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 1320@foo --mail-rcpt 1320@foobar.example --mail-from 1320@from -T - -p -x %HOSTIP:%PROXYPORT + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:<1320@from> +RCPT TO:<1320@foo> +RCPT TO:<1320@foobar.example> +DATA +QUIT + + +From: different +To: another + +body + +. + + +CONNECT %HOSTIP:%SMTPPORT HTTP/1.1 +Host: %HOSTIP:%SMTPPORT +User-Agent: curl/7.24.0-DEV (i686-pc-linux-gnu) libcurl/7.24.0-DEV OpenSSL/1.0.0e zlib/1.2.3.4 c-ares/1.7.6-DEV libidn/1.23 libssh2/1.4.0_DEV librtmp/2.2e +Proxy-Connection: Keep-Alive + + + + -- cgit v1.2.3