email/pop3andsmtpmtm/imapservermtm/test/data/ImapDecode.ini
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:29:07 +0300
changeset 25 84d9eb65b26f
permissions -rw-r--r--
Revision: 201015 Kit: 201018

// 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