Next: Interface Functions, Previous: Decoding and Viewing, Up: Top [Contents][Index]
Creating a MIME message is boring and non-trivial. Therefore,
a library called mml
has been defined that parses a language
called MML (MIME Meta Language) and generates
MIME messages.
The main interface function is mml-generate-mime
. It will
examine the contents of the current (narrowed-to) buffer and return a
string containing the MIME message.
• Simple MML Example: | An example MML document. | |
• MML Definition: | All valid MML elements. | |
• Advanced MML Example: | Another example MML document. | |
• Encoding Customization: | Variables that affect encoding. | |
• Charset Translation: | How charsets are mapped from MULE to MIME. | |
• Conversion: | Going from MIME to MML and vice versa. | |
• Flowed text: | Soft and hard newlines. |