test1553 647 B

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