blob: c7c10be6517b19d907dee6e889dddd15e17df7c8 [file] [log] [blame]
<testcase>
<info>
<keywords>
POP3
Clear Text
RETR
FAILURE
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
REPLY RETR -ERR no such message
</servercmd>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 RETR invalid message
</name>
<command>
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
8
</errorcode>
<protocol>
CAPA
USER user
PASS secret
RETR %TESTNUMBER
QUIT
</protocol>
</verify>
</testcase>