1<testcase>
2<info>
3<keywords>
4IMAP
5LSUB
6CUSTOMREQUEST
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<data>
14* LSUB () "/" /807/blurdybloop
15* LSUB (\Noselect) "/" /807/foo
16* LSUB () "/" /807/foo/bar
17</data>
18</reply>
19
20#
21# Client-side
22<client>
23<server>
24imap
25</server>
26 <name>
27IMAP LSUB mailbox
28 </name>
29 <command>
30imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "807" *'
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 LSUB "807" *
41A004 LOGOUT
42</protocol>
43</verify>
44</testcase>
45