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 | rfc3676_handler (struct Body *b_email, struct State *state) |
| Handler for format=flowed - 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 -. | |
Prototype for a function to handle MIME parts.
| 0 | Success |
| -1 | Error |
Handler for enriched text - Implements handler_t -.
| 0 | Always |
Definition at line 474 of file enriched.c.
Handler for autoviewable attachments - Implements handler_t -.
Definition at line 543 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 696 of file handler.c.
Handler for message/rfc822 body parts - Implements handler_t -.
Definition at line 723 of file handler.c.
Handler for external-body emails - Implements handler_t -.
Definition at line 781 of file handler.c.
Handler for multipart alternative emails - Implements handler_t -.
Definition at line 952 of file handler.c.
Handler for multi-lingual emails - Implements handler_t -.
| 0 | Always |
Definition at line 1143 of file handler.c.
Handler for multipart emails - Implements handler_t -.
Definition at line 1256 of file handler.c.
Handler for valid pgp-encrypted emails - Implements handler_t -.
Definition at line 1504 of file handler.c.
Handler for invalid pgp-encrypted emails - Implements handler_t -.
Definition at line 1533 of file handler.c.
Handler for format=flowed - Implements handler_t -.
| 0 | Always |
Definition at line 329 of file rfc3676.c.
Handler for protected headers - Implements handler_t -.
Definition at line 1123 of file crypt.c.
Handler for "multipart/signed" - Implements handler_t -.
Definition at line 1250 of file crypt.c.
Wrapper for CryptModuleSpecs::application_handler() - Implements handler_t -.
Definition at line 266 of file cryptglue.c.
Wrapper for CryptModuleSpecs::encrypted_handler() - Implements handler_t -.
Definition at line 280 of file cryptglue.c.
Wrapper for CryptModuleSpecs::application_handler() - Implements handler_t -.
Definition at line 524 of file cryptglue.c.