diff -r efd4f1afd43e -r d620048b4810 emailservices/emailframework/inc/CFSMailPlugin.h --- 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: