test807 569 B

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