Miscellaneous email parsing routines.
Function | Description | Links |
---|---|---|
mailto_header_allowed() | Is the string in the list | |
mutt_auto_subscribe() | Check if user is subscribed to mailing list | |
mutt_check_encoding() | Check the encoding type | |
mutt_check_mime_type() | Check a MIME type string | |
mutt_extract_message_id() | Find a message-id | |
mutt_filter_commandline_header_tag() | Sanitise characters in a header tag | |
mutt_filter_commandline_header_value() | Sanitise characters in a header value | |
mutt_is_message_type() | Determine if a mime type matches a message or not | |
mutt_matches_ignore() | Does the string match the ignore list | |
mutt_parse_content_type() | Parse a content type | |
mutt_parse_mailto() | Parse a mailto:// url | |
mutt_parse_multipart() | Parse a multipart structure | |
mutt_parse_part() | Parse a MIME part | |
mutt_read_mime_header() | Parse a MIME header | |
mutt_rfc822_parse_line() | Parse an email header | |
mutt_rfc822_parse_message() | Parse a Message/RFC822 body | |
mutt_rfc822_read_header() | Parses an RFC822 header | |
mutt_rfc822_read_line() | Read a header line from a file | |
parse_autocrypt() | Parse an Autocrypt header line | |
parse_content_disposition() | Parse a content disposition | |
parse_content_language() | Read the content's language | |
parse_multipart() | Parse a multipart structure | |
parse_parameters() | Parse a list of Parameters | |
parse_part() | Parse a MIME part | |
parse_references() | Parse references from an email header | |
rfc2369_first_mailto() | Extract the first mailto: URL from a RFC2369 list | |
rfc822_parse_message() | Parse a Message/RFC822 body |