akonadi/kmime
messageflags.cpp
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 #include "messageflags.h" 00022 00023 const char* Akonadi::MessageFlags::Seen = "\\SEEN"; 00024 const char* Akonadi::MessageFlags::Deleted = "\\DELETED"; 00025 const char* Akonadi::MessageFlags::Answered = "\\ANSWERED"; 00026 const char* Akonadi::MessageFlags::Flagged = "\\FLAGGED"; 00027 const char* Akonadi::MessageFlags::HasError = "$ERROR"; 00028 const char* Akonadi::MessageFlags::HasAttachment = "$ATTACHMENT"; 00029 const char* Akonadi::MessageFlags::HasInvitation = "$INVITATION"; 00030 const char* Akonadi::MessageFlags::Sent = "$SENT"; 00031 const char* Akonadi::MessageFlags::Queued = "$QUEUED"; 00032 const char* Akonadi::MessageFlags::Replied = "$REPLIED"; 00033 const char* Akonadi::MessageFlags::Forwarded = "$FORWARDED"; 00034 const char* Akonadi::MessageFlags::ToAct = "$TODO"; 00035 const char* Akonadi::MessageFlags::Watched = "$WATCHED"; 00036 const char* Akonadi::MessageFlags::Ignored = "$IGNORED"; 00037 const char* Akonadi::MessageFlags::Signed = "$SIGNED"; 00038 const char* Akonadi::MessageFlags::Encrypted = "$ENCRYPTED"; 00039 const char* Akonadi::MessageFlags::Spam = "$JUNK"; 00040 const char* Akonadi::MessageFlags::Ham = "$NOTJUNK";
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:09:59 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:09:59 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.