test855 530 B

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