emailservices/emailframework/inc/CFSMailPlugin.h
changeset 56 15bc1d5d6267
parent 44 c2d07d913565
child 62 a8c646b56683
--- a/emailservices/emailframework/inc/CFSMailPlugin.h	Fri Jul 09 12:17:13 2010 +0300
+++ b/emailservices/emailframework/inc/CFSMailPlugin.h	Fri Jul 23 19:09:50 2010 +0300
@@ -1200,6 +1200,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: