1<testcase> 2<info> 3<keywords> 4IMAP 5Clear Text 6FETCH 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13<data> 14From: me@somewhere 15To: fake@nowhere 16 17body 18 19-- 20 yours sincerely 21</data> 22<datacheck> 23</datacheck> 24<servercmd> 25</servercmd> 26</reply> 27 28# 29# Client-side 30<client> 31<server> 32imap 33</server> 34 <name> 35IMAP cleanup before a connection was created 36 </name> 37# tool is what to use instead of 'curl' 38<tool> 39lib1553 40</tool> 41 42# this MUST use a host name that doesn't resolve 43<command> 44imap://non-existing-host.haxx.se:%IMAPPORT/1553 45</command> 46</client> 47 48# 49# Verify data after the test has been "shot" 50<verify> 51<protocol> 52</protocol> 53</verify> 54</testcase> 55