blob: 0180e023e8d005453c6c39be8cd8f35ac4e5f6b8 [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 %TESTNUMBER'
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
A001 CAPABILITY
A002 LOGIN user secret
A003 DELETE %TESTNUMBER
A004 LOGOUT
</protocol>
</verify>
</testcase>