Prototype for a function to handle MIME parts. More...
Functions | |
int | text_enriched_handler (struct Body *b_email, struct State *state) |
Handler for enriched text - Implements handler_t -. | |
static int | autoview_handler (struct Body *b_email, struct State *state) |
Handler for autoviewable attachments - Implements handler_t -. | |
static int | text_plain_handler (struct Body *b_email, struct State *state) |
Handler for plain text - Implements handler_t -. | |
static int | message_handler (struct Body *b_email, struct State *state) |
Handler for message/rfc822 body parts - Implements handler_t -. | |
static int | external_body_handler (struct Body *b_email, struct State *state) |
Handler for external-body emails - Implements handler_t -. | |
static int | alternative_handler (struct Body *b_email, struct State *state) |
Handler for multipart alternative emails - Implements handler_t -. | |
static int | multilingual_handler (struct Body *b_email, struct State *state) |
Handler for multi-lingual emails - Implements handler_t -. | |
static int | multipart_handler (struct Body *b_email, struct State *state) |
Handler for multipart emails - Implements handler_t -. | |
static int | valid_pgp_encrypted_handler (struct Body *b_email, struct State *state) |
Handler for valid pgp-encrypted emails - Implements handler_t -. | |
static int | malformed_pgp_encrypted_handler (struct Body *b_email, struct State *state) |
Handler for invalid pgp-encrypted emails - Implements handler_t -. | |
int | mutt_protected_headers_handler (struct Body *b_email, struct State *state) |
Handler for protected headers - Implements handler_t -. | |
int | mutt_signed_handler (struct Body *b_email, struct State *state) |
Handler for "multipart/signed" - Implements handler_t -. | |
int | crypt_pgp_application_handler (struct Body *b_email, struct State *state) |
Wrapper for CryptModuleSpecs::application_handler() - Implements handler_t -. | |
int | crypt_pgp_encrypted_handler (struct Body *b_email, struct State *state) |
Wrapper for CryptModuleSpecs::encrypted_handler() - Implements handler_t -. | |
int | crypt_smime_application_handler (struct Body *b_email, struct State *state) |
Wrapper for CryptModuleSpecs::application_handler() - Implements handler_t -. | |
int | rfc3676_handler (struct Body *b_email, struct State *state) |
Handler for format=flowed - Implements handler_t -. | |
Prototype for a function to handle MIME parts.
0 | Success |
-1 | Error |
Handler for enriched text - Implements handler_t -.
0 | Always |
Definition at line 466 of file enriched.c.
Handler for autoviewable attachments - Implements handler_t -.
Definition at line 531 of file handler.c.
Handler for plain text - Implements handler_t -.
0 | Always |
When generating format=flowed ($text_flowed is set) from format=fixed, strip all trailing spaces to improve interoperability; if $text_flowed is unset, simply verbatim copy input.
Definition at line 684 of file handler.c.
Handler for message/rfc822 body parts - Implements handler_t -.
Definition at line 711 of file handler.c.
Handler for external-body emails - Implements handler_t -.
Definition at line 769 of file handler.c.
Handler for multipart alternative emails - Implements handler_t -.
Definition at line 941 of file handler.c.
Handler for multi-lingual emails - Implements handler_t -.
0 | Always |
Definition at line 1129 of file handler.c.
Handler for multipart emails - Implements handler_t -.
Definition at line 1237 of file handler.c.
Handler for valid pgp-encrypted emails - Implements handler_t -.
Definition at line 1471 of file handler.c.
Handler for invalid pgp-encrypted emails - Implements handler_t -.
Definition at line 1500 of file handler.c.
Handler for protected headers - Implements handler_t -.
Definition at line 1117 of file crypt.c.
Handler for "multipart/signed" - Implements handler_t -.
Definition at line 1243 of file crypt.c.
Wrapper for CryptModuleSpecs::application_handler() - Implements handler_t -.
Definition at line 236 of file cryptglue.c.
Wrapper for CryptModuleSpecs::encrypted_handler() - Implements handler_t -.
Definition at line 247 of file cryptglue.c.
Wrapper for CryptModuleSpecs::application_handler() - Implements handler_t -.
Definition at line 443 of file cryptglue.c.
Handler for format=flowed - Implements handler_t -.
0 | Always |
Definition at line 323 of file rfc3676.c.