blob: f119100ecdaf6943ab3c11745f578f971acf481e [file] [log] [blame]
<testcase>
<info>
<keywords>
POP3
Clear Text
DELE
CUSTOMREQUEST
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 DELE message (CUSTOMREQUEST)
</name>
<command>
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret -X DELE -I
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
CAPA
USER user
PASS secret
DELE %TESTNUMBER
QUIT
</protocol>
</verify>
</testcase>