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 </reply>
     14 
     15 #
     16 # Client-side
     17 <client>
     18 <server>
     19 pop3
     20 </server>
     21  <name>
     22 POP3 invalid login
     23  </name>
     24  <command>
     25 pop3://%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>
     34 67
     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>
     40 CAPA
     41 USER user
     42 PASS wrong
     43 </protocol>
     44 </verify>
     45 </testcase>
     46