12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <testcase>
- <info>
- <keywords>
- IMAP
- CONNECT_ONLY
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <data>
- </data>
- </reply>
- #
- # Client-side
- <client>
- <server>
- imap
- </server>
- <name>
- IMAP with CONNECT_ONLY, custom command then exit
- </name>
- <tool>
- lib%TESTNUMBER
- </tool>
- <command>
- imap://%HOSTIP:%IMAPPORT/677
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <protocol>
- A001 CAPABILITY
- A1 IDLE
- </protocol>
- </verify>
- </testcase>
|