32 #ifndef __KLEO_KEYFORMAILBOX_H__ 33 #define __KLEO_KEYFORMAILBOX_H__ 39 #ifdef BUILDING_QGPGME 42 # include <gpgme++/key.h> 91 virtual GpgME::Error start(
const QString &mailbox,
bool canEncrypt =
true) = 0;
93 virtual GpgME::KeyListResult exec(
const QString &mailbox,
bool canEncrypt, GpgME::Key &key, GpgME::UserID &uid) = 0;
102 void result(
const GpgME::KeyListResult &result,
const GpgME::Key &key,
const GpgME::UserID &uid,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());
An abstract base class for asynchronous crypto operations.
Definition: job.h:71
Definition: abstractimportjob.h:41
Definition: abstractimportjob.h:47