This handler is passed the application/octet-stream directly. The caller must propagate b->goodsig to its parent.
2774{
2775 int is_signed;
2776 int rc = 0;
2777
2779
2781 if (!fp_out)
2782 {
2785 {
2787 }
2788 return -1;
2789 }
2790
2792 if (tattach)
2793 {
2794 tattach->
goodsig = is_signed > 0;
2795
2797 {
2799 _(
"[-- The following data is PGP/MIME signed and encrypted --]\n") :
2800 _(
"[-- The following data is PGP/MIME encrypted --]\n"));
2802 }
2803
2804
2805
2806
2807
2811
2812 FILE *fp_save = state->
fp_in;
2813 state->
fp_in = fp_out;
2815 state->
fp_in = fp_save;
2816
2817
2818
2819
2821 {
2825 }
2826
2827
2828
2829
2832
2834 {
2836 _(
"[-- End of PGP/MIME signed and encrypted data --]\n") :
2837 _(
"[-- End of PGP/MIME encrypted data --]\n"));
2838 }
2839
2842 }
2843 else
2844 {
2845#ifdef USE_AUTOCRYPT
2847#endif
2848 {
2850 }
2851 rc = -1;
2852 }
2853
2856
2857 return rc;
2858}
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.
@ 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()