ipsservices/ipssosaoplugin/inc/ipssosaopluginheaders.h
branchRCL_3
changeset 63 d189ee25cf9d
equal deleted inserted replaced
61:dcf0eedfc1a3 63:d189ee25cf9d
       
     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 
       
    19 #ifndef IPSSOSAOPLUGINHEADERS_H_
       
    20 #define IPSSOSAOPLUGINHEADERS_H_
       
    21 
       
    22 // Symbian
       
    23 #include <e32base.h>
       
    24 #include <ecom/implementationproxy.h>
       
    25 #include <e32property.h>
       
    26 #include <AlwaysOnlineManagerCommon.h>
       
    27 #include <AlwaysOnlineManagerClient.h>
       
    28 #include <cemailaccounts.h>
       
    29 #include <imapcmds.h>
       
    30 #include <miutset.h>
       
    31 #include <impcmtm.h>
       
    32 #include <msvapi.h>
       
    33 #include <SendUiConsts.h>
       
    34 #include <msvids.h>
       
    35 #include <msvuids.h>
       
    36 #include <cmmanager.h>
       
    37 #include <pop3cmds.h>
       
    38 #include <popcmtm.h>
       
    39 #include <smtpset.h>
       
    40 
       
    41 // qt
       
    42 #include <qlist.h>
       
    43 
       
    44 // qt extensions
       
    45 #include <xqsettingsmanager.h>
       
    46 #include <xqcentralrepositoryutils.h>
       
    47 #include <xqcentralrepositorysearchcriteria.h>
       
    48 
       
    49 // emailcommon
       
    50 #include "CFSMailCommon.h"
       
    51 
       
    52 // emaildebug
       
    53 #include "emailtrace.h"
       
    54 
       
    55 // nmailbase
       
    56 #include "nmcommon.h"
       
    57 
       
    58 // nmipssettings
       
    59 #include "nmipssettingitems.h"
       
    60 #include "ipssettingkeys.h"
       
    61 
       
    62 // ipssosplugin
       
    63 #include "ipsplgsosbaseplugin.hrh"
       
    64 #include "ipsplgcommon.h"
       
    65 #include "ipsplgsmtpoperation.h"
       
    66 #include "ipsplgimap4populateop.h"
       
    67 
       
    68 // ipssosaoplugin
       
    69 #include "IpsSosAOBaseAgent.h"
       
    70 #include "IpsSosAOEMNResolver.h"
       
    71 #include "IpsSosAoExtendedSettingsManager.h"
       
    72 #include "IpsSosAOImapAgent.h"
       
    73 #include "IpsSosAOImapPopLogic.h"
       
    74 #include "IpsSosAOMboxLogic.h"
       
    75 #include "IpsSosAOPlugin.hrh"
       
    76 #include "IpsSosAOPluginEComInterface.h"
       
    77 #include "IpsSosAOPluginTimer.h"
       
    78 #include "IpsSosAOPopAgent.h"
       
    79 #include "IpsSosAOSchedulerUtils.h"
       
    80 #include "IpsSosAOSettingsHandler.h"
       
    81 #include "IpsSosAOSmtpAgent.h"
       
    82 #include "IpsSosAOSmtpSendWatcher.h"
       
    83 
       
    84 #endif /* IPSSOSAOPLUGINHEADERS_H_ */