kleopatra
#include <config-kleopatra.h>
#include "newsignencryptemailcontroller.h"
#include "encryptemailtask.h"
#include "signemailtask.h"
#include "taskcollection.h"
#include "sender.h"
#include "recipient.h"
#include "emailoperationspreferences.h"
#include <crypto/gui/signencryptemailconflictdialog.h>
#include <utils/input.h>
#include <utils/output.h>
#include <utils/kleo_assert.h>
#include <kleo/stl_util.h>
#include <kleo/exception.h>
#include <gpgme++/key.h>
#include <kmime/kmime_header_parsing.h>
#include <KLocalizedString>
#include <KDebug>
#include <KMessageBox>
#include <QPointer>
#include <QTimer>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include "moc_newsignencryptemailcontroller.cpp"
Go to the source code of this file.
|
static bool | has_conflict (bool sign, bool encrypt, const std::vector< Sender > &senders, const std::vector< Recipient > &recipients, Protocol presetProtocol) |
|
static bool | has_partial_match (bool sign, bool encrypt, Protocol proto, const std::vector< Sender > &senders, const std::vector< Recipient > &recipients) |
|
static bool | has_perfect_match (bool sign, bool encrypt, Protocol proto, const std::vector< Sender > &senders, const std::vector< Recipient > &recipients) |
|
static bool | has_perfect_overall_match (bool sign, bool encrypt, const std::vector< Sender > &senders, const std::vector< Recipient > &recipients, Protocol presetProtocol) |
|
static bool | is_dialog_quick_mode (bool sign, bool encrypt) |
|
static std::vector< Recipient > | mailbox2recipient (const std::vector< Mailbox > &mbs) |
|
static std::vector< Sender > | mailbox2sender (const std::vector< Mailbox > &mbs) |
|
static void | save_dialog_quick_mode (bool on) |
|
static bool has_conflict |
( |
bool |
sign, |
|
|
bool |
encrypt, |
|
|
const std::vector< Sender > & |
senders, |
|
|
const std::vector< Recipient > & |
recipients, |
|
|
Protocol |
presetProtocol |
|
) |
| |
|
static |
static bool has_partial_match |
( |
bool |
sign, |
|
|
bool |
encrypt, |
|
|
Protocol |
proto, |
|
|
const std::vector< Sender > & |
senders, |
|
|
const std::vector< Recipient > & |
recipients |
|
) |
| |
|
static |
static bool has_perfect_match |
( |
bool |
sign, |
|
|
bool |
encrypt, |
|
|
Protocol |
proto, |
|
|
const std::vector< Sender > & |
senders, |
|
|
const std::vector< Recipient > & |
recipients |
|
) |
| |
|
static |
static bool has_perfect_overall_match |
( |
bool |
sign, |
|
|
bool |
encrypt, |
|
|
const std::vector< Sender > & |
senders, |
|
|
const std::vector< Recipient > & |
recipients, |
|
|
Protocol |
presetProtocol |
|
) |
| |
|
static |
static bool is_dialog_quick_mode |
( |
bool |
sign, |
|
|
bool |
encrypt |
|
) |
| |
|
static |
static std::vector<Recipient> mailbox2recipient |
( |
const std::vector< Mailbox > & |
mbs | ) |
|
|
static |
static std::vector<Sender> mailbox2sender |
( |
const std::vector< Mailbox > & |
mbs | ) |
|
|
static |
static void save_dialog_quick_mode |
( |
bool |
on | ) |
|
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:12 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.