emailservices/emailframework/inc/CFSMailPlugin.h
branchRCL_3
changeset 22 d620048b4810
parent 8 e1b6206813b4
child 24 d189ee25cf9d
--- a/emailservices/emailframework/inc/CFSMailPlugin.h	Mon Jun 21 15:20:54 2010 +0300
+++ b/emailservices/emailframework/inc/CFSMailPlugin.h	Thu Jul 15 18:19:25 2010 +0300
@@ -1019,6 +1019,16 @@
       * @param aMailboxName new name for the mailbox
       */
     virtual void SetMailboxName(const TFSMailMsgId& aMailboxId, const TDesC& aMailboxName ) = 0;
+    
+    /**
+     * Prepares and sets the MR description by converting HTML body to Plain text
+     *
+     * @param aMailboxId mailbox id
+     * @param aMessageId message id
+     */     
+    virtual void PrepareMrDescriptionL( const TFSMailMsgId& /*aMailBoxId*/,
+                                        const TFSMailMsgId& /*aMessageId*/ )
+                                        { return; };
 
 protected: