emailservices/emailcommon/inc/CFSMailBox.h
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
child 76 38bf5461e270
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
   433      * C++ default constructor.
   433      * C++ default constructor.
   434      */
   434      */
   435   	 CFSMailBox();
   435   	 CFSMailBox();
   436 
   436 
   437     /**
   437     /**
   438      * Function used internally to inform that Mru list related to this
   438      * Function used internally to update Mru list using the given recipient
   439      * mailbox should now be updated using the given recipient info. In
   439      * info. In other words this function makes sure that the given recipients
   440      * other words this function makes sure that the given recipients are
   440      * are found from the common email mru list.
   441      * found from the common email mru list.
   441      *
   442      *
   442      * @param aRecipients email recipients to be saved in cenrep.
   443      * @param aRecipients email recipients in TO-field
   443      */
   444      * @param aCCRecipients email recipients in CC-field
   444     void UpdateMrus(
   445      * @param aBCCRecipients email recipients in BCC-field
   445         const RPointerArray<CFSMailAddress>& aRecipients ) const;
   446      */
       
   447     void UpdateMrusL(
       
   448         const RPointerArray<CFSMailAddress>& aRecipients,
       
   449         const RPointerArray<CFSMailAddress>& aCCRecipients,
       
   450         const RPointerArray<CFSMailAddress>& aBCCRecipients ) const;
       
   451 
   446 
   452  private: // data
   447  private: // data
   453 
   448 
   454     /**
   449     /**
   455      * request handler for plugin requests
   450      * request handler for plugin requests