HTTP IMAP followlocation # Server-side AUTH PLAIN CAPA SASL-IR REPLY AUTHENTICATE B002 OK AUTHENTICATE completed HTTP/1.1 302 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake swsclose Content-Type: text/html Funny-head: yesyes Location: imap://v@host:%IMAPPORT/%TESTNUMBER0002/ Content-Length: 8 Connection: close contents HTTP/1.1 302 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake swsclose Content-Type: text/html Funny-head: yesyes Location: imap://v@host:%IMAPPORT/%TESTNUMBER0002/ Content-Length: 8 Connection: close # Client-side http imap HTTP with credentials redirects to IMAP http://@%HOSTIP:%HTTPPORT/page/%TESTNUMBER -u user:secret --location --proto-redir imap --resolve host:%IMAPPORT:%HOSTIP # Verify data after the test has been "shot" GET /page/%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT Authorization: Basic %b64[user:secret]b64% User-Agent: curl/%VERSION Accept: */* B001 CAPABILITY B002 AUTHENTICATE PLAIN AHYA B003 LIST "%TESTNUMBER0002" * B004 LOGOUT