messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_SetupCopyTargetInDrafts.ini
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 [GetBaseConstants]
       
     2 actionParam	= inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId
       
     3 
       
     4 [CreateSession]             
       
     5 actionParam	= session
       
     6 
       
     7 [ResetMessageStore]			
       
     8 actionParam	= session
       
     9 
       
    10 [CheckChildrenCount0]		
       
    11 actionParam	= session outboxFolderId 0
       
    12 
       
    13 [CreateImap4Service]		
       
    14 actionParam	= session _ _ _ _ "Imap4Service" "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCImap4Settings.txt" imap4ServiceId
       
    15 
       
    16 [CreateSmtpService]			
       
    17 actionParam	= session _ _ _ _ "SmtpService" smtpServiceId
       
    18 
       
    19 [CreateRegistry]            
       
    20 actionParam	= session clientMtmRegistry
       
    21 
       
    22 [SetDefaultConfiguration0]
       
    23 actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfImap4Settings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCImap4Settings.txt"  
       
    24 
       
    25 [SetDefaultConfiguration1]
       
    26 actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfSmtpSettings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCSmtpSettings.txt"
       
    27 
       
    28 [SetDefaultConfiguration2]
       
    29 actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile "c:\msgtest\TestFramework\Configurations\EmailMessage\test1.txt" 
       
    30 
       
    31 [SetImap4ServiceParameters]	
       
    32 actionParam	= session imap4ServiceId _
       
    33 
       
    34 [SetSmtpServiceParameters]  
       
    35 actionParam	= session smtpServiceId	_
       
    36 
       
    37 [CreateMsgInOutbox]	
       
    38 actionParam	= session smtpServiceId outboxFolderId 0 sourceMsgId
       
    39 
       
    40 [SleepDelay]
       
    41 actionParam	= 1
       
    42 
       
    43 [CreateMsgInDrafts]
       
    44 actionParam	= session smtpServiceId draftsFolderId 0 targetMsgId
       
    45 
       
    46 [GetEntryTypes]
       
    47 actionParam = message folder text html attachment
       
    48 
       
    49 [GetMtms]
       
    50 actionParam = imapMtm popMtm smtpMtm
       
    51 
       
    52 [CreateEntry]
       
    53 actionParam = session message targetMsgId smtpMtm smtpServiceId _ _ _ "entry2" _ entryId2
       
    54 
       
    55 [SaveTargetIdToFile]
       
    56 actionParam = entryId2 "c:\msgtest\TargetMsgIdFile.txt"
       
    57 
       
    58 [SaveSourceIdToFile]
       
    59 actionParam = sourceMsgId "c:\msgtest\SourceMsgIdFile.txt"