This handler is passed the application/octet-stream directly. The caller must propagate b->goodsig to its parent.
2775{
2776 int is_signed;
2777 int rc = 0;
2778
2780
2782 if (!fp_out)
2783 {
2786 {
2788 }
2789 return -1;
2790 }
2791
2793 if (tattach)
2794 {
2795 tattach->
goodsig = is_signed > 0;
2796
2798 {
2800 _(
"[-- The following data is PGP/MIME signed and encrypted --]\n") :
2801 _(
"[-- The following data is PGP/MIME encrypted --]\n"));
2803 }
2804
2805
2806
2807
2808
2812
2813 FILE *fp_save = state->
fp_in;
2814 state->
fp_in = fp_out;
2816 state->
fp_in = fp_save;
2817
2818
2819
2820
2822 {
2826 }
2827
2828
2829
2830
2833
2835 {
2837 _(
"[-- End of PGP/MIME signed and encrypted data --]\n") :
2838 _(
"[-- End of PGP/MIME encrypted data --]\n"));
2839 }
2840
2843 }
2844 else
2845 {
2846#ifdef USE_AUTOCRYPT
2848#endif
2849 {
2851 }
2852 rc = -1;
2853 }
2854
2857
2858 return rc;
2859}
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()