So, I've been going through the samples, and I'm still sort of unclear about
how to get the right public key read in so I can do an encryption. I'm
looking at the following function:
gpgme_error_t gpgme_op_encrypt (gpgme_ctx_t ctx, gpgme_key_t recp[],
gpgme_encrypt_flags_t flags, gpgme_data_t pla
From: "Werner Koch" <[EMAIL PROTECTED]>
> On Fri, 22 Jul 2005 12:39:10 -0700, Michael Nguyen said:
>
> > need to download? I started with GPGME, but realized that I'm not
really
> > sure what I need here. Is there a place where I can look at function
From: "Adam Cripps" <[EMAIL PROTECTED]>
> On 7/22/05, Michael Nguyen <[EMAIL PROTECTED]> wrote:
[snip]
> Just out of interest, why do you want to write a plugin for Postfix -
> what is the end result? What functionality do you want to add to
> Postfix?
So... I'm trying to get started, but I was wondering if the people here
could give me some suggestions on what I need to do. The How-To's and
guides seem to focus on using the GnuPG command line package, but what I'm
trying to do is create a GnuPG aware application.
Basically I want to write a G