This handler is passed the application/octet-stream directly. The caller must propagate b->goodsig to its parent.
2767{
2768 int is_signed;
2769 int rc = 0;
2770
2772
2774 if (!fp_out)
2775 {
2778 {
2780 }
2781 return -1;
2782 }
2783
2785 if (tattach)
2786 {
2787 tattach->
goodsig = is_signed > 0;
2788
2790 {
2792 _(
"[-- The following data is PGP/MIME signed and encrypted --]\n") :
2793 _(
"[-- The following data is PGP/MIME encrypted --]\n"));
2795 }
2796
2797
2798
2799
2800
2804
2805 FILE *fp_save = state->
fp_in;
2806 state->
fp_in = fp_out;
2808 state->
fp_in = fp_save;
2809
2810
2811
2812
2814 {
2818 }
2819
2820
2821
2822
2825
2827 {
2829 _(
"[-- End of PGP/MIME signed and encrypted data --]\n") :
2830 _(
"[-- End of PGP/MIME encrypted data --]\n"));
2831 }
2832
2835 }
2836 else
2837 {
2838#ifdef USE_AUTOCRYPT
2840#endif
2841 {
2843 }
2844 rc = -1;
2845 }
2846
2849
2850 return rc;
2851}
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()