12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <testcase>
- <info>
- <keywords>
- IMAP
- Clear Text
- FETCH
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <data>
- From: me@somewhere
- To: fake@nowhere
- body
- --
- yours sincerely
- </data>
- <datacheck>
- </datacheck>
- <servercmd>
- </servercmd>
- </reply>
- #
- # Client-side
- <client>
- <server>
- imap
- </server>
- <name>
- IMAP multi transfer error without curl_multi_remove_handle
- </name>
- # tool is what to use instead of 'curl'
- <tool>
- lib%TESTNUMBER
- </tool>
- <command>
- 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1'
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <protocol>
- </protocol>
- </verify>
- </testcase>
|