blob: 6d1b42df9623ea05eabbe33898a693e88b74ffe2 [file] [log] [blame]
<testcase>
<info>
<keywords>
IMAP
Clear Text
DELETE
CUSTOMREQUEST
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
imap
</server>
<name>
IMAP DELETE mailbox (CUSTOMREQUEST)
</name>
<command>
imap://%HOSTIP:%IMAPPORT -u user:secret -X 'DELETE 812'
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
A001 CAPABILITY
A002 LOGIN user secret
A003 DELETE 812
A004 LOGOUT
</protocol>
</verify>
</testcase>