messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_CreateFolderFrom.ini
equal
deleted
inserted
replaced
|
1 [GetBaseConstants] |
|
2 actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId |
|
3 |
|
4 [CreateSession] |
|
5 actionParam = session |
|
6 |
|
7 [ResetMessageStore] |
|
8 actionParam = session |
|
9 |
|
10 [GetEmailConstants] |
|
11 actionParam = imapMtmUid popMtmUid smtpMtmUid |
|
12 |
|
13 [CreateImap4Service] |
|
14 actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId |
|
15 |
|
16 [CreateSmtpService] |
|
17 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
18 |
|
19 [CreateFolder] |
|
20 actionParam = session draftsFolderId smtpMtmUid smtpServiceId _ _ _ _ _ folderFromId |
|
21 |
|
22 [SaveMsvIdFromParamToFile] |
|
23 actionParam = folderFromId "c:\msgtest\SaveIntFromParamToFile.txt" |
|
24 |
|
25 [CheckChildrenCount0] |
|
26 actionParam = session folderFromId 0 |