emailservices/emailframework/inc/CFSMailPlugin.h
changeset 59 16ed8d08d0b1
parent 53 bf7eb7911fc5
child 62 a8c646b56683
equal deleted inserted replaced
54:997a02608b3a 59:16ed8d08d0b1
  1198       *
  1198       *
  1199       * @param aMailboxId id of target mailbox
  1199       * @param aMailboxId id of target mailbox
  1200       * @param aMailboxName new name for the mailbox
  1200       * @param aMailboxName new name for the mailbox
  1201       */
  1201       */
  1202     virtual void SetMailboxName(const TFSMailMsgId& aMailboxId, const TDesC& aMailboxName ) = 0;
  1202     virtual void SetMailboxName(const TFSMailMsgId& aMailboxId, const TDesC& aMailboxName ) = 0;
       
  1203     
       
  1204     /**
       
  1205      * Prepares and sets the MR description by converting HTML body to Plain text
       
  1206      *
       
  1207      * @param aMailboxId mailbox id
       
  1208      * @param aMessageId message id
       
  1209      */     
       
  1210     virtual void PrepareMrDescriptionL( const TFSMailMsgId& /*aMailBoxId*/,
       
  1211                                         const TFSMailMsgId& /*aMessageId*/ )
       
  1212                                         { return; };
  1203 
  1213 
  1204 protected:
  1214 protected:
  1205 
  1215 
  1206     /**
  1216     /**
  1207      * C++ default constructor.
  1217      * C++ default constructor.