messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SetupMoveEntriesInEntriesInOutbox.ini
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:38:12 +0100
branchGCC_SURGE
changeset 35 f8ad95794a08
parent 0 8e480a14352b
permissions -rw-r--r--
Catchup to latest Symbian^4

[GetBaseConstants]
actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId

[CreateSession]             
actionParam	= session

[CreateImap4Service]		
actionParam	= session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId

[CreateSmtpService]			
actionParam	= session _ _ _ _ "SmtpService" smtpServiceId

[CreateSmsService]			
actionParam	= session _ _ _ _ "SmsService" smsServiceId

[GetEntryTypes]
actionParam = message folder text html attachment

[GetMtms]
actionParam = imapMtm popMtm smtpMtm

[GetSmsMtm]
actionParam = smsMtm

[CreateEntry1]
actionParam = session message outboxFolderId smtpMtm smtpServiceId _ _ _ "smtpentry1" _ smtpEntryId1

[CreateEntry2]
actionParam = session message outboxFolderId smsMtm smsServiceId _ _ _ "smsentry1" _ smsEntryId1

[CreateEntry3]
actionParam = session message smtpEntryId1 smtpMtm smtpServiceId _ _ _ "smtpentry2" _ smtpEntryId2

[CreateEntry4]
actionParam = session message smsEntryId1 smsMtm smsServiceId _ _ _ "smsentry2" _ smsEntryId2

[SaveMsvidToFile1]
actionParam = smtpEntryId2 "c:\msgtest\SaveMoveEntry2ToFile.txt"

[SaveMsvidToFile2]
actionParam = smsEntryId2 "c:\msgtest\SaveMoveEntry3ToFile.txt"