📄 message-composition.md

← Vault

Message Composition with MML (MIME Meta Language)

Himalaya uses MML for composing emails. MML is a simple XML-based syntax that compiles to MIME messages.

Basic Message Structure

An email message is a list of headers followed by a body, separated by a blank line:

`

From: sender@example.com

To: recipient@example.com

Subject: Hello World

This is the message body.

`

Headers

Common headers: