33#ifndef __KLEO_KEYFORMAILBOX_H__
34#define __KLEO_KEYFORMAILBOX_H__
43# include <gpgme++/key.h>
88 virtual GpgME::Error
start(
const QString &mailbox,
bool canEncrypt =
true) = 0;
90 virtual GpgME::KeyListResult exec(
const QString &mailbox,
bool canEncrypt, GpgME::Key &key, GpgME::UserID &uid) = 0;
99 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:73