email/pop3andsmtpmtm/imapservermtm/test/data/ImapDecode.ini
changeset 25 84d9eb65b26f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/email/pop3andsmtpmtm/imapservermtm/test/data/ImapDecode.ini	Mon May 03 12:29:07 2010 +0300
@@ -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
+