messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SetupMoveEntryInEntryInDrafts.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 [GetEntryTypes] |
|
14 actionParam = message folder text html attachment |
|
15 |
|
16 [GetMtms] |
|
17 actionParam = imapMtm popMtm smtpMtm |
|
18 |
|
19 [CreateEntry1] |
|
20 actionParam = session message draftsFolderId smtpMtm smtpServiceId _ _ _ "entry" _ entryId |
|
21 |
|
22 [CreateEntry2] |
|
23 actionParam = session message entryId smtpMtm smtpServiceId _ _ _ "entry2" _ entryId2 |
|
24 |
|
25 [SaveMsvidToFile] |
|
26 actionParam = entryId2 "c:\msgtest\SaveMoveEntry1ToFile.txt" |