kmail
objecttreeparser.cpp File Reference
#include <config.h>
#include "objecttreeparser.h"
#include "kmkernel.h"
#include "kmreaderwin.h"
#include "partNode.h"
#include <libkdepim/kfileio.h>
#include <libemailfunctions/email.h>
#include "partmetadata.h"
#include "attachmentstrategy.h"
#include "interfaces/htmlwriter.h"
#include "htmlstatusbar.h"
#include "csshelper.h"
#include "bodypartformatter.h"
#include "bodypartformatterfactory.h"
#include "partnodebodypart.h"
#include "interfaces/bodypartformatter.h"
#include "globalsettings.h"
#include "util.h"
#include <mimelib/enum.h>
#include <mimelib/bodypart.h>
#include <mimelib/string.h>
#include <mimelib/text.h>
#include <kleo/specialjob.h>
#include <kleo/cryptobackendfactory.h>
#include <kleo/decryptverifyjob.h>
#include <kleo/verifydetachedjob.h>
#include <kleo/verifyopaquejob.h>
#include <kleo/keylistjob.h>
#include <kleo/importjob.h>
#include <kleo/dn.h>
#include <gpgmepp/importresult.h>
#include <gpgmepp/decryptionresult.h>
#include <gpgmepp/key.h>
#include <gpgmepp/keylistresult.h>
#include <gpgme.h>
#include <kpgpblock.h>
#include <kpgp.h>
#include <linklocator.h>
#include <ktnef/ktnefparser.h>
#include <ktnef/ktnefmessage.h>
#include <ktnef/ktnefattach.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmimetype.h>
#include <kglobal.h>
#include <khtml_part.h>
#include <ktempfile.h>
#include <kstandarddirs.h>
#include <kapplication.h>
#include <kmessagebox.h>
#include <kiconloader.h>
#include <kmdcodec.h>
#include <qtextcodec.h>
#include <qdir.h>
#include <qfile.h>
#include <qapplication.h>
#include <kstyle.h>
#include <qbuffer.h>
#include <qpixmap.h>
#include <qpainter.h>
#include <qregexp.h>
#include <memory>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "chiasmuskeyselector.h"
Go to the source code of this file.
Namespaces | |
namespace | KMail |
Defines | |
#define | SIG_FRAME_COL_GREEN 1 |
#define | SIG_FRAME_COL_RED -1 |
#define | SIG_FRAME_COL_UNDEF 99 |
#define | SIG_FRAME_COL_YELLOW 0 |
Functions | |
static QString | KMail::beginVerboseSigstatHeader () |
static QString | KMail::endVerboseSigstatHeader (const PartMetaData &pmd) |
static bool | isMailmanMessage (partNode *curNode) |
static QString | KMail::makeShowAuditLogLink (const QString &auditLog) |
static int | KMail::signatureToStatus (const GpgME::Signature &sig) |
static QString | KMail::writeSimpleSigstatHeader (const PartMetaData &block) |
Define Documentation
#define SIG_FRAME_COL_GREEN 1 |
Definition at line 1873 of file objecttreeparser.cpp.
#define SIG_FRAME_COL_RED -1 |
Definition at line 1871 of file objecttreeparser.cpp.
#define SIG_FRAME_COL_UNDEF 99 |
Definition at line 1870 of file objecttreeparser.cpp.
#define SIG_FRAME_COL_YELLOW 0 |
Definition at line 1872 of file objecttreeparser.cpp.
Function Documentation
static bool isMailmanMessage | ( | partNode * | curNode | ) | [static] |
Definition at line 870 of file objecttreeparser.cpp.