Miscellaneous functions for sending an email.
Function | Description | Links |
---|---|---|
bounce_message() | Bounce an email message | |
encode_headers() | RFC2047-encode a list of headers | |
mutt_bounce_message() | Bounce an email message | |
mutt_fqdn() | Get the Fully-Qualified Domain Name | |
mutt_gen_msgid() | Generate a random Message ID | |
mutt_lookup_mime_type() | Find the MIME type for an attachment | |
mutt_make_file_attach() | Create a file attachment | |
mutt_make_message_attach() | Create a message attachment | |
mutt_message_to_7bit() | Convert an email's MIME parts to 7-bit | |
mutt_prepare_envelope() | Prepare an email header | |
mutt_stamp_attachment() | Timestamp an Attachment | |
mutt_unprepare_envelope() | Undo the encodings of mutt_prepare_envelope() | |
mutt_update_encoding() | Update the encoding type | |
mutt_write_fcc() | Write email to FCC mailbox | |
mutt_write_multiple_fcc() | Handle FCC with multiple, comma separated entries | |
run_mime_type_query() | Run an external command to determine the MIME type | |
set_encoding() | Determine which Content-Transfer-Encoding to use | |
set_noconv_flags() | Set/reset the "x-mutt-noconv" flag | |
transform_to_7bit() | Convert MIME parts to 7-bit |