test854 495 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 but no messages\r\n.
  13. </servercmd>
  14. <datacheck>
  15. </datacheck>
  16. </reply>
  17. #
  18. # Client-side
  19. <client>
  20. <server>
  21. pop3
  22. </server>
  23. <name>
  24. POP3 LIST no messages available
  25. </name>
  26. <command>
  27. pop3://%HOSTIP:%POP3PORT/ -u user:secret
  28. </command>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <protocol>
  34. CAPA
  35. USER user
  36. PASS secret
  37. LIST
  38. QUIT
  39. </protocol>
  40. </verify>
  41. </testcase>