ipsservices/ipssosplugin/inc/ipsplgmsgmapper.h
changeset 23 2dc6caa42ec3
parent 18 578830873419
child 62 a8c646b56683
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
   233     
   233     
   234     /**
   234     /**
   235      * Sets the fetch state of the FS message objects based on the state
   235      * Sets the fetch state of the FS message objects based on the state
   236      * of TMsvEmailEntry instance
   236      * of TMsvEmailEntry instance
   237      */
   237      */
   238     void SetFetchState( 
   238     void SetFetchStateL( 
   239         const TMsvEmailEntry& aEntry, 
   239         const TMsvEmailEntry& aEntry, 
   240         TMsvId aMsgMainId,
   240         TMsvId aMsgMainId,
   241         TBool aIsAtta, 
   241         TBool aIsAtta, 
   242         CFSMailMessagePart& aMessage );
   242         CFSMailMessagePart& aMessage );
   243     
   243     
   244     /**
   244     /**
   245      * Sets the fetch state of imap message entry
   245      * Sets the fetch state of imap message entry
   246      */
   246      */
   247     void SetFetchStateImap( 
   247     void DoSetFetchStateL( 
   248             const TMsvEmailEntry& aEntry, 
   248             const TMsvEmailEntry& aEntry, 
   249             TMsvId aMsgMainId,
   249             TMsvId aMsgMainId,
   250             TBool aIsAtta, 
   250             TBool aIsAtta, 
   251             CFSMailMessagePart& aMessage );
   251             CFSMailMessagePart& aMessage );
   252     
   252