messagingfw/msgtestfw/TestCases/ScriptedTestCases/CreateSendReceivePop3Email.ini
changeset 0 8e480a14352b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/CreateSendReceivePop3Email.ini	Mon Jan 18 20:36:02 2010 +0200
@@ -0,0 +1,93 @@
+[GetBaseConstants]
+actionParam	= inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId
+
+[InitNtRas]					
+actionParam =
+
+[CreateSession]             
+actionParam	= session
+
+[ResetMessageStore]			
+actionParam	= session
+
+[CreatePop3Service]		
+actionParam	= session _ _ _ _ "Pop3Service" "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\Pop3Tests-lon-cn-exchng2k.txt" Pop3ServiceId   
+
+[CreateSmtpService]			
+actionParam	= session _ _ _ _ "SmtpService" smtpServiceId
+
+[CreateRegistry]            
+actionParam	= session clientMtmRegistry
+
+[CreatePop3Mtm]			
+actionParam	= session Pop3ServiceId clientMtmRegistry Pop3Mtm
+
+[CreateSmtpMtm]				
+actionParam	= session smtpServiceId clientMtmRegistry smtpMtm pop3AccountId
+
+[SetPop3ServiceParameters]	
+actionParam	= session Pop3ServiceId _ "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\Pop3Tests-lon-cn-exchng2k.txt" pop3AccountId
+
+[SetSmtpServiceParameters]  
+actionParam	= session smtpServiceId	_ 
+
+[SetDefaultConfiguration]
+actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile   "c:\msgtest\TestFramework\Configurations\EmailMessage\Email-Simple.txt" 
+
+[ConnectPop3Server]   		
+actionParam	= Pop3ServiceId Pop3Mtm
+
+[DeleteChildren]
+actionParam	= session Pop3ServiceId 
+
+[CheckChildrenCount0]		
+actionParam	= session Pop3ServiceId 0
+
+[DisconnectPop3Server]		
+actionParam	= Pop3ServiceId Pop3Mtm
+
+[VerifyEmail]
+actionParam	= session sentItemsSelection Pop3Selection 1 ExpMail0 
+
+[DeleteChildren]            
+actionParam	= session Pop3ServiceId
+
+[CopyEntry]					
+actionParam	= session smtpMessageId0 smtpServiceId
+
+[CreateSmtpMessageFromEmailFile0]	
+actionParam	= session smtpServiceId outboxFolderId 0 smtpMessageId0 0
+
+[CreateChildrenSelection]	
+actionParam	= session Pop3ServiceId selection
+
+[CheckChildrenCount1]		
+actionParam	= session Pop3ServiceId 1
+
+[CheckChildrenCount2]		
+actionParam	= session inboxFolderId 1
+
+[CheckChildrenCount_sent4]		
+actionParam	= session sentFolderId 1
+
+[CreateChildrenSentItems]
+actionParam	= session sentFolderId sentItemsSelection
+
+[CreateChildrenSelectionPop3]	
+actionParam	= session Pop3ServiceId Pop3Selection
+
+[Pop3TopPopulate]		
+actionParam	= Pop3ServiceId Pop3Mtm pop3MailInfo Pop3Selection
+
+[CopySelectionPop3]				
+actionParam	= session Pop3Selection inboxFolderId
+
+
+[CreatePop3MailInfo]
+actionParam = 500000 2 pop3MailInfo
+
+[CreateExpPop3MailInfo0]
+actionParam = 2 0 0 "Email-Simple" 0 ExpMail0
+
+
+