emailservices/emailframework/inc/CFSMailClient.h
branchRCL_3
changeset 63 d189ee25cf9d
parent 60 d620048b4810
child 64 3533d4323edc
--- a/emailservices/emailframework/inc/CFSMailClient.h	Thu Aug 19 09:38:05 2010 +0300
+++ b/emailservices/emailframework/inc/CFSMailClient.h	Tue Aug 31 15:04:17 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -22,12 +22,13 @@
 #include <e32std.h>
 #include <e32base.h>
 
-#include "cfsmailclient.hrh"
+#include "CFSMailClient.hrh"
 #include "cemailextensionbase.h"
 
-#include "mfsmailbrandmanager.h"
-#include "cfsmailplugin.h"
-
+//<cmail>
+#include "MFSMailBrandManager.h"
+#include "CFSMailPlugin.h"
+//</cmail>
 
 class CFSFWImplementation;
 class CFSMailPluginManager;
@@ -389,7 +390,17 @@
       * @param aMailboxName new name for the mailbox
       */
      IMPORT_C void SetMailboxName( const TFSMailMsgId aMailboxId, const TDesC& aMailboxName );
+
+
+//<qmail>
+     /**
+      * increments reference count to framework singleton
+	  * visibility change to public by Qmail
+      */
+     IMPORT_C TInt IncReferenceCount();
+//</qmail>
      
+	 
      /**
       * Prepares and sets the MR description by converting HTML body to Plain text
       *
@@ -398,6 +409,15 @@
       */     
      IMPORT_C virtual void PrepareMrDescriptionL( const TFSMailMsgId& aMailBoxId,
                                                   const TFSMailMsgId& aMessageId );
+// <qmail>
+     /**
+      * Gets the signature for the given mailbox.
+      * 
+      * @param aMailBoxId mailbox id
+      */
+     IMPORT_C HBufC* GetSignatureL( const TFSMailMsgId& aMailBoxId );
+// </qmail>
+ 
 public: // from  CExtendableEmail
 
     /**
@@ -439,11 +459,6 @@
      static CFSMailClient* Instance();
 
     /**
-     * increments reference count to framework singleton
-     */
-     TInt IncReferenceCount();
-
-    /**
      * decrements reference count to framework singleton
      */
      TInt DecReferenceCount();