Look for inline (non-MIME) PGP content. More...
Collaboration diagram for pgp_check_traditional():Functions | |
| bool | pgp_gpgme_check_traditional (FILE *fp, struct Body *b, bool just_one) |
| Look for inline (non-MIME) PGP content - Implements CryptModuleSpecs::pgp_check_traditional() -. | |
| bool | pgp_class_check_traditional (FILE *fp, struct Body *b, bool just_one) |
| Look for inline (non-MIME) PGP content - Implements CryptModuleSpecs::pgp_check_traditional() -. | |
Look for inline (non-MIME) PGP content.
| fp | File pointer to the current attachment |
| b | Body of email to check |
| just_one | If true, just check one email part |
| true | It's an inline PGP email |
| false | It's not inline, or an error |
| bool pgp_gpgme_check_traditional | ( | FILE * | fp, |
| struct Body * | b, | ||
| bool | just_one ) |
Look for inline (non-MIME) PGP content - Implements CryptModuleSpecs::pgp_check_traditional() -.
Definition at line 2277 of file crypt_gpgme.c.
Here is the call graph for this function:
Here is the caller graph for this function:| bool pgp_class_check_traditional | ( | FILE * | fp, |
| struct Body * | b, | ||
| bool | just_one ) |
Look for inline (non-MIME) PGP content - Implements CryptModuleSpecs::pgp_check_traditional() -.
Definition at line 869 of file pgp.c.
Here is the call graph for this function:
Here is the caller graph for this function: