test813 477 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. FAILURE
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <servercmd>
  12. REPLY PASS -ERR invalid login
  13. </servercmd>
  14. </reply>
  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/813 -u user:wrong
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <errorcode>
  32. 67
  33. </errorcode>
  34. <protocol>
  35. CAPA
  36. USER user
  37. PASS wrong
  38. QUIT
  39. </protocol>
  40. </verify>
  41. </testcase>