xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
2 | <info> | ||||
3 | <keywords> | ||||
4 | POP3 | ||||
5 | Clear Text | ||||
6 | RETR | ||||
7 | FAILURE | ||||
8 | </keywords> | ||||
9 | </info> | ||||
10 | |||||
11 | # | ||||
12 | # Server-side | ||||
13 | <reply> | ||||
14 | <servercmd> | ||||
15 | REPLY RETR -ERR no such message | ||||
16 | </servercmd> | ||||
17 | </reply> | ||||
18 | |||||
19 | # | ||||
20 | # Client-side | ||||
21 | <client> | ||||
22 | <server> | ||||
23 | pop3 | ||||
24 | </server> | ||||
25 | <name> | ||||
26 | POP3 RETR invalid message | ||||
27 | </name> | ||||
28 | <command> | ||||
29 | pop3://%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> | ||||
37 | 8 | ||||
38 | </errorcode> | ||||
39 | <protocol> | ||||
40 | CAPA | ||||
41 | USER user | ||||
42 | PASS secret | ||||
43 | RETR %TESTNUMBER | ||||
44 | QUIT | ||||
45 | </protocol> | ||||
46 | </verify> | ||||
47 | </testcase> |