1 <testcase> 2 <info> 3 <keywords> 4 IMAP 5 Clear Text 6 FETCH 7 </keywords> 8 </info> 9 10 # 11 # Server-side 12 <reply> 13 <data> 14 From: me@somewhere 15 To: fake@nowhere 16 17 body 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> 32 imap 33 </server> 34 <name> 35 IMAP cleanup before a connection was created 36 </name> 37 # tool is what to use instead of 'curl' 38 <tool> 39 lib1553 40 </tool> 41 42 # it is important this uses a host name that resolves successfully 43 <command> 44 imap://localhost:%IMAPPORT/1590 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