diff -r 6a20128ce557 -r ebfee66fde93 email/pop3andsmtpmtm/imapservermtm/test/data/ImapDecode.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/email/pop3andsmtpmtm/imapservermtm/test/data/ImapDecode.ini Fri Jun 04 10:25:39 2010 +0100 @@ -0,0 +1,22 @@ +// BufferType = [TBufferType::EBodyBuffer|TBufferType::EAttachmentBuffer] [path to reference file] [Allow junk at end: 1|0] +// more than 1 buffer can be given, but everything must be on one line + +[SectionOne] + +ScriptFile = c:\msgtest\imap\mail1_Base64.txt +// BufferType, path to reference file, AllowJunkAtTheEnd (1 or 0) +BufferFile = TBufferType::EBodyBuffer c:\msgtest\imap\mail1_Base64_body.txt 0 +FetchWholeMessage = True + +[SectionTwo] + +ScriptFile = c:\msgtest\imap\mail2_Base64.txt +BufferFile = TBufferType::EBodyBuffer c:\msgtest\imap\mail2_Base64_body.txt 1 +FetchWholeMessage = True + +[SectionThree] + +ScriptFile = c:\msgtest\imap\mail1_UUEncoded.txt +BufferFile = TBufferType::EBodyBuffer c:\msgtest\imap\mail1_UUEncoded_body.txt 0 TBufferType::EAttachmentBuffer c:\msgtest\imap\mail1_UUEncoded_attachment.jpg 0 +FetchWholeMessage = True +