Top | ![]() |
![]() |
![]() |
![]() |
|
camel_gpg_context_new () |
|
camel_gpg_context_get_always_trust () |
|
camel_gpg_context_set_always_trust () |
|
camel_gpg_context_get_prefer_inline () |
|
camel_gpg_context_set_prefer_inline () |
CamelCipherContext * camel_gpg_context_new ();
CamelSession *session
Creates a new gpg cipher context object.
gboolean camel_gpg_context_get_always_trust ();
CamelGpgContext *context
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.
gboolean camel_gpg_context_get_prefer_inline ();
CamelGpgContext *context
Since: 3.20
void camel_gpg_context_set_prefer_inline (,
CamelGpgContext *context);
gboolean prefer_inline
Sets the prefer_inline
flag on the gpg context.
Since: 3.20