test856 648 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. Clear Text
  6. FAILURE
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <servercmd>
  13. REPLY PASS -ERR Login failure
  14. </servercmd>
  15. </reply>
  16. #
  17. # Client-side
  18. <client>
  19. <server>
  20. pop3
  21. </server>
  22. <name>
  23. POP3 invalid login
  24. </name>
  25. <command>
  26. pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:wrong
  27. </command>
  28. </client>
  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>