blob: efff9d0aa1d017bf25762ad7edc1dc7d281314a4 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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>