Look for inline (non-MIME) PGP content. More...
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 2278 of file crypt_gpgme.c.
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.