Prepare and send an email
| Function | Description | Links |
|---|---|---|
| abort_for_missing_attachments() | Should we abort sending because of missing attachments? | |
| add_mailing_lists() | Search Address lists for mailing lists | |
| add_message_id() | Add the email's message ID to a list | |
| add_references() | Add the email's references to a list | |
| append_signature() | Append a signature to an email | |
| choose_default_to() | Pick the best 'to:' value | |
| decode_descriptions() | RFC2047 decode them in case of an error | |
| default_to() | Generate default email addresses | |
| edit_envelope() | Edit Envelope fields | |
| envelope_defaults() | Fill in some defaults for a new email | |
| fix_end_of_file() | Ensure a file ends with a linefeed | |
| format_attribution() | Format an attribution prefix/suffix | |
| generate_body() | Create a new email body | |
| include_forward() | Write out a forwarded message | |
| include_reply() | Generate the reply text for an email | |
| inline_forward_attachments() | Add attachments to an email, inline | |
| invoke_mta() | Send an email | |
| is_reply() | Is one email a reply to another? | |
| is_text_plain() | Is a Body a text/plain MIME part? | |
| make_reference_headers() | Generate reference headers for an email | |
| mutt_add_to_reference_headers() | Generate references for a reply email | |
| mutt_default_from() | Get a default 'from' Address | |
| mutt_edit_address() | Edit an email address | |
| mutt_encode_descriptions() | RFC2047 encode the content-descriptions | |
| mutt_fetch_recips() | Generate recpients for a reply email | |
| mutt_fix_reply_recipients() | Remove duplicate recipients | |
| mutt_forward_intro() | Add the "start of forwarded message" text | |
| mutt_forward_trailer() | Add a "end of forwarded message" text | |
| mutt_make_attribution_intro() | Add "on DATE, PERSON wrote" header | |
| mutt_make_attribution_trailer() | Add suffix to replied email text | |
| mutt_make_forward_subject() | Create a subject for a forwarded email | |
| mutt_make_greeting() | Add greetings string | |
| mutt_make_misc_reply_headers() | Set subject for a reply | |
| mutt_resend_message() | Resend an email | |
| mutt_send_list_subscribe() | Send a mailing-list subscription email | |
| mutt_send_list_unsubscribe() | Send a mailing-list unsubscription email | |
| mutt_send_message() | Send an email | |
| mutt_set_followup_to() | Set followup-to field | |
| nntp_get_header() | Get the trimmed header | |
| postpone_message() | Save an Email for another day | |
| process_user_header() | Process the user headers | |
| process_user_recips() | Process the user headers | |
| remove_user() | Remove any address which matches the current user | |
| save_fcc() | Save an Email to a 'sent mail' folder | |
| search_attach_keyword() | Search an email for 'attachment' keywords | |
| send_simple_email() | Compose an email given a few basic ingredients | |
| set_reverse_name() | Try to set the 'from' field from the recipients |