In this sample, there are eight headers in the header section and two lines in the message body. Notice that the Content-Type header (see Body Section) indicates that the body of the message contains only text.
Mime-Version: 1.0 Date: 21 Jul 1996 20:12:06 -0300 From: User name <useraddress> Subject: Message representation Content-Transfer-Encoding: binary To: John Doe <johndoe>, Good Guy <ggqueue> Cc: Another Good Guy <aggqueue> Content-Type: text/plain; charset=us-ascii This is the first line of the message body. Notice the previous empty line that separates this body section from the eight headers in the header section. This is the second line of the message body.
For information on the header and body sections, see Header Section and Body Section.
For a sample of a form message, see Sample Form Message.