test1553 687 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. <features>
  28. Mime
  29. </features>
  30. <server>
  31. imap
  32. </server>
  33. <name>
  34. IMAP cleanup before a connection was created
  35. </name>
  36. # tool is what to use instead of 'curl'
  37. <tool>
  38. lib%TESTNUMBER
  39. </tool>
  40. # this MUST use a host name that doesn't resolve
  41. <command>
  42. imap://non-existing-host.haxx.se:%IMAPPORT/%TESTNUMBER
  43. </command>
  44. </client>
  45. #
  46. # Verify data after the test has been "shot"
  47. <verify>
  48. <protocol>
  49. </protocol>
  50. </verify>
  51. </testcase>