tests: Added test for POP3 DELE command

This commit is contained in:
Steve Holme
2013-09-07 19:49:12 +01:00
parent 243ad539fe
commit 8a4069fb17
2 changed files with 41 additions and 1 deletions

40
tests/data/test858 Normal file
View File

@@ -0,0 +1,40 @@
<testcase>
<info>
<keywords>
POP3
DELE
CUSTOMREQUEST
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 DELE message
</name>
<command>
pop3://%HOSTIP:%POP3PORT/858 -u user:secret -X DELE -I
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
CAPA
USER user
PASS secret
DELE 858
QUIT
</protocol>
</verify>
</testcase>