test800 467 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. RETR
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. From: me@somewhere
  13. To: fake@nowhere
  14. body
  15. --
  16. yours sincerely
  17. </data>
  18. </reply>
  19. #
  20. # Client-side
  21. <client>
  22. <server>
  23. pop3
  24. </server>
  25. <name>
  26. POP3 RETR
  27. </name>
  28. <command>
  29. pop3://%HOSTIP:%POP3PORT/800 -u user:secret
  30. </command>
  31. </client>
  32. #
  33. # Verify data after the test has been "shot"
  34. <verify>
  35. <protocol>
  36. USER user
  37. PASS secret
  38. RETR 800
  39. QUIT
  40. </protocol>
  41. </verify>
  42. </testcase>