emailservices/emailframework/inc/CFSMailPlugin.h
changeset 65 478bc57ad291
parent 59 16ed8d08d0b1
child 66 084b5b1f02a7
--- a/emailservices/emailframework/inc/CFSMailPlugin.h	Wed Aug 18 09:37:47 2010 +0300
+++ b/emailservices/emailframework/inc/CFSMailPlugin.h	Thu Sep 02 20:15:00 2010 +0300
@@ -1211,6 +1211,15 @@
                                         const TFSMailMsgId& /*aMessageId*/ )
                                         { return; };
 
+
+    /**
+     * Gets the signature for the given mailbox. Returns NULL if there is no signature defined for
+     * the given mailbox.
+     *
+     * @param aMailboxId mailbox id
+     */     
+    virtual HBufC* GetSignatureL( const TFSMailMsgId& aMailBoxId );
+    
 protected:
 
     /**