test808 743 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <testcase>
  2. <info>
  3. <keywords>
  4. IMAP
  5. EXAMINE
  6. CUSTOMREQUEST
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <data>
  13. * 17 EXISTS
  14. * 2 RECENT
  15. * OK [UNSEEN 8] Message 8 is first unseen
  16. * OK [UIDVALIDITY 3857529045] UIDs valid
  17. * OK [UIDNEXT 4392] Predicted next UID
  18. * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
  19. * OK [PERMANENTFLAGS ()] No permanent flags permitted
  20. </data>
  21. </reply>
  22. #
  23. # Client-side
  24. <client>
  25. <server>
  26. imap
  27. </server>
  28. <name>
  29. IMAP EXAMINE (CUSTOMREQUEST)
  30. </name>
  31. <command>
  32. 'imap://%HOSTIP:%IMAPPORT' -u user:secret -X 'EXAMINE 808'
  33. </command>
  34. </client>
  35. #
  36. # Verify data after the test has been "shot"
  37. <verify>
  38. <protocol>
  39. A001 CAPABILITY
  40. A002 LOGIN user secret
  41. A003 EXAMINE 808
  42. A004 LOGOUT
  43. </protocol>
  44. </verify>
  45. </testcase>