kmail
kmsender.cpp File Reference
#include "kmsender.h"
#include <kmime/kmime_header_parsing.h>
#include <QByteArray>
#include <kpimidentities/identity.h>
#include <kpimidentities/identitymanager.h>
#include <mailtransport/transport.h>
#include <mailtransport/transportjob.h>
#include <mailtransport/transportmanager.h>
#include <kio/passworddialog.h>
#include <kio/scheduler.h>
#include <kmessagebox.h>
#include <kdeversion.h>
#include <klocale.h>
#include <kdebug.h>
#include <kconfig.h>
#include <kconfiggroup.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 "progressmanager.h"
#include "kmaccount.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"

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 21 of file kmsender.cpp.
| #define SENDER_GROUP "sending mail" |
Definition at line 67 of file kmsender.cpp.
Function Documentation
| static QStringList addrSpecListToStringList | ( | const AddrSpecList & | l, | |
| bool | allowEmpty = false | |||
| ) | [static] |
Definition at line 286 of file kmsender.cpp.
| static void extractSenderToCCAndBcc | ( | KMMessage * | aMsg, | |
| QString * | sender, | |||
| QStringList * | to, | |||
| QStringList * | cc, | |||
| QStringList * | bcc | |||
| ) | [static] |
Definition at line 296 of file kmsender.cpp.
| static void handleRedirections | ( | KMMessage * | m | ) | [static] |
Definition at line 134 of file kmsender.cpp.
| static bool messageIsDispositionNotificationReport | ( | KMMessage * | msg | ) | [static] |
Definition at line 263 of file kmsender.cpp.
KDE 4.2 API Reference