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 473 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 541 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 694 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 721 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 779 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 950 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 1141 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 1254 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 1501 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 1530 of file handler.c.
Here is the call graph for this function:
Here is the caller graph for this function:Handler for format=flowed - Implements handler_t -.
| 0 | Always |
Definition at line 327 of file rfc3676.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 1122 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 1249 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 249 of file cryptglue.c.
Here is the caller graph for this function:Wrapper for CryptModuleSpecs::encrypted_handler() - Implements handler_t -.
Definition at line 260 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 456 of file cryptglue.c.
Here is the caller graph for this function: