| Camel Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
CamelGpgContext;
CamelCipherContext * camel_gpg_context_new (CamelSession *session);
gboolean camel_gpg_context_get_always_trust (CamelGpgContext *context);
void camel_gpg_context_set_always_trust (CamelGpgContext *context,
gboolean always_trust);
CamelCipherContext * camel_gpg_context_new (CamelSession *session);
Creates a new gpg cipher context object.
|
session |
Returns : |
a new gpg cipher context object. |
gboolean camel_gpg_context_get_always_trust (CamelGpgContext *context);
|
a CamelGpgContext |
Returns : |
Since 2.32
void camel_gpg_context_set_always_trust (CamelGpgContext *context, gboolean always_trust);
Sets the always_trust flag on the gpg context which is used for
encryption.
|
|
|