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