test807 576 B

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