kmail
kmsender.cpp File Reference
#include <config.h>
#include "kmsender.h"
#include "kmsender_p.h"
#include <kmime_header_parsing.h>
#include <kio/passdlg.h>
#include <kio/scheduler.h>
#include <kapplication.h>
#include <kmessagebox.h>
#include <kdeversion.h>
#include <klocale.h>
#include <kdebug.h>
#include <kconfig.h>
#include <assert.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include "globalsettings.h"
#include "kmfiltermgr.h"
#include "kcursorsaver.h"
#include <libkpimidentities/identity.h>
#include <libkpimidentities/identitymanager.h>
#include "progressmanager.h"
#include "kmaccount.h"
#include "kmtransport.h"
#include "kmfolderindex.h"
#include "kmfoldermgr.h"
#include "kmmsgdict.h"
#include "kmmsgpart.h"
#include "protocols.h"
#include "kmcommands.h"
#include <mimelib/mediatyp.h>
#include <mimelib/enum.h>
#include <mimelib/param.h>
#include "kmsender.moc"
#include "kmsender_p.moc"
Include dependency graph for kmsender.cpp:
Go to the source code of this file.
Defines | |
#define | REALLY_WANT_KMSENDER |
#define | SENDER_GROUP "sending mail" |
Functions | |
static QStringList | addrSpecListToStringList (const AddrSpecList &l, bool allowEmpty=false) |
static void | extractSenderToCCAndBcc (KMMessage *aMsg, QString *sender, QStringList *to, QStringList *cc, QStringList *bcc) |
static void | handleRedirections (KMMessage *m) |
static bool | messageIsDispositionNotificationReport (KMMessage *msg) |
Define Documentation
#define REALLY_WANT_KMSENDER |
Definition at line 5 of file kmsender.cpp.
#define SENDER_GROUP "sending mail" |
Definition at line 47 of file kmsender.cpp.
Function Documentation
static QStringList addrSpecListToStringList | ( | const AddrSpecList & | l, | |
bool | allowEmpty = false | |||
) | [static] |
Definition at line 566 of file kmsender.cpp.
static void extractSenderToCCAndBcc | ( | KMMessage * | aMsg, | |
QString * | sender, | |||
QStringList * | to, | |||
QStringList * | cc, | |||
QStringList * | bcc | |||
) | [static] |
Definition at line 576 of file kmsender.cpp.
static void handleRedirections | ( | KMMessage * | m | ) | [static] |
Definition at line 120 of file kmsender.cpp.
static bool messageIsDispositionNotificationReport | ( | KMMessage * | msg | ) | [static] |
Definition at line 256 of file kmsender.cpp.