|
1 [GetBaseConstants] |
|
2 actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId |
|
3 |
|
4 [InitNtRas] |
|
5 actionParam = |
|
6 |
|
7 [CreateSession] |
|
8 actionParam = session |
|
9 |
|
10 [ResetMessageStore] |
|
11 actionParam = session |
|
12 |
|
13 [CreateImap4Service] |
|
14 actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCImap4Settings.txt" imap4ServiceId |
|
15 |
|
16 [CreateSmtpService] |
|
17 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
18 |
|
19 [SetDefaultConfiguration0] |
|
20 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfImap4Settings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCImap4Settings.txt" |
|
21 |
|
22 [SetDefaultConfiguration1] |
|
23 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfSmtpSettings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCSmtpSettings.txt" |
|
24 |
|
25 [SetDefaultConfiguration2] |
|
26 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile "c:\msgtest\TestFramework\Configurations\EmailMessage\test1.txt" "c:\msgtest\TestFramework\Configurations\EmailMessage\test_9.txt" |
|
27 |
|
28 [CreateRegistry] |
|
29 actionParam = session clientMtmRegistry |
|
30 |
|
31 [CreateImap4Mtm] |
|
32 actionParam = session imap4ServiceId clientMtmRegistry imap4Mtm |
|
33 |
|
34 [CreateSmtpMtm] |
|
35 actionParam = session smtpServiceId clientMtmRegistry smtpMtm |
|
36 |
|
37 [SetImap4ServiceParameters] |
|
38 actionParam = session imap4ServiceId 0 |
|
39 |
|
40 [SetSmtpServiceParameters] |
|
41 actionParam = session smtpServiceId1 0 |
|
42 |
|
43 [ConnectImap4Server0] |
|
44 actionParam = imap4ServiceId imap4Mtm |
|
45 |
|
46 [DoFullImap4Synchronisation0] |
|
47 actionParam = imap4ServiceId imap4Mtm |
|
48 |
|
49 [FindEntryByName0] |
|
50 actionParam = session imap4ServiceId "Inbox" imap4FolderId |
|
51 |
|
52 [DeleteChildren] |
|
53 actionParam = session imap4FolderId |
|
54 |
|
55 [CheckChildrenCount0] |
|
56 actionParam = session imap4FolderId 0 |
|
57 |
|
58 [DisconnectImap4Server0] |
|
59 actionParam = imap4ServiceId imap4Mtm |
|
60 |
|
61 [CreateSmtpMessageFromEmailFile0] |
|
62 actionParam = session smtpServiceId1 outboxFolderId 0 smtpMessageId0 1 |
|
63 |
|
64 [CopyEntry0] |
|
65 actionParam = session smtpMessageId0 smtpServiceId1 |
|
66 |
|
67 [SetImap4PartialDownloadLimits] |
|
68 actionParam = _ _ _ TImImap4PartialMailOptions::ENoSizeLimits imap4FolderId imap4ServiceId partialDownloadLimit |
|
69 |
|
70 [ConnectImap4Server1] |
|
71 actionParam = imap4ServiceId imap4Mtm |
|
72 |
|
73 [DoFullImap4Synchronisation1] |
|
74 actionParam = imap4ServiceId imap4Mtm |
|
75 |
|
76 [CreateChildrenSelection0] |
|
77 actionParam = session imap4FolderId selection0 |
|
78 |
|
79 [Populate] |
|
80 actionParam = imap4ServiceId imap4Mtm partialDownloadLimit selection0 |
|
81 |
|
82 [DisconnectImap4Server1] |
|
83 actionParam = imap4ServiceId imap4Mtm |
|
84 |
|
85 [CreateChildrenInboxItems] |
|
86 actionParam = session inboxFolderId inboxItemsSelection |
|
87 |
|
88 [GetDefaultSmtpService] |
|
89 actionParam = smtpMtm _ smtpServiceId1 |
|
90 |
|
91 [MoveSelectionToInbox] |
|
92 actionParam = session selection0 inboxFolderId |
|
93 |
|
94 [CheckAttachmentPath] |
|
95 actionParam = session inboxItemsSelection |
|
96 |
|
97 [DeleteSentChildren] |
|
98 actionParam = session sentFolderId |
|
99 |