test854 506 B

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