emailuis/nmframeworkadapter/inc/nmframeworkadapterheaders.h
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
child 27 9ba4404ef423
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    21 // Qt
    21 // Qt
    22 #include <QtPlugin>
    22 #include <QtPlugin>
    23 #include <QByteArray>
    23 #include <QByteArray>
    24 #include <QTextCodec>
    24 #include <QTextCodec>
    25 #include <QRegExp>
    25 #include <QRegExp>
       
    26 #include <QStringList>
    26 #include <QTimer>
    27 #include <QTimer>
    27 #ifdef Q_OS_SYMBIAN
    28 #include <QPointer>
       
    29 
    28 #include <xqsharablefile.h>
    30 #include <xqsharablefile.h>
    29 #endif
       
    30 // Orbit
       
    31 
    31 
    32 // nmailuiengine
    32 // Symbian
       
    33 #include <utf.h> 
       
    34 
       
    35 // nmailuiengine 
       
    36 #include <nmoperation.h>
       
    37 #include <nmstoreenvelopesoperation.h>
       
    38 #include <nmcheckoutboxoperation.h>
       
    39 #include <nmmessagesendingoperation.h>
       
    40 #include <nmaddattachmentsoperation.h>
       
    41 #include <nmmessagecreationoperation.h>
    33 
    42 
    34 // nmailbase
    43 // nmailbase
    35 #include <nmmailbox.h>
    44 #include <nmmailbox.h>
    36 #include <nmcommon.h>
    45 #include <nmcommon.h>
    37 #include <nmmessageenvelope.h>
    46 #include <nmmessageenvelope.h>
    38 #include <nmmessage.h>
    47 #include <nmmessage.h>
    39 #include <nmconverter.h>
    48 #include <nmconverter.h>
       
    49 
       
    50 // emailcommon
    40 #include <nmcleanuputils.h>
    51 #include <nmcleanuputils.h>
    41 #include <nmstoreenvelopesoperation.h>
       
    42 #include <nmcheckoutboxoperation.h>
       
    43 
    52 
    44 // nmframeworkadapter
    53 // nmframeworkadapter
    45 #include "nmframeworkadapter.h"
    54 #include "nmframeworkadapter.h"
    46 #include "nmfwamessagefetchingoperation.h"
    55 #include "nmfwaaddattachmentsoperation.h"
       
    56 #include "nmfwaremoveattachmentoperation.h"
       
    57 #include "nmfwacheckoutboxoperation.h"
    47 #include "nmfwamessagecreationoperation.h"
    58 #include "nmfwamessagecreationoperation.h"
    48 #include "nmfwaforwardmessagecreationoperation.h"
    59 #include "nmfwaforwardmessagecreationoperation.h"
    49 #include "nmfwareplymessagecreationoperation.h"
    60 #include "nmfwareplymessagecreationoperation.h"
       
    61 #include "nmfwamessagefetchingoperation.h"
       
    62 #include "nmfwamessagepartfetchingoperation.h"
       
    63 #include "nmfwamessagesendingoperation.h"
    50 #include "nmfwastoreenvelopesoperation.h"
    64 #include "nmfwastoreenvelopesoperation.h"
    51 #include "nmfwamessagesendingoperation.h"
       
    52 #include "nmfwaaddattachmentsoperation.h"
       
    53 #include "nmfwaremoveattachmentoperation.h"
       
    54 #include "nmfwastoremessageoperation.h"
    65 #include "nmfwastoremessageoperation.h"
    55 #include "nmfwacheckoutboxoperation.h"
    66 #include "nmmailboxsearchobserver.h"
    56 #include "nmfwamessagesendingoperation.h"
       
    57 #include "nmfwamessagepartfetchingoperation.h"
       
    58 
    67 
    59 // fs email
    68 // fs email
    60 #include <CFSMailCommon.h>
    69 #include <CFSMailCommon.h>
    61 #include <CFSMailClient.h>
    70 #include <CFSMailClient.h>
    62 #include <CFSMailRequestObserver.h>
    71 #include <CFSMailRequestObserver.h>
    63 #include <CFSMailFolder.h>
    72 #include <CFSMailFolder.h>
    64 #include <CFSMailBox.h>
    73 #include <CFSMailBox.h>
       
    74 #include <MFSMailBoxSearchObserver.h>
    65 #include <MFSMailIterator.h>
    75 #include <MFSMailIterator.h>
    66 
    76 
    67 //Symbian
    77 
    68 #include <utf.h> 
       
    69 
    78 
    70 
    79 
    71 #endif /* NMFRAMEWORKADAPTERHEADERS_H_ */
    80 #endif /* NMFRAMEWORKADAPTERHEADERS_H_ */