/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Mobility Components. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and Digia. For licensing terms and ** conditions see http://qt.digia.com/licensing. For further information ** use the contact form at http://qt.digia.com/contact-us. ** ** GNU Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Digia gives you certain additional ** rights. These rights are described in the Digia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU ** General Public License version 3.0 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU General Public License version 3.0 requirements will be ** met: http://www.gnu.org/copyleft/gpl.html. ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ #ifndef _QMFHELPERS_H_ #define _QMFHELPERS_H_ #include "qmobilityglobal.h" #include "qmessageglobal.h" #include "qmessage.h" #include "qmessageaccount.h" #include "qmessagedatacomparator.h" #include "qmessagefolder.h" #include "qmessageservice.h" #include "qmessagemanager.h" #include #include #include #include class QMailFolderKey; class QMailMessageKey; class QMailAccountKey; QTM_BEGIN_NAMESPACE class QMessageAccountFilter; class QMessageFolderFilter; class QMessageFilter; namespace QmfHelpers { QMailStore *mailStoreInstance(); QM_AUTOTEST_EXPORT QString stripIdentifierPrefix(const QString &s); QM_AUTOTEST_EXPORT QString prefixIdentifier(const QString &s); QM_AUTOTEST_EXPORT QMessageId convert(const QMailMessageId &id); QM_AUTOTEST_EXPORT QMailMessageId convert(const QMessageId &id); QM_AUTOTEST_EXPORT QMessageAccountId convert(const QMailAccountId &id); QM_AUTOTEST_EXPORT QMailAccountId convert(const QMessageAccountId &id); QM_AUTOTEST_EXPORT QMessageFolderId convert(const QMailFolderId &id); QM_AUTOTEST_EXPORT QMailFolderId convert(const QMessageFolderId &id); QM_AUTOTEST_EXPORT QMessageContentContainerId convert(const QMailMessagePart::Location &location); QM_AUTOTEST_EXPORT QMailMessagePart::Location convert(const QMessageContentContainerId &id); QM_AUTOTEST_EXPORT QMessageContentContainerId bodyId(const QMailMessageId &id); QM_AUTOTEST_EXPORT QMessageIdList convert(const QList &ids); QM_AUTOTEST_EXPORT QList convert(const QMessageIdList &ids); QM_AUTOTEST_EXPORT QMessageAccountIdList convert(const QList &ids); QM_AUTOTEST_EXPORT QList convert(const QMessageAccountIdList &ids); QM_AUTOTEST_EXPORT QMessageFolderIdList convert(const QList &ids); QM_AUTOTEST_EXPORT QList convert(const QMessageFolderIdList &ids); QM_AUTOTEST_EXPORT QMessageContentContainerIdList convert(const QList &locations); //QList convert(const QMessageContentContainerIdList &ids); QM_AUTOTEST_EXPORT QMailMessage::MessageType convert(QMessage::Type t); QM_AUTOTEST_EXPORT QMessage::Type convert(QMailMessage::MessageType t); QM_AUTOTEST_EXPORT QMailMessage::MessageType convert(QMessage::TypeFlags v); QM_AUTOTEST_EXPORT QMessage::StatusFlags convert(quint64 v); QM_AUTOTEST_EXPORT quint64 convert(QMessage::Status v); QM_AUTOTEST_EXPORT quint64 convert(QMessage::StatusFlags v); QM_AUTOTEST_EXPORT QMessageManager::Error convert(QMailStore::ErrorCode v); //QMailStore::ErrorCode convert(QMessageManager::Error v); //QMessageManager::RemovalOption convert(QMailStore::MessageRemovalOption v); QM_AUTOTEST_EXPORT QMailStore::MessageRemovalOption convert(QMessageManager::RemovalOption v); QM_AUTOTEST_EXPORT QMessageService::State convert(QMailServiceAction::Activity v); QM_AUTOTEST_EXPORT QMailServiceAction::Activity convert(QMessageService::State v); QM_AUTOTEST_EXPORT QMessageAddress convert(const QMailAddress &address); QM_AUTOTEST_EXPORT QMailAddress convert(const QMessageAddress &address); QM_AUTOTEST_EXPORT QMessageAddressList convert(const QList &list); QM_AUTOTEST_EXPORT QList convert(const QMessageAddressList& list); //QMessageDataComparator::EqualityComparator convert(QMailDataComparator::EqualityComparator cmp); QM_AUTOTEST_EXPORT QMailDataComparator::EqualityComparator convert(QMessageDataComparator::EqualityComparator cmp); //QMessageDataComparator::InclusionComparator convert(QMailDataComparator::InclusionComparator cmp); QM_AUTOTEST_EXPORT QMailDataComparator::InclusionComparator convert(QMessageDataComparator::InclusionComparator cmp); //QMessageDataComparator::RelationComparator convert(QMailDataComparator::RelationComparator cmp); QM_AUTOTEST_EXPORT QMailDataComparator::RelationComparator convert(QMessageDataComparator::RelationComparator cmp); //QMessageAccountFilter convert(const QMailAccountKey &key); QM_AUTOTEST_EXPORT QMailAccountKey convert(const QMessageAccountFilter &filter); //QMessageFolderFilter convert(const QMailFolderKey &key); QM_AUTOTEST_EXPORT QMailFolderKey convert(const QMessageFolderFilter &filter); //QMessageFilter convert(const QMailMessageKey &key); QM_AUTOTEST_EXPORT QMailMessageKey convert(const QMessageFilter &filter); //QMessageAccountSortOrder convert(const QMailAccountSortKey &key); QM_AUTOTEST_EXPORT QMailAccountSortKey convert(const QMessageAccountSortOrder &sortOrder); //QMessageFolderSortOrder convert(const QMailFolderSortKey &key); QM_AUTOTEST_EXPORT QMailFolderSortKey convert(const QMessageFolderSortOrder &sortOrder); //QMessageSortOrder convert(const QMailMessageSortKey &key); QM_AUTOTEST_EXPORT QMailMessageSortKey convert(const QMessageSortOrder &sortOrder); QM_AUTOTEST_EXPORT QMessageAccount convert(const QMailAccount &account); //QMailAccount convert(const QMessageAccount &account); QM_AUTOTEST_EXPORT QMessageFolder convert(const QMailFolder &folder); //QMailFolder convert(const QMessageFolder &folder); QM_AUTOTEST_EXPORT QMessage convert(const QMailMessage &message); QMailMessage convert(const QMessage &message); QM_AUTOTEST_EXPORT QMailMessage* convert(QMessage *message); //const QMailMessage* convert(const QMessage *message); QM_AUTOTEST_EXPORT QMailStore *convert(QMessageStore *store); QM_AUTOTEST_EXPORT QMailStore *convert(QMessageManager &manager); QM_AUTOTEST_EXPORT quint64 highPriorityMask(); QM_AUTOTEST_EXPORT quint64 lowPriorityMask(); }; QTM_END_NAMESPACE #endif