1<testcase>
2<info>
3<keywords>
4POP3
5LOGIN
6FAILURE
7</keywords>
8</info>
9
10#
11# Server-side
12<reply>
13</reply>
14
15#
16# Client-side
17<client>
18<server>
19pop3
20</server>
21 <name>
22POP3 invalid login
23 </name>
24 <command>
25pop3://%HOSTIP:%POP3PORT/856 -u user:wrong
26</command>
27</client>
28
29#
30# Verify data after the test has been "shot"
31<verify>
32# 67 - CURLE_LOGIN_DENIED
33<errorcode>
3467
35</errorcode>
36#
37# The multi interface considers a broken "CONNECT" as a prematurely broken
38# transfer and such a connection will not get a "QUIT"
39<protocol>
40CAPA
41USER user
42PASS wrong
43</protocol>
44</verify>
45</testcase>
46