test1552 623 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <testcase>
  2. <info>
  3. <keywords>
  4. IMAP
  5. Clear Text
  6. FETCH
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <data>
  13. From: me@somewhere
  14. To: fake@nowhere
  15. body
  16. --
  17. yours sincerely
  18. </data>
  19. <datacheck>
  20. </datacheck>
  21. <servercmd>
  22. </servercmd>
  23. </reply>
  24. #
  25. # Client-side
  26. <client>
  27. <server>
  28. imap
  29. </server>
  30. <name>
  31. IMAP multi transfer error without curl_multi_remove_handle
  32. </name>
  33. # tool is what to use instead of 'curl'
  34. <tool>
  35. lib%TESTNUMBER
  36. </tool>
  37. <command>
  38. 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1'
  39. </command>
  40. </client>
  41. #
  42. # Verify data after the test has been "shot"
  43. <verify>
  44. <protocol>
  45. </protocol>
  46. </verify>
  47. </testcase>