59f6b1ec002da854c38ef12b9c9ee8f7459488a3
[platform/upstream/curl.git] / tests / data / test806
1 <testcase>
2 <info>
3 <keywords>
4 IMAP
5 LIST
6 </keywords>
7 </info>
8
9 #
10 # Server-side
11 <reply>
12 <data>
13 * LIST () "/" /806/blurdybloop\r
14 * LIST (\Noselect) "/" /806/foo\r
15 * LIST () "/" /806/foo/bar\r
16 </data>
17 </reply>
18
19 #
20 # Client-side
21 <client>
22 <server>
23 imap
24 </server>
25  <name>
26 IMAP LIST
27  </name>
28  <command>
29 -u user:secret 'imap://%HOSTIP:%IMAPPORT/806/'
30 </command>
31 </client>
32
33 #
34 # Verify data after the test has been "shot"
35 <verify>
36 <protocol>
37 A001 CAPABILITY\r
38 A002 LOGIN user secret\r
39 A003 LIST "806" *\r
40 A004 LOGOUT\r
41 </protocol>
42 </verify>
43 </testcase>