test853 685 B

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