test677 450 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <testcase>
  2. <info>
  3. <keywords>
  4. IMAP
  5. CONNECT_ONLY
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. </data>
  13. </reply>
  14. #
  15. # Client-side
  16. <client>
  17. <server>
  18. imap
  19. </server>
  20. <name>
  21. IMAP with CONNECT_ONLY, custom command then exit
  22. </name>
  23. <tool>
  24. lib%TESTNUMBER
  25. </tool>
  26. <command>
  27. imap://%HOSTIP:%IMAPPORT/677
  28. </command>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <protocol>
  34. A001 CAPABILITY
  35. A1 IDLE
  36. </protocol>
  37. </verify>
  38. </testcase>