Ask the user whether to sign and/or encrypt the email. More...
Collaboration diagram for send_menu():Functions | |
| SecurityFlags | pgp_gpgme_send_menu (struct Email *e) |
| Ask the user whether to sign and/or encrypt the email - Implements CryptModuleSpecs::send_menu() -. | |
| SecurityFlags | smime_gpgme_send_menu (struct Email *e) |
| Ask the user whether to sign and/or encrypt the email - Implements CryptModuleSpecs::send_menu() -. | |
| SecurityFlags | pgp_class_send_menu (struct Email *e) |
| Ask the user whether to sign and/or encrypt the email - Implements CryptModuleSpecs::send_menu() -. | |
| SecurityFlags | smime_class_send_menu (struct Email *e) |
| Ask the user whether to sign and/or encrypt the email - Implements CryptModuleSpecs::send_menu() -. | |
Ask the user whether to sign and/or encrypt the email.
| e |
| num | Flags, e.g. APPLICATION_PGP | SEC_ENCRYPT |
| SecurityFlags pgp_gpgme_send_menu | ( | struct Email * | e | ) |
Ask the user whether to sign and/or encrypt the email - Implements CryptModuleSpecs::send_menu() -.
Definition at line 4062 of file crypt_gpgme.c.
Here is the call graph for this function:| SecurityFlags smime_gpgme_send_menu | ( | struct Email * | e | ) |
Ask the user whether to sign and/or encrypt the email - Implements CryptModuleSpecs::send_menu() -.
Definition at line 4070 of file crypt_gpgme.c.
Here is the call graph for this function:| SecurityFlags pgp_class_send_menu | ( | struct Email * | e | ) |
Ask the user whether to sign and/or encrypt the email - Implements CryptModuleSpecs::send_menu() -.
Definition at line 1901 of file pgp.c.
Here is the call graph for this function:| SecurityFlags smime_class_send_menu | ( | struct Email * | e | ) |
Ask the user whether to sign and/or encrypt the email - Implements CryptModuleSpecs::send_menu() -.
Definition at line 2002 of file smime.c.
Here is the call graph for this function: