33 #ifndef __KLEO_KEYFORMAILBOX_H__
34 #define __KLEO_KEYFORMAILBOX_H__
40 #include <gpgme++/key.h>
84 virtual GpgME::Error start(
const QString &mailbox,
bool canEncrypt =
true) = 0;
86 virtual GpgME::KeyListResult exec(
const QString &mailbox,
bool canEncrypt, GpgME::Key &key, GpgME::UserID &uid) = 0;
95 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:42
Definition: abstractimportjob.h:48