blob: 128ad85bc2863ea077790fca56df0ce29a32b72c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4IMAP
5Clear Text
6LIST
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<data>
14* LIST () "/" /%TESTNUMBER/blurdybloop
15* LIST (\Noselect) "/" /%TESTNUMBER/foo
16* LIST () "/" /%TESTNUMBER/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/%TESTNUMBER -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 "%TESTNUMBER" *
41A004 LOGOUT
42</protocol>
43</verify>
44</testcase>