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