| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <testcase>
- <info>
- <keywords>
- IMAP
- STARTTLS
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <servercmd>
- REPLY CAPABILITY A001 BAD Not implemented
- </servercmd>
- </reply>
- #
- # Client-side
- <client>
- <features>
- SSL
- </features>
- <server>
- imap
- </server>
- <name>
- IMAP require STARTTLS with failing capabilities
- </name>
- <command>
- imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -T log/upload%TESTNUMBER -u user:secret --ssl-reqd
- </command>
- <file name="log/upload%TESTNUMBER">
- Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)
- From: Fred Foobar <[email protected]>
- Subject: afternoon meeting
- To: [email protected]
- Message-Id: <[email protected]>
- MIME-Version: 1.0
- Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
- Hello Joe, do you think we can meet at 3:30 tomorrow?
- </file>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- # 64 is CURLE_USE_SSL_FAILED
- <errorcode>
- 64
- </errorcode>
- <protocol>
- A001 CAPABILITY
- </protocol>
- </verify>
- </testcase>
|