| Camel Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
CamelGpgContext; CamelCipherContext * camel_gpg_context_new (CamelSession *session); void camel_gpg_context_set_always_trust (CamelGpgContext *ctx,gboolean trust);
typedef struct {
CamelCipherContext parent_object;
gboolean always_trust;
} CamelGpgContext;
CamelCipherContext * camel_gpg_context_new (CamelSession *session);
Creates a new gpg cipher context object.
session : |
session |
| Returns : | a new gpg cipher context object. |
void camel_gpg_context_set_always_trust (CamelGpgContext *ctx,gboolean trust);
Sets the always_trust flag on the gpg context which is used for
encryption.
ctx : |
gpg context
always_trust always truct flag
|
trust : |