Gaia/Email/Implementation/MessageDisplayAndAttachments

< Gaia‎ | Email
Revision as of 20:48, 10 May 2013 by Andrew Sutherland (talk | contribs) (Created page with "== Context == E-mail has evolved through time. While there is a standard for the syntax of mail messages === MIME Messages === ==== Overview ==== Mail messages E-mail mes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Context

E-mail has evolved through time. While there is a standard for the syntax of mail messages

MIME Messages

Overview

Mail messages E-mail messages are structured in a hierarchy. Each piece of the message is a 'part'. Each part has a type, such as:

  • text/plain: Just text! No fancy formatting. Encoding can affect line-wrapping (search for "format=flowed").
  • text/html:

Details

There is a very nice wikipedia article at

MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations] - Parameter encoding of long-values with character set encoding and language-expressing features (continuations).