test810 674 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. LIST
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. # We use SLOWDOWN to really exercise the end-of-body parsing over multiple
  12. # packets
  13. <servercmd>
  14. SLOWDOWN
  15. </servercmd>
  16. # When doing LIST, we get the default list output hard-coded in the test
  17. # POP3 server
  18. <datacheck>
  19. 1 100
  20. 2 4294967400
  21. 4 200
  22. </datacheck>
  23. </reply>
  24. #
  25. # Client-side
  26. <client>
  27. <server>
  28. pop3
  29. </server>
  30. <name>
  31. POP3 LIST messages from *SLOW* server
  32. </name>
  33. <command>
  34. pop3://%HOSTIP:%POP3PORT/ -u user:secret
  35. </command>
  36. </client>
  37. #
  38. # Verify data after the test has been "shot"
  39. <verify>
  40. <protocol>
  41. CAPA
  42. USER user
  43. PASS secret
  44. LIST
  45. QUIT
  46. </protocol>
  47. </verify>
  48. </testcase>