RFC-822

Standard for Internet Text Messages


Contents


Introduction

The
RFC-822 document sets out the standard format for textual Internet email messages. In this environment a mail message is viewed as having an envelope and contents. The envelope contains the information necessary in order to send the message to the intended recipient, whilst the contents make up the message to be sent.

The message is separated from its message header by a null line. That is a line with nothing precedeing the CRLF (Carrige-Return Line-Feed).


Header Fields

Each header field in a mail message is a single line of ASCII characters, composed of a field name and a field body. The following fields are those most commonly included in a mail message. They are divided into two sections :
This list of fields is not exhaustive. For a fuller description see the RFC-822 document.

System Fields

These fields are generally added by the system

User Fields

These following fields are those that are generally manipulated by the person who sends a message.

Links