equal
deleted
inserted
replaced
|
1 [GetConstants] |
|
2 actionParam = inboxId outboxId draftsId sentId deletedId |
|
3 |
|
4 [SessionId] |
|
5 actionParam = thisSession |
|
6 |
|
7 [CreateRegistry] |
|
8 actionParam = thisSession clientMTMRegistry |
|
9 |
|
10 [SetDefaultConfigurationIMAP] |
|
11 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfImap4Settings "c:\msgtest\TestFramework\Configurations\EmailSettings\ImapSearch_Settings_Disabled.txt" |
|
12 |
|
13 [CreateImap4Service] |
|
14 actionParam = thisSession _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId |
|
15 |
|
16 [CreateImap4Mtm] |
|
17 actionParam = thisSession imap4ServiceId clientMTMRegistry imap4Mtm |
|
18 |
|
19 [SetImap4ServiceParameters] |
|
20 actionParam = thisSession imap4ServiceId _ |
|
21 |
|
22 [CheckChildrenCount0] |
|
23 actionParam = thisSession inboxId 0 |
|
24 |
|
25 [ConnectImap4Server0] |
|
26 actionParam = imap4ServiceId imap4Mtm |
|
27 |
|
28 [DoFullImap4Synchronisation0] |
|
29 actionParam = imap4ServiceId imap4Mtm |
|
30 |
|
31 [FindEntryByName0] |
|
32 actionParam = thisSession imap4ServiceId "Inbox" imap4FolderId |
|
33 |
|
34 [SetImap4FullDownloadLimits] |
|
35 actionParam = _ TImap4GetMailOptions::EGetImap4EmailBodyTextAndAttachments imap4FolderId imap4ServiceId fulldonwloadLimit |
|
36 |
|
37 [CreateChildrenSelection] |
|
38 actionParam = thisSession imap4FolderId childrenSelection |
|
39 |
|
40 [DoImap4Populate] |
|
41 actionParam = imap4ServiceId imap4Mtm fulldonwloadLimit childrenSelection |
|
42 |
|
43 [DisconnectImap4Server1] |
|
44 actionParam = imap4ServiceId imap4Mtm |
|
45 |
|
46 [CheckChildrenCount1] |
|
47 actionParam = thisSession imap4FolderId 10 |
|
48 |
|
49 [FindEntryByName1] |
|
50 actionParam = thisSession imap4FolderId "TestEmail1" msgId |
|
51 |
|
52 [FindEntryByName2] |
|
53 actionParam = thisSession imap4FolderId "TestEmail2" msgId |