emailservices/nmclientapi/inc/nmapipopimapsettingsmanager.h
changeset 47 f83bd4ae1fe3
child 74 6c59112cfd31
equal deleted inserted replaced
45:780f926bc26c 47:f83bd4ae1fe3
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef NMAPIPOPIMAPSETTINGSMANAGER_H
       
    19 #define NMAPIPOPIMAPSETTINGSMANAGER_H
       
    20 
       
    21 #include <nmapimailboxsettingsdata.h>
       
    22 
       
    23 namespace EmailClientApi {
       
    24 
       
    25 class NmApiPopImapSettingsManager 
       
    26 {
       
    27 public:       
       
    28     NmApiPopImapSettingsManager();
       
    29     virtual ~NmApiPopImapSettingsManager();
       
    30     bool populateDefaults(const QString &mailboxType, NmApiMailboxSettingsData &data);
       
    31 
       
    32 private:
       
    33     void populateImapDefs(NmApiMailboxSettingsData &data);
       
    34     void populatePopDefs(NmApiMailboxSettingsData &data);
       
    35     
       
    36 };
       
    37 }//namespace
       
    38 
       
    39 #endif // NMAPIPOPIMAPSETTINGSMANAGER_H