Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 POP3
      5 Clear Text
      6 FAILURE
      7 </keywords>
      8 </info>
      9 
     10 #
     11 # Server-side
     12 <reply>
     13 <servercmd>
     14 REPLY PASS -ERR Login failure
     15 </servercmd>
     16 </reply>
     17 
     18 #
     19 # Client-side
     20 <client>
     21 <server>
     22 pop3
     23 </server>
     24  <name>
     25 POP3 invalid login
     26  </name>
     27  <command>
     28 pop3://%HOSTIP:%POP3PORT/856 -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>
     37 67
     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>
     43 CAPA
     44 USER user
     45 PASS wrong
     46 </protocol>
     47 </verify>
     48 </testcase>
     49