equal
deleted
inserted
replaced
|
1 // BufferType = [TBufferType::EBodyBuffer|TBufferType::EAttachmentBuffer] [path to reference file] [Allow junk at end: 1|0] |
|
2 // more than 1 buffer can be given, but everything must be on one line |
|
3 |
|
4 [SectionOne] |
|
5 |
|
6 ScriptFile = c:\msgtest\imap\mail1_Base64.txt |
|
7 // BufferType, path to reference file, AllowJunkAtTheEnd (1 or 0) |
|
8 BufferFile = TBufferType::EBodyBuffer c:\msgtest\imap\mail1_Base64_body.txt 0 |
|
9 FetchWholeMessage = True |
|
10 |
|
11 [SectionTwo] |
|
12 |
|
13 ScriptFile = c:\msgtest\imap\mail2_Base64.txt |
|
14 BufferFile = TBufferType::EBodyBuffer c:\msgtest\imap\mail2_Base64_body.txt 1 |
|
15 FetchWholeMessage = True |
|
16 |
|
17 [SectionThree] |
|
18 |
|
19 ScriptFile = c:\msgtest\imap\mail1_UUEncoded.txt |
|
20 BufferFile = TBufferType::EBodyBuffer c:\msgtest\imap\mail1_UUEncoded_body.txt 0 TBufferType::EAttachmentBuffer c:\msgtest\imap\mail1_UUEncoded_attachment.jpg 0 |
|
21 FetchWholeMessage = True |
|
22 |