email/email/smtp/inc/T_CreateSmtpMessageFromEmailFile.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 /**
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 
       
    26 
       
    27 #ifndef __T_CREATE_SMTP_MESSAGE_FROM_EMAIL_FILE_H__
       
    28 #define __T_CREATE_SMTP_MESSAGE_FROM_EMAIL_FILE_H__
       
    29 
       
    30 
       
    31 // User Includes 
       
    32 #include "T_MsgSyncStepSMTP.h"
       
    33 #include "T_MsgSharedDataSmtp.h"
       
    34 
       
    35 
       
    36 // Literals Used  
       
    37 _LIT(KCreateSmtpMessageFromEmailFile,"CreateSmtpMessageFromEmailFile");
       
    38 
       
    39 
       
    40 /**
       
    41 This class implements the test step that creates the SMTP message
       
    42 */
       
    43 class CT_MsgCreateSmtpMessageFromEmailFile : public CT_MsgSyncStepSMTP
       
    44 	{
       
    45 public:	
       
    46 	static CT_MsgCreateSmtpMessageFromEmailFile* NewL(CT_MsgSharedDataSmtp& aSharedDataSMTP);
       
    47 	~CT_MsgCreateSmtpMessageFromEmailFile();
       
    48 
       
    49 	//	CTestStep implementation
       
    50 	TVerdict doTestStepL(); 	
       
    51 private:
       
    52 	CT_MsgCreateSmtpMessageFromEmailFile(CT_MsgSharedDataSmtp& aSharedDataSMTP);
       
    53 	};
       
    54 #endif //__T_CREATE_SMTP_MESSAGE_FROM_EMAIL_FILE_H__