equal
deleted
inserted
replaced
|
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 draftsFolderId _ smtpMessageId 1 |
|
54 |
|
55 [MoveEntry] |
|
56 actionParam = session smtpMessageId imap4FolderId |
|
57 |
|
58 [ConnectImap4Server1] |
|
59 actionParam = imap4ServiceId imap4Mtm |
|
60 |
|
61 [DoFullImap4Synchronisation1] |
|
62 actionParam = imap4ServiceId imap4Mtm |
|
63 |
|
64 [DisconnectImap4Server1] |
|
65 actionParam = imap4ServiceId imap4Mtm |