ipsservices/ipssossettings/src/ipssetdata.cpp
branchRCL_3
changeset 18 6b8f3b30d0ec
parent 12 4ce476e64c59
child 20 efd4f1afd43e
equal deleted inserted replaced
17:67369d1b217f 18:6b8f3b30d0ec
   889     {
   889     {
   890     FUNC_LOG;
   890     FUNC_LOG;
   891     if ( iProtocol == KSenduiMtmImap4Uid )
   891     if ( iProtocol == KSenduiMtmImap4Uid )
   892         {
   892         {
   893         iImap4Settings->SetServerAddressL( aIncomingServer );
   893         iImap4Settings->SetServerAddressL( aIncomingServer );
       
   894 		iImap4Settings->SetBearerMobility(ETrue);
   894         }
   895         }
   895     else
   896     else
   896         {
   897         {
   897         iPop3Settings->SetServerAddressL( aIncomingServer );
   898         iPop3Settings->SetServerAddressL( aIncomingServer );
       
   899 		iPop3Settings->SetBearerMobility(ETrue);
   898         }
   900         }
   899         
   901         
   900     iSmtpSettings->SetServerAddressL( aOutgoingServer );        
   902     iSmtpSettings->SetServerAddressL( aOutgoingServer ); 
       
   903 	iSmtpSettings->SetBearerMobility(ETrue);
   901     }
   904     }
   902 
   905 
   903 // ---------------------------------------------------------------------------
   906 // ---------------------------------------------------------------------------
   904 // CIpsSetData::SetIapL()
   907 // CIpsSetData::SetIapL()
   905 // ---------------------------------------------------------------------------
   908 // ---------------------------------------------------------------------------