ipsservices/ipssosplugin/src/ipsplgpop3plugin.cpp
changeset 54 997a02608b3a
parent 53 bf7eb7911fc5
child 76 38bf5461e270
equal deleted inserted replaced
53:bf7eb7911fc5 54:997a02608b3a
    17 
    17 
    18 
    18 
    19 #include "emailtrace.h"
    19 #include "emailtrace.h"
    20 #include "ipsplgheaders.h"
    20 #include "ipsplgheaders.h"
    21 
    21 
       
    22 //<qmail> removed
    22 
    23 
    23 // ---------------------------------------------------------------------------
    24 // ---------------------------------------------------------------------------
    24 // CIpsPlgPop3Plugin::CIpsPlgPop3Plugin
    25 // CIpsPlgPop3Plugin::CIpsPlgPop3Plugin
    25 // ---------------------------------------------------------------------------
    26 // ---------------------------------------------------------------------------
    26 //
    27 //
   162     accounts->GetPopAccountL( service , popAccountId );
   163     accounts->GetPopAccountL( service , popAccountId );
   163     accounts->LoadPopSettingsL( popAccountId, *settings );
   164     accounts->LoadPopSettingsL( popAccountId, *settings );
   164     TInt populationLimit( settings->PopulationLimit() );
   165     TInt populationLimit( settings->PopulationLimit() );
   165     CleanupStack::PopAndDestroy( 2, settings );   // >>> settings, accounts
   166     CleanupStack::PopAndDestroy( 2, settings );   // >>> settings, accounts
   166     TBool forcePopulate( EFalse );
   167     TBool forcePopulate( EFalse );
   167 // <qmail>
   168 // <qmail> back to use
   168     /*
       
   169     if( populationLimit != KIpsSetDataHeadersOnly )
   169     if( populationLimit != KIpsSetDataHeadersOnly )
   170         {
   170         {
   171         forcePopulate = ETrue;
   171         forcePopulate = ETrue;
   172         }*/
   172         }
   173 // </qmail>
   173 // </qmail>
   174     
   174     
   175     CIpsPlgBaseOperation* op = CIpsPlgPop3ConnectOp::NewL( 
   175     CIpsPlgBaseOperation* op = CIpsPlgPop3ConnectOp::NewL( 
   176         *iSession, 
   176         *iSession, 
   177         watcher->iStatus, 
   177         watcher->iStatus,