Previous: , Up: sendmail script emacs   [Contents][Index]


A.6.5.4 Miscellaneous functions

Function: sendmail-mbfl-activate

Set message-send-mail-function so that functions from message.el send mail using send-mail-with-mbfl.

Function: sendmail-mbfl-normalise-message

Normalise the email message in the current buffer so that it is ready to be posted or delivered. Scan the headers for invalid lines and try to fix them. Scan the message for mandatory headers and, if missing, add them; this may require querying the user for informations.

It is to be called before acquiring sender and receiver addresses from the headers. It is an interactive function: it can be explicitly applied to a buffer by the user any number of times.

This function does not remove the headers/body separator.

Function: sendmail-mbfl-prepare-message-for-mta

Prepare the email message in the current buffer to be sent to a Mail Transport Agent. Headers like Fcc and Bcc are removed; the headers/body separator line is removed. It is to be called after acquiring sender and receiver addresses from the headers.

Function: sendmail-mbfl-copy-message-buffer dst-buffer src-buffer

Copy an email message from src-buffer to dst-buffer. Set encoding and text representation properties of the destination buffer to be equal to the ones of the source buffer.


Previous: , Up: sendmail script emacs   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.