akonadi/kmime
messageflags.h
00001 /* 00002 * Copyright (C) 2010 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.com 00003 * Copyright (c) 2010 Leo Franchi <lfranchi@kde.org> 00004 * 00005 * This library is free software; you can redistribute it and/or modify it 00006 * under the terms of the GNU Library General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or (at your 00008 * option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, but WITHOUT 00011 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00012 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public 00013 * License for more details. 00014 * 00015 * You should have received a copy of the GNU Library General Public License 00016 * along with this library; see the file COPYING.LIB. If not, write to the 00017 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 00018 * 02110-1301, USA. 00019 */ 00020 00021 #ifndef AKONADI_MESSAGEFLAGS_H 00022 #define AKONADI_MESSAGEFLAGS_H 00023 00024 #include "akonadi-kmime_export.h" 00025 00026 namespace Akonadi 00027 { 00034 namespace MessageFlags 00035 { 00039 AKONADI_KMIME_EXPORT extern const char* Seen; 00040 00044 AKONADI_KMIME_EXPORT extern const char* Deleted; 00045 00049 AKONADI_KMIME_EXPORT extern const char* Answered; 00050 00054 AKONADI_KMIME_EXPORT extern const char* Flagged; 00055 00060 AKONADI_KMIME_EXPORT extern const char* HasError; 00061 00066 AKONADI_KMIME_EXPORT extern const char* HasAttachment; 00067 00072 AKONADI_KMIME_EXPORT extern const char* HasInvitation; 00073 00078 AKONADI_KMIME_EXPORT extern const char* Sent; 00079 00084 AKONADI_KMIME_EXPORT extern const char* Queued; 00085 00090 AKONADI_KMIME_EXPORT extern const char* Replied; 00091 00096 AKONADI_KMIME_EXPORT extern const char* Forwarded; 00097 00102 AKONADI_KMIME_EXPORT extern const char* ToAct; 00103 00108 AKONADI_KMIME_EXPORT extern const char* Watched; 00109 00114 AKONADI_KMIME_EXPORT extern const char* Ignored; 00115 00120 AKONADI_KMIME_EXPORT extern const char* Signed; 00121 00126 AKONADI_KMIME_EXPORT extern const char* Encrypted; 00127 00132 AKONADI_KMIME_EXPORT extern const char* Spam; 00133 00138 AKONADI_KMIME_EXPORT extern const char* Ham; 00139 } 00140 } 00141 00142 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:19:39 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:19:39 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.