emailservices/emailserver/inc/fsnotificationhandlerbase.h
branchRCL_3
changeset 12 4ce476e64c59
parent 10 f5907b1a1053
child 22 d620048b4810
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
   214      * @return Pointer to newest message in the folder. If
   214      * @return Pointer to newest message in the folder. If
   215      *         no messages are found, leaves with KErrNotFound.
   215      *         no messages are found, leaves with KErrNotFound.
   216      */      
   216      */      
   217     CFSMailMessage* NewestMsgInFolderL(
   217     CFSMailMessage* NewestMsgInFolderL(
   218         /*const*/ CFSMailFolder& aFolder ) const;
   218         /*const*/ CFSMailFolder& aFolder ) const;
   219     
   219 
   220     
       
   221     /*
       
   222      * function that handles the mailindicator
       
   223      */
       
   224     void MailIndicatorHandlingL(TFSMailMsgId aMailbox);
       
   225     
   220     
   226 private:
   221 private:
   227 
   222 
   228     /**
   223     /**
   229      * Function that sets the notification of the derived class on.
   224      * Function that sets the notification of the derived class on.