test855 503 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. RETR
  6. FAILURE
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <servercmd>
  13. REPLY RETR -ERR no such message
  14. </servercmd>
  15. </reply>
  16. #
  17. # Client-side
  18. <client>
  19. <server>
  20. pop3
  21. </server>
  22. <name>
  23. POP3 RETR invalid message
  24. </name>
  25. <command>
  26. pop3://%HOSTIP:%POP3PORT/855 -u user:secret
  27. </command>
  28. </client>
  29. #
  30. # Verify data after the test has been "shot"
  31. <verify>
  32. <errorcode>
  33. 56
  34. </errorcode>
  35. <protocol>
  36. CAPA
  37. USER user
  38. PASS secret
  39. RETR 855
  40. QUIT
  41. </protocol>
  42. </verify>
  43. </testcase>