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 multi transfer error without curl_multi_remove_handle 36</name> 37# tool is what to use instead of 'curl' 38<tool> 39lib%TESTNUMBER 40</tool> 41<command> 42'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' 43</command> 44</client> 45 46# 47# Verify data after the test has been "shot" 48<verify> 49<protocol> 50</protocol> 51</verify> 52</testcase> 53