test808 457 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. LIST
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <servercmd>
  12. REPLY LIST +OK 808 100
  13. </servercmd>
  14. </reply>
  15. #
  16. # Client-side
  17. <client>
  18. <server>
  19. pop3
  20. </server>
  21. <name>
  22. POP3 LIST one message
  23. </name>
  24. <command>
  25. pop3://%HOSTIP:%POP3PORT/808 -l -u user:secret
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <protocol>
  32. CAPA
  33. USER user
  34. PASS secret
  35. LIST 808
  36. QUIT
  37. </protocol>
  38. </verify>
  39. </testcase>