blob: 966eeaa8226acd2d9a855afa012df8150ec98201 [file] [log] [blame]
<?xml version="1.0" encoding="US-ASCII"?>
<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 crlf="yes">
CAPA
USER user
PASS secret
RETR %TESTNUMBER
QUIT
</protocol>
</verify>
</testcase>