1<testcase>
2<info>
3<keywords>
4POP3
5LIST
6FAILURE
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13<servercmd>
14REPLY LIST -ERR no such message
15</servercmd>
16</reply>
17
18#
19# Client-side
20<client>
21<server>
22pop3
23</server>
24 <name>
25POP3 LIST invalid message
26 </name>
27 <command>
28pop3://%HOSTIP:%POP3PORT/809 -l -u user:secret
29</command>
30</client>
31
32#
33# Verify data after the test has been "shot"
34<verify>
35<errorcode>
3678
37</errorcode>
38<protocol>
39USER user
40PASS secret
41LIST 809
42QUIT
43</protocol>
44</verify>
45</testcase>
46