|
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" imap4ServiceId |
|
15 |
|
16 [CreateSmtpService] |
|
17 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
18 |
|
19 [CreateRegistry] |
|
20 actionParam = session clientMtmRegistry |
|
21 |
|
22 [CreateImap4Mtm] |
|
23 actionParam = session imap4ServiceId clientMtmRegistry imap4Mtm |
|
24 |
|
25 [CreateSmtpMtm] |
|
26 actionParam = session smtpServiceId clientMtmRegistry smtpMtm |
|
27 |
|
28 [SetImap4ServiceParameters] |
|
29 actionParam = session imap4ServiceId _ |
|
30 |
|
31 [SetSmtpServiceParameters] |
|
32 actionParam = session smtpServiceId _ |
|
33 |
|
34 [ConnectImap4Server0] |
|
35 actionParam = imap4ServiceId imap4Mtm |
|
36 |
|
37 [DoFullImap4Synchronisation0] |
|
38 actionParam = imap4ServiceId imap4Mtm |
|
39 |
|
40 [FindEntryByName0] |
|
41 actionParam = session imap4ServiceId "Inbox" imap4FolderId |
|
42 |
|
43 [DeleteChildren] |
|
44 actionParam = session imap4FolderId |
|
45 |
|
46 [CheckChildrenCount0] |
|
47 actionParam = session imap4FolderId 0 |
|
48 |
|
49 [DisconnectImap4Server0] |
|
50 actionParam = imap4ServiceId imap4Mtm |
|
51 |
|
52 [CreateSmtpMessageFromEmailFile] |
|
53 actionParam = session smtpServiceId outboxFolderId _ smtpMessageId 1 |
|
54 |
|
55 [CopyEntry] |
|
56 actionParam = session smtpMessageId smtpServiceId |
|
57 |
|
58 [ConnectImap4Server1] |
|
59 actionParam = imap4ServiceId imap4Mtm |
|
60 |
|
61 [DoFullImap4Synchronisation1] |
|
62 actionParam = imap4ServiceId imap4Mtm |
|
63 |
|
64 [CreateChildrenSelection] |
|
65 actionParam = session imap4FolderId selection |
|
66 |
|
67 [CopySelection] |
|
68 actionParam = session selection inboxFolderId |
|
69 |
|
70 [DisconnectImap4Server1] |
|
71 actionParam = imap4ServiceId imap4Mtm |
|
72 |
|
73 [CheckChildrenCount1] |
|
74 actionParam = session imap4FolderId 1 |
|
75 |
|
76 [FindEntryByName1] |
|
77 actionParam = session imap4FolderId "SimpleEmail" imap4MessageId |
|
78 |
|
79 [CheckChildrenCount2] |
|
80 actionParam = session inboxFolderId 1 |
|
81 |
|
82 [FindEntryByName2] |
|
83 actionParam = session inboxFolderId "SimpleEmail" inboxMessageId |
|
84 |
|
85 [CheckChildrenCount3] |
|
86 actionParam = session sentFolderId 1 |
|
87 |
|
88 [FindEntryByName3] |
|
89 actionParam = session sentFolderId "SimpleEmail" sentMessageId |