From ed9f9969e378fd2d15a875a5e100b87bddd1a75a Mon Sep 17 00:00:00 2001 From: Karl-Heinz Zimmer Date: Fri, 8 Mar 2002 15:44:09 +0000 Subject: New feature: Ask user which certificate is to be taken when more than one found by the crypto plug-in for a single recipient. - NOTE: This code is not working correctly (yet) so we allways get some *all* keys that are stored by gpg instead of the right key information. --- gpgmeplug/cryptplug.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gpgmeplug/cryptplug.h') diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index ba346dec..ce2e75a2 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -1453,6 +1453,14 @@ bool checkMessageSignature( const char* ciphertext, bool storeCertificatesFromMessage( const char* ciphertext ); +/*! \ingroup groupCryptAct + \brief Find all certificate for a given addressee. + + NOTE: The \c certificate parameter must point to an allready allocated + block of memory which is large enough to hold the complete list. +*/ +bool findCertificates( const char* addressee, char** certificates ); + /*! \ingroup groupCryptAct \brief Encrypts an email message in \c cleartext according to the \c addressee and -- cgit v1.2.3