emailuis/nmframeworkadapter/inc/nmframeworkadapterheaders.h
changeset 18 578830873419
child 20 ecc8def7944a
equal deleted inserted replaced
4:e7aa27f58ae1 18:578830873419
       
     1 /*
       
     2 * Copyright (c) 2009 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 NMFRAMEWORKADAPTERHEADERS_H_
       
    19 #define NMFRAMEWORKADAPTERHEADERS_H_
       
    20 
       
    21 // Qt
       
    22 #include <QtPlugin>
       
    23 #include <QByteArray>
       
    24 // Orbit
       
    25 
       
    26 // nmailuiengine
       
    27 
       
    28 // nmailbase
       
    29 #include <nmmailbox.h>
       
    30 #include <nmcommon.h>
       
    31 #include <nmmessageenvelope.h>
       
    32 #include <nmmessage.h>
       
    33 #include <nmconverter.h>
       
    34 #include <nmcleanuputils.h>
       
    35 #include <nmstoreenvelopesoperation.h>
       
    36 #include <nmcheckoutboxoperation.h>
       
    37 
       
    38 // nmframeworkadapter
       
    39 #include "nmframeworkadapter.h"
       
    40 #include "nmfwamessagefetchingoperation.h"
       
    41 #include "nmfwamessagecreationoperation.h"
       
    42 #include "nmfwaforwardmessagecreationoperation.h"
       
    43 #include "nmfwareplymessagecreationoperation.h"
       
    44 #include "nmfwastoreenvelopesoperation.h"
       
    45 #include "nmfwamessagesendingoperation.h"
       
    46 #include "nmfwaaddattachmentsoperation.h"
       
    47 #include "nmfwaremoveattachmentoperation.h"
       
    48 #include "nmfwastoremessageoperation.h"
       
    49 #include "nmfwacheckoutboxoperation.h"
       
    50 #include "nmfwamessagesendingoperation.h"
       
    51 #include "nmfwamessagepartfetchingoperation.h"
       
    52 
       
    53 // fs email
       
    54 #include <CFSMailCommon.h>
       
    55 #include <CFSMailClient.h>
       
    56 #include <CFSMailRequestObserver.h>
       
    57 #include <CFSMailFolder.h>
       
    58 #include <CFSMailBox.h>
       
    59 #include <MFSMailIterator.h>
       
    60 
       
    61 //Symbian
       
    62 #include <utf.h> 
       
    63 
       
    64 
       
    65 #endif /* NMFRAMEWORKADAPTERHEADERS_H_ */