ipsservices/ipssosaoplugin/src/IpsSosAOPopAgent.cpp
changeset 18 578830873419
parent 0 8466d47a6819
child 23 2dc6caa42ec3
equal deleted inserted replaced
4:e7aa27f58ae1 18:578830873419
    28 #include "IpsSosAOPopAgent.h"
    28 #include "IpsSosAOPopAgent.h"
    29 #include "IpsSosAOImapPopLogic.h"
    29 #include "IpsSosAOImapPopLogic.h"
    30 
    30 
    31 
    31 
    32 // from settings
    32 // from settings
    33 #include "ipssetutilsconsts.h"
    33 //<QMail>
       
    34 
       
    35 //</QMail>
    34 
    36 
    35 // ----------------------------------------------------------------------------
    37 // ----------------------------------------------------------------------------
    36 // ----------------------------------------------------------------------------
    38 // ----------------------------------------------------------------------------
    37 CIpsSosAOPopAgent::CIpsSosAOPopAgent(             
    39 CIpsSosAOPopAgent::CIpsSosAOPopAgent(             
    38     CMsvSession& aSession,
    40     CMsvSession& aSession,
   455     iPopulateLimit = iPopSettings->PopulationLimit();
   457     iPopulateLimit = iPopSettings->PopulationLimit();
   456     if ( iPopulateLimit > 0 )
   458     if ( iPopulateLimit > 0 )
   457         {
   459         {
   458         iPopulateLimit = ( iPopulateLimit * 1024 ) / 75;
   460         iPopulateLimit = ( iPopulateLimit * 1024 ) / 75;
   459         }
   461         }
       
   462 	//<QMail>
       
   463     /*
   460     else if ( iPopulateLimit == KIpsSetDataHeadersOnly )    
   464     else if ( iPopulateLimit == KIpsSetDataHeadersOnly )    
   461         {
   465         {
   462         iPopulateLimit = 0;
   466         iPopulateLimit = 0;
   463         }
   467         }
       
   468         */
       
   469 	//</QMail>
   464     else
   470     else
   465         {
   471         {
   466         iPopulateLimit = KMaxTInt;
   472         iPopulateLimit = KMaxTInt;
   467         }
   473         }
   468     
   474