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