email/pop3andsmtpmtm/smtpservermtm/inc/IMSM.H
changeset 76 60a8a215b0ec
parent 0 72b543305e3a
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
    55 	static CMsgImOutboxSend* NewLC(const CMsvEntrySelection& aEntrySelection,CMsvServerEntry& aServerEntry,TMsvId aService);
    55 	static CMsgImOutboxSend* NewLC(const CMsvEntrySelection& aEntrySelection,CMsvServerEntry& aServerEntry,TMsvId aService);
    56 	static CMsgImOutboxSend* NewL(const CMsvEntrySelection& aEntrySelection,CMsvServerEntry& aServerEntry,TMsvId aService);
    56 	static CMsgImOutboxSend* NewL(const CMsvEntrySelection& aEntrySelection,CMsvServerEntry& aServerEntry,TMsvId aService);
    57 	~CMsgImOutboxSend();
    57 	~CMsgImOutboxSend();
    58 
    58 
    59 #if (defined SYMBIAN_USER_PROMPT_SERVICE)
    59 #if (defined SYMBIAN_USER_PROMPT_SERVICE)
    60 	void StartL(TRequestStatus& aStatus, TThreadId aClientThreadId, TBool aHasCapability);
    60 	void StartL(TRequestStatus& aStatus, TThreadId aClientThreadId, TBool aHasCapability, TBool aIsSilent);
    61 #endif		
    61 #endif		
    62 	void StartL(TRequestStatus& aStatus);
    62 	void StartL(TRequestStatus& aStatus, TBool aIsSilent);
    63 	
    63 	
    64 	const TImSmtpProgress&	Progress();
    64 	const TImSmtpProgress&	Progress();
    65 	TBool SessionIsConnected();
    65 	TBool SessionIsConnected();
    66 	TInt NextFile();									// public (but not imported) 
    66 	TInt NextFile();									// public (but not imported) 
    67 														// so SmtpSession() can use function
    67 														// so SmtpSession() can use function
   155 	CImMobilityManager* iMobilityManager;
   155 	CImMobilityManager* iMobilityManager;
   156 	TBool iCancellingForMigrate;
   156 	TBool iCancellingForMigrate;
   157 	TBool iDecrementMessageCountAfterMigration;
   157 	TBool iDecrementMessageCountAfterMigration;
   158 
   158 
   159 	TPckgBuf<TImSmtpProgress> iMobilityProgressBuffer;	
   159 	TPckgBuf<TImSmtpProgress> iMobilityProgressBuffer;	
       
   160 	TBool iIsSilent;
       
   161 	
   160 	};
   162 	};
   161 
   163 
   162 #endif
   164 #endif