test806 532 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <testcase>
  2. <info>
  3. <keywords>
  4. IMAP
  5. LIST
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. * LIST () "/" /806/blurdybloop
  13. * LIST (\Noselect) "/" /806/foo
  14. * LIST () "/" /806/foo/bar
  15. </data>
  16. </reply>
  17. #
  18. # Client-side
  19. <client>
  20. <server>
  21. imap
  22. </server>
  23. <name>
  24. IMAP LIST
  25. </name>
  26. <command>
  27. -u user:secret 'imap://%HOSTIP:%IMAPPORT/806/'
  28. </command>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <protocol>
  34. A001 CAPABILITY
  35. A002 LOGIN user secret
  36. A003 LIST "806" *
  37. A004 LOGOUT
  38. </protocol>
  39. </verify>
  40. </testcase>