emailservices/emailframework/inc/CFSMailPlugin.h
branchRCL_3
changeset 22 d620048b4810
parent 8 e1b6206813b4
child 24 d189ee25cf9d
equal deleted inserted replaced
20:efd4f1afd43e 22:d620048b4810
  1017       *
  1017       *
  1018       * @param aMailboxId id of target mailbox
  1018       * @param aMailboxId id of target mailbox
  1019       * @param aMailboxName new name for the mailbox
  1019       * @param aMailboxName new name for the mailbox
  1020       */
  1020       */
  1021     virtual void SetMailboxName(const TFSMailMsgId& aMailboxId, const TDesC& aMailboxName ) = 0;
  1021     virtual void SetMailboxName(const TFSMailMsgId& aMailboxId, const TDesC& aMailboxName ) = 0;
       
  1022     
       
  1023     /**
       
  1024      * Prepares and sets the MR description by converting HTML body to Plain text
       
  1025      *
       
  1026      * @param aMailboxId mailbox id
       
  1027      * @param aMessageId message id
       
  1028      */     
       
  1029     virtual void PrepareMrDescriptionL( const TFSMailMsgId& /*aMailBoxId*/,
       
  1030                                         const TFSMailMsgId& /*aMessageId*/ )
       
  1031                                         { return; };
  1022 
  1032 
  1023 protected:
  1033 protected:
  1024 
  1034 
  1025     /**
  1035     /**
  1026      * C++ default constructor.
  1036      * C++ default constructor.