2013-03-10 21:13:59 +01:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
IMAP
|
2014-03-30 12:40:50 +02:00
|
|
|
Clear Text
|
2013-03-10 21:13:59 +01:00
|
|
|
LIST
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2013-03-11 14:06:55 +01:00
|
|
|
* LIST () "/" /806/blurdybloop
|
|
|
|
* LIST (\Noselect) "/" /806/foo
|
|
|
|
* LIST () "/" /806/foo/bar
|
2013-03-10 21:13:59 +01:00
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
imap
|
|
|
|
</server>
|
|
|
|
<name>
|
2013-09-14 11:36:12 +02:00
|
|
|
IMAP LIST mailbox
|
2013-03-10 21:13:59 +01:00
|
|
|
</name>
|
|
|
|
<command>
|
2013-11-24 18:55:15 +01:00
|
|
|
imap://%HOSTIP:%IMAPPORT/806 -u user:secret
|
2013-03-10 21:13:59 +01:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2013-03-11 12:48:36 +01:00
|
|
|
A001 CAPABILITY
|
|
|
|
A002 LOGIN user secret
|
|
|
|
A003 LIST "806" *
|
|
|
|
A004 LOGOUT
|
2013-03-10 21:13:59 +01:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|