blob: adfbc11212cf9988e4bb122b9d570b0c9c34202c [file] [log] [blame]
<testcase>
<info>
<keywords>
IMAP
Clear Text
LIST
</keywords>
</info>
#
# Server-side
<reply>
<data>
* LIST () "/" /%TESTNUMBER/blurdybloop
* LIST (\Noselect) "/" /%TESTNUMBER/foo
* LIST () "/" /%TESTNUMBER/foo/bar
</data>
</reply>
#
# Client-side
<client>
<server>
imap
</server>
<name>
IMAP LIST mailbox
</name>
<command>
imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -u user:secret
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
A001 CAPABILITY
A002 LOGIN user secret
A003 LIST "%TESTNUMBER" *
A004 LOGOUT
</protocol>
</verify>
</testcase>