test818 549 B

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