mml-generate-multipart-alist

mml-generate-multipart-alist is a variable defined in `mml.el'.
Its value is
nil


Documentation:
*Alist of multipart generation functions.
Each entry has the form (NAME . FUNCTION), where
NAME is a string containing the name of the part (without the
leading "/multipart/"),
FUNCTION is a Lisp function which is called to generate the part.

The Lisp function has to supply the appropriate MIME headers and the
contents of this part.