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 469 of file enriched.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for autoviewable attachments - Implements handler_t -.
Definition at line 533 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function: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 686 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for message/rfc822 body parts - Implements handler_t -.
Definition at line 713 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for external-body emails - Implements handler_t -.
Definition at line 771 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for multipart alternative emails - Implements handler_t -.
Definition at line 942 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for multi-lingual emails - Implements handler_t -.
| 0 | Always |
Definition at line 1130 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for multipart emails - Implements handler_t -.
Definition at line 1238 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for valid pgp-encrypted emails - Implements handler_t -.
Definition at line 1472 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for invalid pgp-encrypted emails - Implements handler_t -.
Definition at line 1501 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for protected headers - Implements handler_t -.
Definition at line 1118 of file crypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for "multipart/signed" - Implements handler_t -.
Definition at line 1242 of file crypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:Wrapper for CryptModuleSpecs::application_handler() - Implements handler_t -.
Definition at line 236 of file cryptglue.c.
Here is the caller graph for this function:Wrapper for CryptModuleSpecs::encrypted_handler() - Implements handler_t -.
Definition at line 247 of file cryptglue.c.
Here is the call graph for this function:
Here is the caller graph for this function:Wrapper for CryptModuleSpecs::application_handler() - Implements handler_t -.
Definition at line 443 of file cryptglue.c.
Here is the caller graph for this function:Handler for format=flowed - Implements handler_t -.
| 0 | Always |
Definition at line 323 of file rfc3676.c.
Here is the call graph for this function:
Here is the caller graph for this function: