changeset 0 | 8e480a14352b |
-1:000000000000 | 0:8e480a14352b |
---|---|
1 [GetBaseConstants] |
|
2 actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId |
|
3 |
|
4 [CreateSession] |
|
5 actionParam = session |
|
6 |
|
7 [CreateImap4Service] |
|
8 actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId |
|
9 |
|
10 [CreateSmtpService] |
|
11 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
12 |
|
13 [CreateSmsService] |
|
14 actionParam = session _ _ _ _ "SmsService" smsServiceId |
|
15 |
|
16 [GetEntryTypes] |
|
17 actionParam = message folder text html attachment |
|
18 |
|
19 [GetMtms] |
|
20 actionParam = imapMtm popMtm smtpMtm |
|
21 |
|
22 [GetSmsMtm] |
|
23 actionParam = smsMtm |
|
24 |
|
25 [CreateEntry1] |
|
26 actionParam = session message outboxFolderId smtpMtm smtpServiceId _ _ _ "smtpentry" _ smtpEntryId |
|
27 |
|
28 [CreateEntry2] |
|
29 actionParam = session message outboxFolderId smsMtm smsServiceId _ _ _ "smsentry" _ smsEntryId |
|
30 |
|
31 [SaveMsvidToFile1] |
|
32 actionParam = smtpEntryId "c:\msgtest\SaveMoveEntry2ToFile.txt" |
|
33 |
|
34 [SaveMsvidToFile2] |
|
35 actionParam = smsEntryId "c:\msgtest\SaveMoveEntry3ToFile.txt" |