NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Wrapper around calls to external PGP program

This file contains the new pgp invocation code.

Note
This is almost entirely format based.

Data

Data Description Links
PgpCommandRenderData Callbacks for PGP Command Expandos

Functions

Function Description Links
mutt_pgp_command() Prepare a PGP Command
pgp_class_invoke_getkeys() Run a command to download a PGP key CryptModuleSpecs::pgp_invoke_getkeys(), crypto_pgp_invoke_getkeys
pgp_class_invoke_import() Import a key from a message into the user's public key ring CryptModuleSpecs::pgp_invoke_import(), crypto_pgp_invoke_import
pgp_command_a() PGP Command: $pgp_sign_as or $pgp_default_key ExpandoRenderData::get_string(), expando_get_string_api
pgp_command_f() PGP Command: Filename of message ExpandoRenderData::get_string(), expando_get_string_api
pgp_command_p() PGP Command: PGPPASSFD=0 if passphrase is needed ExpandoRenderData::get_string(), expando_get_string_api
pgp_command_r() PGP Command: key IDs ExpandoRenderData::get_string(), expando_get_string_api
pgp_command_s() PGP Command: Filename of signature ExpandoRenderData::get_string(), expando_get_string_api
pgp_invoke() Run a PGP command
pgp_invoke_decode() Use PGP to decode a message
pgp_invoke_decrypt() Use PGP to decrypt a file
pgp_invoke_encrypt() Use PGP to encrypt a file
pgp_invoke_export() Use PGP to export a key from the user's keyring
pgp_invoke_list_keys() Find matching PGP Keys
pgp_invoke_sign() Use PGP to sign a file
pgp_invoke_traditional() Use PGP to create in inline-signed message
pgp_invoke_verify() Use PGP to verify a message
pgp_invoke_verify_key() Use PGP to verify a key