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