messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/25-SMTP-POP3_AddLinkedAttachment_Compare.INI
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 12:18:06 +0200
changeset 2 69530231af78
parent 0 8e480a14352b
permissions -rw-r--r--
Revision: 201001 Kit: 201004

[GetConstants]
actionParam	= inboxId outboxId draftsId sentId deletedId

[SmtpMTMUId]
actionParam	= smtpUid

[InitNtRas]
actionParam	=

[ResetMessageStore]
actionParam	= thisSession

[SessionId]
actionParam	= thisSession

[CreateRegistry]
actionParam	= thisSession clientMTMRegistry

[CreateSmtpService]
actionParam	= thisSession smtpUid _ _ _ _ "SmtpService" smtpServiceId

[CreatePop3Service]		
actionParam	= thisSession _ _ _ _ "Pop3Service" "POP3Account" "c:\msgtest\TestFramework\Configurations\EmailSettings\AttachmentAPI_POP3Settings.txt" pop3ServiceId

[CreatePop3Mtm]			
actionParam	= thisSession pop3ServiceId clientMTMRegistry pop3Mtm

[SetDefaultConfigurationPOP3]
actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfPop3Settings "c:\msgtest\TestFramework\Configurations\EmailSettings\AttachmentAPI_POP3Settings.txt"

[SetSmtpServiceParameters]  
actionParam	= thisSession smtpServiceId1 _

[SetPop3ServiceParameters]	
actionParam	= thisSession pop3ServiceId _

[ConnectPop3Server0]
actionParam	= pop3ServiceId pop3Mtm

[DeleteChildren]            
actionParam	= thisSession pop3ServiceId

[CheckChildrenCount0]
actionParam	= thisSession pop3ServiceId 0

[DisconnectPop3Server0]		
actionParam	= pop3ServiceId pop3Mtm

[SetDefaultConfigurationSMTP]
actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfSmtpSettings "c:\msgtest\TestFramework\Configurations\EmailSettings\AttachmentAPI_SmtpSettings.txt"

[SetDefaultConfigurationEMailFile]
actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile "c:\msgtest\TestFramework\Configurations\EmailMessage\AttachmentAPI_SimpleEmail01.txt"

[CreateSmtpMessageFromEmailFile]
actionParam	= thisSession smtpServiceId1 outboxId 0 messageId 1

[SmtpAddLinkedAttachment]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\testimage1.mbm" "image/x-epoc-mbm" attachmentId

[SmtpCountAttachments]
actionParam	= thisSession messageId 1 attachmentCount

[CopyEntry]					
actionParam	= thisSession messageId smtpServiceId1

[ConnectPop3Server1]
actionParam	= pop3ServiceId pop3Mtm

[CreateChildrenSelection]	
actionParam	= thisSession pop3ServiceId childrenSelection

[CopySelection]				
actionParam	= thisSession childrenSelection inboxId

[DisconnectPop3Server1]
actionParam	= pop3ServiceId pop3Mtm

[FindEntryByNameInInbox]
actionParam	= thisSession inboxId "AttachmentAPITestMail" inboxMessageId

[SmtpGetAttachmentFileFromIndex]
actionParam	= thisSession inboxMessageId 0 "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\testimage1.mbm" _

[CreateSmtpMtm]
actionParam	= thisSession smtpServiceId clientMTMRegistry smtpMtm

[GetDefaultSmtpService]
actionParam	= smtpMtm _ smtpServiceId1