test806 548 B

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