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