This handler is passed the application/octet-stream directly. The caller must propagate b->goodsig to its parent.
2768{
2769 int is_signed;
2770 int rc = 0;
2771
2773
2775 if (!fp_out)
2776 {
2779 {
2781 }
2782 return -1;
2783 }
2784
2786 if (tattach)
2787 {
2788 tattach->
goodsig = is_signed > 0;
2789
2791 {
2793 _(
"[-- The following data is PGP/MIME signed and encrypted --]\n") :
2794 _(
"[-- The following data is PGP/MIME encrypted --]\n"));
2796 }
2797
2798
2799
2800
2801
2805
2806 FILE *fp_save = state->
fp_in;
2807 state->
fp_in = fp_out;
2809 state->
fp_in = fp_save;
2810
2811
2812
2813
2815 {
2819 }
2820
2821
2822
2823
2826
2828 {
2830 _(
"[-- End of PGP/MIME signed and encrypted data --]\n") :
2831 _(
"[-- End of PGP/MIME encrypted data --]\n"));
2832 }
2833
2836 }
2837 else
2838 {
2839#ifdef USE_AUTOCRYPT
2841#endif
2842 {
2844 }
2845 rc = -1;
2846 }
2847
2850
2851 return rc;
2852}
SecurityFlags mutt_is_multipart_signed(struct Body *b)
Is a message signed?
static struct Body * decrypt_part(struct Body *b, struct State *state, FILE *fp_out, bool is_smime, int *r_is_signed)
Decrypt a PGP or SMIME message.
void mutt_body_free(struct Body **ptr)
Free a Body.
void mutt_env_free(struct Envelope **ptr)
Free an Envelope.
#define mutt_file_fclose(FP)
bool OptAutocryptGpgme
(pseudo) use Autocrypt context inside ncrypt/crypt_gpgme.c
int mutt_protected_headers_handler(struct Body *b_email, struct State *state)
Handler for protected headers - Implements handler_t -.
#define mutt_message(...)
#define mutt_debug(LEVEL,...)
int mutt_body_handler(struct Body *b, struct State *state)
Handler for the Body of an email.
@ LL_DEBUG2
Log at debug level 2.
void state_attach_puts(struct State *state, const char *t)
Write a string to the state.
#define STATE_DISPLAY
Output is displayed to the user.
struct Body * parts
parts of a multipart or message/rfc822
struct Envelope * mime_headers
Memory hole protected headers.
struct Body * next
next attachment in the list
bool goodsig
Good cryptographic signature.
StateFlags flags
Flags, e.g. STATE_DISPLAY.
FILE * fp_in
File to read from.
#define mutt_file_mkstemp()