IMAP
Clear Text
LIST
#
# Server-side
* LIST () "/" /806/blurdybloop
* LIST (\Noselect) "/" /806/foo
* LIST () "/" /806/foo/bar
#
# Client-side
imap
IMAP LIST mailbox
imap://%HOSTIP:%IMAPPORT/806 -u user:secret
#
# Verify data after the test has been "shot"
A001 CAPABILITY
A002 LOGIN user secret
A003 LIST "806" *
A004 LOGOUT