2
0

test856 585 B

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