email/email/pop/src/T_ComparePopSettings.cpp
branchSymbian3
changeset 18 147b85a37c23
parent 6 c108117318cb
equal deleted inserted replaced
17:e3e31170f643 18:147b85a37c23
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    17 // PopAccountName		:		Name of the Pop account
    17 // PopAccountName		:		Name of the Pop account
    18 // ConfigFileName		:		Config file from which the Pop account settings are read 
    18 // ConfigFileName		:		Config file from which the Pop account settings are read 
    19 // ComparePopSettings is intended to compare the Pop account settings.
    19 // ComparePopSettings is intended to compare the Pop account settings.
    20 // 
    20 // 
    21 //
    21 //
    22 
       
    23 
       
    24 
    22 
    25 /**
    23 /**
    26  @file cexppop3mailinfo.h
    24  @file cexppop3mailinfo.h
    27 */
    25 */
    28 
    26 
   306 	TSmtpAccount smtpAccount;
   304 	TSmtpAccount smtpAccount;
   307 	aEmailAccount.GetSmtpAccountL(aAccount.iSmtpService, smtpAccount);
   305 	aEmailAccount.GetSmtpAccountL(aAccount.iSmtpService, smtpAccount);
   308 	aEmailAccount.LoadSmtpSettingsL(smtpAccount, aSmtpSettings);
   306 	aEmailAccount.LoadSmtpSettingsL(smtpAccount, aSmtpSettings);
   309 	aEmailAccount.LoadSmtpIapSettingsL(smtpAccount, aSmtpIapSettings);
   307 	aEmailAccount.LoadSmtpIapSettingsL(smtpAccount, aSmtpIapSettings);
   310 	}
   308 	}
       
   309