equal
deleted
inserted
replaced
|
1 [GetConstants] |
|
2 actionParam = inboxId outboxId draftsId sentId deletedId |
|
3 |
|
4 [InitNtRas] |
|
5 actionParam = |
|
6 |
|
7 [CreateSession] |
|
8 actionParam = session |
|
9 |
|
10 [ResetMessageStore] |
|
11 actionParam = session |
|
12 |
|
13 [CreateRegistry] |
|
14 actionParam = session clientMTMRegistry |
|
15 |
|
16 [SetDefaultConfigurationIMAP] |
|
17 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfImap4Settings "c:\perf\imap4.txt" |
|
18 |
|
19 [CreateImap4Service] |
|
20 actionParam = session _ _ _ _ "Imap4Service" imap4ServiceId |
|
21 |
|
22 [CreateImap4Mtm] |
|
23 actionParam = session imap4ServiceId clientMTMRegistry imap4Mtm |
|
24 |
|
25 [SetImap4ServiceParameters] |
|
26 actionParam = session imap4ServiceId _ |
|
27 |
|
28 [ConnectImap4Server] |
|
29 actionParam = imap4ServiceId imap4Mtm |
|
30 |
|
31 [DoFullImap4Synchronisation] |
|
32 actionParam = imap4ServiceId imap4Mtm |
|
33 |
|
34 [FindEntryByName0] |
|
35 actionParam = session imap4ServiceId "the lazy fox" imap4FolderId |
|
36 |
|
37 [CreateChildrenSelection] |
|
38 actionParam = session imap4FolderId childrenSelection |
|
39 |
|
40 [CopySelection] |
|
41 actionParam = session childrenSelection inboxId |
|
42 |
|
43 [DisconnectImap4Server] |
|
44 actionParam = imap4ServiceId imap4Mtm |
|
45 |
|
46 [StartTimer] |
|
47 actionParam = timer |
|
48 |
|
49 [FindEntryByName] |
|
50 actionParam = session imap4ServiceId "the lazy fox" messageId |
|
51 |
|
52 [GetEntry] |
|
53 actionParam = session messageId entryId |
|
54 |
|
55 [StopTimer] |
|
56 actionParam = timer |