messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SetupMoveEntriesInEntriesInOutbox.ini
equal
deleted
inserted
replaced
|
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 _ _ _ "smtpentry1" _ smtpEntryId1 |
|
27 |
|
28 [CreateEntry2] |
|
29 actionParam = session message outboxFolderId smsMtm smsServiceId _ _ _ "smsentry1" _ smsEntryId1 |
|
30 |
|
31 [CreateEntry3] |
|
32 actionParam = session message smtpEntryId1 smtpMtm smtpServiceId _ _ _ "smtpentry2" _ smtpEntryId2 |
|
33 |
|
34 [CreateEntry4] |
|
35 actionParam = session message smsEntryId1 smsMtm smsServiceId _ _ _ "smsentry2" _ smsEntryId2 |
|
36 |
|
37 [SaveMsvidToFile1] |
|
38 actionParam = smtpEntryId2 "c:\msgtest\SaveMoveEntry2ToFile.txt" |
|
39 |
|
40 [SaveMsvidToFile2] |
|
41 actionParam = smsEntryId2 "c:\msgtest\SaveMoveEntry3ToFile.txt" |