blob: 0ab1ab39717236d13b4313e1f98641b1c09c7697 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4POP3
5Clear Text
6RETR
7FAILURE
8</keywords>
9</info>
10
11#
12# Server-side
13<reply>
14<servercmd>
15REPLY RETR -ERR no such message
16</servercmd>
17</reply>
18
19#
20# Client-side
21<client>
22<server>
23pop3
24</server>
25 <name>
26POP3 RETR invalid message
27 </name>
28 <command>
29pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
30</command>
31</client>
32
33#
34# Verify data after the test has been "shot"
35<verify>
36<errorcode>
378
38</errorcode>
39<protocol>
40CAPA
41USER user
42PASS secret
43RETR %TESTNUMBER
44QUIT
45</protocol>
46</verify>
47</testcase>