equal
deleted
inserted
replaced
|
1 [GetConstants] |
|
2 actionParam = inboxId outboxId draftsId sentId deletedId |
|
3 |
|
4 [InitNtRas] |
|
5 actionParam = |
|
6 |
|
7 [SessionId] |
|
8 actionParam = thisSession |
|
9 |
|
10 [ResetMessageStore] |
|
11 actionParam = thisSession |
|
12 |
|
13 [CreateRegistry] |
|
14 actionParam = thisSession clientMTMRegistry |
|
15 |
|
16 [SetDefaultConfigurationIMAP] |
|
17 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfImap4Settings "c:\msgtest\TestFramework\Configurations\EmailSettings\DRMHandling_IMAPSettings.txt" |
|
18 |
|
19 [CreateImap4Service] |
|
20 actionParam = thisSession _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId |
|
21 |
|
22 [CreateImap4Mtm] |
|
23 actionParam = thisSession imap4ServiceId clientMTMRegistry imap4Mtm |
|
24 |
|
25 [SetImap4ServiceParameters] |
|
26 actionParam = thisSession imap4ServiceId _ |
|
27 |
|
28 [ConnectImap4Server0] |
|
29 actionParam = imap4ServiceId imap4Mtm |
|
30 |
|
31 [DoFullImap4Synchronisation0] |
|
32 actionParam = imap4ServiceId imap4Mtm |
|
33 |
|
34 [FindEntryByName0] |
|
35 actionParam = thisSession imap4ServiceId "Inbox" imap4FolderId |
|
36 |
|
37 [DeleteChildren] |
|
38 actionParam = thisSession imap4FolderId |
|
39 |
|
40 [DisconnectImap4Server0] |
|
41 actionParam = imap4ServiceId imap4Mtm |