harvesterplugins/messaging/smsmms/inc/cmessagedatahandler.h
changeset 27 7a8855317cbd
parent 26 367228f82b66
equal deleted inserted replaced
26:367228f82b66 27:7a8855317cbd
    55 	 * @param TMsvId& aFolderId Id of the folder where message is located
    55 	 * @param TMsvId& aFolderId Id of the folder where message is located
    56 	 */
    56 	 */
    57 	void GatherDataL(TMsvId& aMessageId, TCPixActionType aActionType, TMsvId& aFolderId);
    57 	void GatherDataL(TMsvId& aMessageId, TCPixActionType aActionType, TMsvId& aFolderId);
    58 	
    58 	
    59 	void ResumeL();
    59 	void ResumeL();
       
    60 	
       
    61 	void SetFilePath( const TDesC& aFilePath );
       
    62 	
       
    63 	void SaveRecordsL();
       
    64 	
       
    65 	void LoadRecordsL();
    60 
    66 
    61 private:
    67 private:
    62 	//From CActive
    68 	//From CActive
    63 
    69 
    64 	/**
    70 	/**
   163 	CSmsClientMtm*              iSmsMtm;
   169 	CSmsClientMtm*              iSmsMtm;
   164 	CSmtpClientMtm*             iSmtpMtm;                 // client for opening smtp
   170 	CSmtpClientMtm*             iSmtpMtm;                 // client for opening smtp
   165 	CPop3ClientMtm*				iPop3Mtm;                   // client for opening pop3
   171 	CPop3ClientMtm*				iPop3Mtm;                   // client for opening pop3
   166 	CImap4ClientMtm*			iImap4Mtm;                  // client for opening imap4
   172 	CImap4ClientMtm*			iImap4Mtm;                  // client for opening imap4
   167 	RFs							iFs;
   173 	RFs							iFs;
       
   174 	TFileName   iFilePath;
   168 #ifdef HARVESTERPLUGINTESTER_FRIEND
   175 #ifdef HARVESTERPLUGINTESTER_FRIEND
   169     friend class CHarvesterPluginTester;
   176     friend class CHarvesterPluginTester;
   170 #endif
   177 #endif
   171 	};
   178 	};
   172 
   179