home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc0753.txt < prev    next >
Text File  |  1996-05-07  |  97KB  |  2,526 lines

  1.                                                                March 1979 
  2.  
  3. IEN: 85 RFC: 753                                                                                                                                                                                                                                                      INTERNET MESSAGE PROTOCOL                                                                                                                                           Jonathan B. Postel 
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                                March 1979                                                                                                                                                                          Information Sciences Institute                    University of Southern California                            4676 Admiralty Way                    Marina del Rey, California  90291                                                                   (213) 822-1511 
  22.  
  23.  
  24. < INC-PROJECT, MAIL-MAR-79.NLS.38, >, 31-Mar-79 19:50 JBP ;;;; 
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  [Page 0]                                                          Postel 
  79.  
  80.  
  81. March 1979                                                                                                              Internet Message Protocol 
  82.  
  83.  
  84.  
  85.                            TABLE OF CONTENTS 
  86.  
  87.     PREFACE ........................................................ iii 
  88.  
  89. 1.  INTRODUCTION ..................................................... 1 
  90.  
  91.   1.1.  Motivation ................................................... 1   1.2.  Scope ........................................................ 1   1.3.  The Internetwork Environment ................................. 2   1.4.  Operation .................................................... 2   1.5.  Interfaces ................................................... 3 
  92.  
  93. 2.  FUNCTIONAL DESCRIPTION ........................................... 5 
  94.  
  95.   2.1.  Relation to Other Protocols .................................. 5   2.2.  Terminology  ................................................. 5   2.3.  Assumptions .................................................. 6   2.4.  General Specification ........................................ 7   2.5.  Mechanisms .................................................. 11 
  96.  
  97. 3.  DETAILED SPECIFICATION .......................................... 13 
  98.  
  99.   3.1.  Overview of Message Structure ............................... 13   3.2.  Data Elements ............................................... 13   3.3.  Message Objects ............................................. 16   3.4.  Command ..................................................... 23   3.5.  Document .................................................... 31   3.6.  Message Structure ........................................... 33   3.7.  MPM Organization ............................................ 36   3.8.  Interfaces .................................................. 39 
  100.  
  101. 4.  EXAMPLES & SCENARIOS ............................................ 41 
  102.  
  103.   Example 1:  Message Format ........................................ 41   Example 2:  Delivery and Acknowledgment ........................... 43 
  104.  
  105. GLOSSARY ............................................................ 49 
  106.  
  107. REFERENCES .......................................................... 51 
  108.  
  109. APPENDICES .......................................................... 53 
  110.  
  111.    
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  Postel                                                          [Page i] 
  120.  
  121.  
  122.                                                               March 1979 Internet Message Protocol 
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  [Page ii]                                                         Postel 
  177.  
  178.  
  179. March 1979                                                                                                              Internet Message Protocol 
  180.  
  181.  
  182.  
  183.                                 PREFACE 
  184.  
  185.  
  186.  
  187. This is the first edition of this specification and should be treated as a request for comments, advice, and suggestions.  A great deal of prior work has been done on computer aided message systems and some of this is listed in the reference section.  This specification was shaped by many discusions with members of the ARPA research community, and others interested in the development of computer aided message systems.  This document was prepared as part of the ARPA sponsored Internetwork Concepts Research Project at ISI, with the assistance of Greg Finn, Alan Katz, Paul Mockapetris, and Mamie Chew. 
  188.  
  189.                                                               Jon Postel 
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  Postel                                                        [Page iii] 
  226.  
  227.  
  228.                                                               March 1979 Internet Message Protocol 
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  [Page iv]                                                         Postel 
  283.  
  284.  
  285. March 1979                                                               IEN: 85                                                        J. Postel RFC: 753                                                         USC-ISI                                                               March 1979 
  286.  
  287.  
  288.  
  289.                         INTERNET MESSAGE PROTOCOL 
  290.  
  291.  
  292.  
  293.                             1.  INTRODUCTION 
  294.  
  295. This document describes an internetwork message system.  The system is designed to transmit messages between message processing modules according to formats and procedures specified in this document.  The message processing modules are processes in host computers.  Message processing modules are located in different networks and together constitute an internetwork message delivery system. 
  296.  
  297. This document is intended to provide all the information necessary to implement a compatible cooperating module of this internetwork message system. 
  298.  
  299. 1.1.  Motivation 
  300.  
  301.   As computer supported message processing activities grow on individual   host computers and in networks of computers, there is a natural desire   to provide for the interconnection and interworking of such systems.   This specification describes the formats and procedures of a general   purpose internetwork message system, which can be used as a standard   for the interconnection of individual message systems, or as a message   system in its own right. 
  302.  
  303.   We also provide for the communication of data items beyond the scope   of contemporary message systems.  Messages can include typed segments   which could represent drawings, or facsimile images, or digitized   speech.  One can imagine message stations equipped with speakers and   microphones (or telephone hand sets) where the body of a message or a   portion of it is recorded digitized speech.  The output terminal could   include a graphics display, and the message might present a drawing on   the display, and verbally (via the speaker) describe certain features   of the drawing.  This specification provides basic data elements for   the transmission of structured binary data, as well as providing for   text transmission. 
  304.  
  305. 1.2.  Scope 
  306.  
  307.   The Internet Message Protocol is intended to be used for the   transmission of messages between networks.  It may also be used for   the local message system of a network or host.  This specification was   developed in the context of the ARPA work on the interconnection of   networks, but it is anticipated that it has a more general scope. 
  308.  
  309.  Postel                                                          [Page 1] 
  310.  
  311.  
  312.                                                               March 1979 Internet Message Protocol Introduction 
  313.  
  314.  
  315.  
  316.   The focus here is on the internal mechanisms to transmit messages,   rather than the external interface to users.  It is assumed that a   number of user interface programs will exist.  These will be both new   programs designed to work with system and old programs designed to   work with earlier systems. 
  317.  
  318. 1.3.  The Internetwork Environment 
  319.  
  320.   The internetwork message environment consists of processes which run   in hosts which are connected to networks which are interconnected by   gateways.  Each individual network consists of many different hosts.   The networks are tied together through gateways.  The gateways are   essentially hosts on two (or more) networks and are not assumed to   have much storage capacity or to "know" which hosts are on the   networks to which they are attached [5]. 
  321.  
  322. 1.4.  Operation 
  323.  
  324.   The model of operation is that this protocol is implemented in a   process.  Such a process is called a Message Processing Module or MPM.   The MPMs exchange messages by establishing full duplex communication   and sending the messages in a fixed format described in this document.   The MPM may also communicate other information by means of commands   described here. 
  325.  
  326.   A message is formed by a user interacting with a User Interface   Program or UIP.  The user may utilize several commands to create   various fields of the message and may invoke an editor program to   correct or format some or all of the message.  Once the user is   satisfied with the messages it is "sent" by placing it in a data   structure shared with the MPM. 
  327.  
  328.   The MPM discovers the unprocessed input data (either by a specific   request or by a general background search), examines it, and using   routing tables determines which outgoing link to use.  The destination   may be another user on this host, a user on another host in this   network, or a user in another network. 
  329.  
  330.   In the first case, another user on this host, the MPM places the   message in a data structure shared with the destination user, where   that user's UIP will look for incoming messages. 
  331.  
  332.   In the second case, the user on another host in this network, the MPM   transmits the message to the MPM on that host.  That MPM then repeats   the routing decision, and discovering the destination is local to it,   places the messages in the data structure shared with the destination   user. 
  333.  
  334.  
  335.  
  336. [Page 2]                                                          Postel 
  337.  
  338.  
  339. March 1979                                                                                                              Internet Message Protocol                                                             Introduction 
  340.  
  341.  
  342.  
  343.   In the third case, the user on a host in another network, the MPM   transmits the messages to an MPM in that network if it knows how to   establish a connection directly to it, otherwise the MPM transmits the   message to an MPM that is "closer" to the destination.  An MPM might   not know of direct connections to MPMs in all other networks, but it   must be able to select a next MPM to handle the message for each   possible destination network. 
  344.  
  345.   A MPM might know a way to establish direct connections to each of a   few MPMs in other nearby networks, and send all other messages to a   particular big brother MPM that has a wider knowledge of the internet   environment. 
  346.  
  347.   A individual network's message system may be quite different from the   internet message system.  In this case, intranet messages will be   delivered using the network's own message system.  If a message is   addressed outside the network, it is given to a MPM which then sends   it through the appropriate gateways via internet procedures and format   to (or toward) the MPM in the destination network.  Eventually, the   message gets to a MPM on the network of the recipient of the message.   The message is then sent via the local message system to that host. 
  348.  
  349.   When local message protocols are used, special conversion programs are   required to transform local messages to internet format when they are   going out, and to transform internet messages to local format when   they come into the local environment.  Such transformations are   potentially information lossy.  The internet message format attempts   to provide features to capture all the information any local message   system might use.  However, a particular local message system is   unlikely to have features equivalent to all the possible features of   the internet message system.  Thus, in some cases the transformation   of an internet message to a local message discard of some of the   information.  For example, if an internet message carrying mixed text   and speech data in the body is to be delivered in a local system which   only carries text, the speech data may be replaced by the text string   "There was some speech here".  Such discarding of information is to be   avoided when at all possible, and to be defered as long as possible,   still the possibility remains, that in some cases, it is the only   reasonable thing to do. 
  350.  
  351. 1.5.  Interfaces 
  352.  
  353.   The MPM calls on a reliable communication procedure to communicate   with other MPMs.  This is a Transport Level protocol such as the TCP   [20].  The interface to such a procedure conventionally provides calls   to open and close connections, send and receive data on a connection,   and some means to signal and be notified of special conditions (i.e.,   interrupts). 
  354.  
  355.  Postel                                                          [Page 3] 
  356.  
  357.  
  358.                                                               March 1979 Internet Message Protocol Introduction 
  359.  
  360.  
  361.  
  362.   The MPM receives input and produces output through data structures   that are produced and consumed respectively by user interface (or   other) programs. 
  363.  
  364.    
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410. [Page 4]                                                          Postel 
  411.  
  412.  
  413. March 1979                                                                                                              Internet Message Protocol 
  414.  
  415.  
  416.  
  417.                        2.  FUNCTIONAL DESCRIPTION 
  418.  
  419. 2.1.  Terminology 
  420.  
  421.   The basic unit transferred between networks is called a message.  A   message is made up of a transaction identifier (a number which   uniquely identifies the message), a command list (which contains the   necessary information for delivery), and the document list.  The   document list consists of a header and a body, which contains the   actual data of the message. 
  422.  
  423.   For a personal letter the document body corresponds to the contents   the a letter, the document header corresponds to the the address and   return address on the envelope. 
  424.  
  425.   For an inter-office memo the document body corresponds to the text,   the document header corresponds to the header of the memo. 
  426.  
  427.   The commands correspond to the information used by the Post Office or   the mail room to route the letter or memo. 
  428.  
  429.   The messages are routed by a process called the message processing   module or MPM.  Messages are created and consumed by User Interface   Programs (UIPs) in conjunction with users. 
  430.  
  431.   Please see the Glossary section for a more complete list of   terminology. 
  432.  
  433. 2.2.  Assumptions 
  434.  
  435.   The following assumptions are made about the internetwork environment: 
  436.  
  437.   It is in general not known what format intranet addresses will assume.   Since no standard addressing scheme would suit all networks, it is   safe to assume there will be several and that they will change with   time.  Thus, frequent software modification throughout all internet   MPMs would be required if such MPMs were to know about the formats on   many networks.  Therefore, each MPM which handles internet messages is   required to know only the minimum necessary to deliver them. 
  438.  
  439.   We require each MPM to know completely only the addressing format of   its own network.  In addition, the MPM must be able to select an   output link for each message addressed to another network or host.   This does not preclude more intelligent behavior on the part of a   given MPM, but at least this minimum is necessary.  Each network has a   unique name and number. 
  440.  
  441.   Each MPM will have a unique internet address.  This feature will 
  442.  
  443.  
  444.  
  445. Postel                                                          [Page 5] 
  446.  
  447.  
  448.                                                               March 1979 Internet Message Protocol Functional Description 
  449.  
  450.  
  451.  
  452.   enable every MPM to place a unique "handling-stamp" on a message which   passes through it en-route to delivery. 
  453.  
  454. 2.3.  General Specification 
  455.  
  456.   There are several aspects to a distributed service to be specified.   First there is the service to be provided, that is, the   characteristics of the service as seen by its users.  Second there is   the service it uses, that is, the characteristics it assumes to be   provided by some lower level service.  And, third there is the   protocol used between the modules of the distributed service. 
  457.  
  458.        User                                          User                  \                                          /                      \                                        /                        \                                      /                      --+----------------------------------------+-- Service             !   \                                /   ! Interface             !  +--------+                +--------+  !                       !  ! Module ! <--Protocol--> ! Module !  !                       !  +--------+                +--------+  !                       !        \                       /       !                       !        +-----------------------+       !                       !        ! Communication Service !       !                       !        +-----------------------+       !                       !                                        !                       +----------------------------------------+            
  459.  
  460.                             Message Service 
  461.  
  462.                                Figure 1. 
  463.  
  464.   The User/Message Service Interface 
  465.  
  466.     The service the message delivery system provides is to accept     messages conforming to a specified format and to attempt to deliver     those messages, and to report on the success or failure of the     delivery attempt.  This service is provided in the context of an     interconnected system of networks, and may involve relaying a     message through several intermediate MPMs utilizing different     communication services. 
  467.  
  468.   The Message/Communication Service Interface      The message delivery system calls on a communication service to     transfer information from one MPM to another.  There may be     different communication services used between different pairs of 
  469.  
  470.  
  471.  
  472. [Page 6]                                                          Postel 
  473.  
  474.  
  475. March 1979                                                                                                              Internet Message Protocol                                                   Functional Description 
  476.  
  477.  
  478.  
  479.     MPMs, though all communication services must meet the following     service characteristics. 
  480.  
  481.     It is assumed that the communication service provides a reliable two     way data stream.  Such a data stream can usually be obtained in     computer networks from the transport level protocol, for example,     the Transmission Control Protocol (TCP) [20].  In any case the     properties the communication service must provide are: 
  482.  
  483.       o  Logical connections for two way simultaneous data flow of          arbitrary data (i.e., no forbidden codes).  Data is delivered          in the order sent with no gaps. 
  484.  
  485.       o  Simple commands to open and close the connections, and to send          and receive data on the connections. 
  486.  
  487.       o  A way to signal and be notified "out-of-band" (such as TCP's          urgent) is available so that some messages can be labeled "more          important" than others. 
  488.  
  489.       o  Controlled flow of data so that data is not transmitted faster          that the receiver chooses to consume it (on the average). 
  490.  
  491.       o  Transmission errors are corrected without user notification or          involvement.  Complete breakdown on communication is reported          to the user. 
  492.  
  493.   The Message-Message Protocol 
  494.  
  495.     The protocol used between the distributed modules of the message     delivery system, that is, the MPMs is a small set of commands which     convey requests and replies.  These commands are encoded in a highly     structured and rigidly specified format. 
  496.  
  497. 2.4.  Mechanisms 
  498.  
  499.   MPMs are processes which use some communication service.  A pair of   MPMs which can communicate reside in a common interprocess   communication environment.  A MPM might exist in two (or more)   interprocess communication environments, and such an MPM might act to   relay messages between MPMs in the environments. 
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509. Postel                                                          [Page 7] 
  510.  
  511.  
  512.                                                               March 1979 Internet Message Protocol Functional Description 
  513.  
  514.  
  515.  
  516.      User                                                    User         \                                                      /            \                                                    /              \                                                  /            +---------------------------------------------------------+        !    \                                              /     !        !  +-----+                +-----+                +-----+  !        !  ! MPM ! <--Protocol--> ! MPM ! <--Protocol--> ! MPM !  !        !  +-----+                +-----+                +-----+  !        !     !                    /   \                    !     !        !  +-----------------------+   +-----------------------+  !        !  !Communication Service A!   !Communication Service B!  !        !  +-----------------------+   +-----------------------+  !        !                                                         !        +---------------------------------------------------------+  
  517.  
  518.                  Message Service with Internal Relaying 
  519.  
  520.                                Figure 2. 
  521.  
  522.   The transfer of data between UIPs and MPMs is conceived of as the   exchange of data structures which encode messages.  The transfer of   data between MPMs is also in terms of the transmission of structured   data. 
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  [Page 8]                                                          Postel 
  549.  
  550.  
  551. March 1979                                                                                                              Internet Message Protocol                                                   Functional Description 
  552.  
  553.  
  554.  
  555.                     +-----+     DATA       +-----+                       USER-->! UIP !-->STRUCTURES-->! MPM !-->other                      +-----+    +-----+     +-----+    MPMs                                 !     !                                                     !  +-----+                                                  +--!     !                                                     !  +-----+                                                  +--!     !                                                     !     !                                                     +-----+                
  556.  
  557.                      +-----+     DATA       +-----+                      other-->! MPM !-->STRUCTURES-->! UIP !-->USER               MPMs    +-----+    +-----+     +-----+                                         !     !                                                     !  +-----+                                                  +--!     !                                                     !  +-----+                                                  +--!     !                                                     !     !                                                     +-----+               
  558.  
  559.                               Message Flow 
  560.  
  561.                                Figure 3. 
  562.  
  563.   In the following, a message will be described as a structured data   object represented in a particular kind of typed data elements.  This   is how a message is presented when transmitted between MPMs or   exchanged between an MPM and a UIP.  Internal to a MPM (or a UIP), a   message may be represented in any convenient form.  As the following   figure shows, when a message is ready for transmission, it moves from   the processing routines to be encoded in the typed data elements and   then to a data compression routine, and is finally transmitted.  On   the receiving side, the message is first decompressed then decoded   from the data element representation to the local representation for   the processing routines. 
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577. Postel                                                          [Page 9] 
  578.  
  579.  
  580.                                                               March 1979 Internet Message Protocol Functional Description 
  581.  
  582.  
  583.  
  584.           +------------------------------------------------+            !                                                !            !  processing      DATA         DATA             !            !  routines   ---> ENCODER ---> COMPRESSOR --->  !            !                                                !            +------------------------------------------------+                               Send MPM                                                                                                 +------------------------------------------------+            !                                                !            !      DATA              DATA         processing !            ! ---> DECOMPRESSOR ---> DECODER ---> routines   !            !                                                !            +------------------------------------------------+                              Receive MPM                       
  585.  
  586.                              Detailed View 
  587.  
  588.                                Figure 4. 
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.   
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  [Page 10]                                                         Postel 
  619.  
  620.  
  621. March 1979                                                                                                              Internet Message Protocol                                                   Functional Description 
  622.  
  623.  
  624.  
  625. 2.5.  Relation to Other Protocols 
  626.  
  627.   The following diagram illustrates the place of the message protocol in   the protocol hierarchy: 
  628.  
  629.                                         +------+ +-----+ +-------+ +-----+     +-----+                       !Telnet! ! FTP ! !Message! !Voice! ... !     ! Application Level     +------+ +-----+ +-------+ +-----+     +-----+                               \   !   /             !           !                                   +-----+           +-----+     +-----+                                ! TCP !           ! RTP ! ... !     ! Host Level                     +-----+           +-----+     +-----+                                   !                 !           !                                     +-------------------------------+                                    !       Internet Protocol       !   Gateway Level                    +-------------------------------+                                                    !                                                       +---------------------------+                                        !   Local Network Protocol  !    Network Level                       +---------------------------+                                                     !                                      
  630.  
  631.  
  632.  
  633.                          Protocol Relationships 
  634.  
  635.                                Figure 5. 
  636.  
  637.   The message protocol interfaces on one side to user interface programs   and on the other side to a reliable transport protocol such as TCP. 
  638.  
  639.    
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657. Postel                                                         [Page 11] 
  658.  
  659.  
  660.                                                               March 1979 Internet Message Protocol 
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  [Page 12]                                                         Postel 
  715.  
  716.  
  717. March 1979                                                                                                              Internet Message Protocol 
  718.  
  719.  
  720.  
  721.                        3.  DETAILED SPECIFICATION 
  722.  
  723. The presentation of the information in this section is difficult since everything depends on everything, and since this is a linear media it has to come in some order.  In this attempt, a very brief overview of the message structure is given, then a radical switch is made to defining the basic building blocks, and finally using the building blocks to reach the overall structure again. 
  724.  
  725. 3.1.  Overview of Message Structure 
  726.  
  727.   In general a message is composed of three parts:  the identification,   the command, and the document.  Each part is in turn composed of   message objects. 
  728.  
  729.   The identification part is composed of a transaction number assigned   by the originating MPM, and the internet host number of that MPM. 
  730.  
  731.   The command part is composed of  an operation type, an operation code,   an argument list, an error list, the destination mailbox, and a stamp.   The stamp is a list of the MPMs that have handled this message. 
  732.  
  733.   The document part is composed of a header and a body.  The message   delivery system does not depend on the contents of the document part,   but this specification does make some recommendations for the document   header. 
  734.  
  735.   The following sections define the representation of a message as a   structured object composed of other objects.  Objects in turn are   represented using a set of basic data elements. 
  736.  
  737. 3.2.  Data Elements 
  738.  
  739.   The data elements defined here are similar to the data structure and   encoding used in NSW [18]. 
  740.  
  741.   Each of the diagrams which follow represent a sequence of octets.   Field boundaries are denoted by the "!" character, octet boundaries by   the "+" character. The diagrams are presented in left to right order.   Each element begins with a one octet code. 
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. Postel                                                         [Page 13] 
  754.  
  755.  
  756.                                                               March 1979 Internet Message Protocol Specification 
  757.  
  758.  
  759.  
  760.      Code  Type          Representation   ----  ----          -------------- 
  761.  
  762.                          +------+     0  No Operation   !  1   !                       +------+ 
  763.  
  764.                          +------+------+------+------+------     1  Padding        !  0   !     octet count    ! Data ...                       +------+------+------+------+------ 
  765.  
  766.                          +------+------+     2  Boolean        !  2   ! 1/0  !                       +------+------+ 
  767.  
  768.                          +------+------+------+     3  Index          !  3   !     Data    !                       +------+------+------+ 
  769.  
  770.                          +------+------+------+------+------+     4  Integer        !  4   !            Data           !                       +------+------+------+------+------+ 
  771.  
  772.                          +------+------+------+------+------     5  Bit String     !  5   !      bit count     ! Data ...                       +------+------+------+------+------ 
  773.  
  774.                          +------+------+------+------+------     6  Text String    !  6   !     octet count    !  Data ...                       +------+------+------+------+------ 
  775.  
  776.                          +------+------+------+------+------+------+-----     7  List           !  7   !     octet count    !  item count ! Data                       +------+------+------+------+------+------+----- 
  777.  
  778.                          +------+------+------+------+------     8  Proplist       !  8   !     octet count    ! Data ...                       +------+------+------+------+------ 
  779.  
  780.  [Page 14]                                                         Postel 
  781.  
  782.  
  783. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  784.  
  785.  
  786.  
  787.   Element code 0 (NOP) is an empty data element used for padding when it   is necessary. It is ignored. 
  788.  
  789.   Element code 1 (PAD) is used to transmit large amounts of data with a   message for test or padding purposes.  No action is taken with this   data but the count of dummy octets must be correct to indicate the   next element code. 
  790.  
  791.   Element code 2 (BOOLEAN) is a boolean data element which has the value   1 for True and 0 for False. 
  792.  
  793.   Element code 3 (INDEX) is a 16-bit unsigned integer datum. Element   code 3 occupies only 3 octets. 
  794.  
  795.   Element code 4 (INTEGER) is a signed 32-bit integer datum. This will   always occupy five octets.  Representation is two's complement. 
  796.  
  797.   Element code 5 (BITSTR) is a bit string element for binary data.  The   bit string is padded on the right with zeros to fill out the last   octet if the bit string does not end on an octet boundary.  This data   type must have the bit-count in the two octet count field instead of   the number of octets. 
  798.  
  799.   Element code 6 (TEXT) is used for the representation of text.  Seven   bit ASCII characters are used, right justified in the octet.  The high   order bit in the octet is zero. 
  800.  
  801.   Element code 7 (LIST) can be used to create structures composed of   other elements.  The item-count contains the number of elements which   follow.  Any element may be used including List itself.  The octet   count specifies the number of octets in the whole list.  A null or   empty List, one with no elements, has an item-count of zero (0). 
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  Postel                                                         [Page 15] 
  820.  
  821.  
  822.                                                               March 1979 Internet Message Protocol Specification 
  823.  
  824.  
  825.  
  826.   Element code 8 (PROPLIST) is the Property-List element.  It has the   following form: 
  827.  
  828.          +------+------+------+------+------+     !   8  !     octet          ! pair !     !      !           count    ! count!     +------+------+------+------+------+                          +------+------+------+---------+---------+                          ! name !    value    ! name    ! value   !              repeated    ! count!    count    !      ...!      ...!                          +------+------+------+---------+---------+ 
  829.  
  830.   The Property-List structure consists of a set of unordered name/value   pairs.  The pairs are a one octet name count and a two octet value   count followed by the name and value strings.  The counts specify the   length in octets of the name and value strings.  Each string has a   length in octets which agrees with its respective count.  The count of   octets until the next pair in the property list is  1 + 2 + name count   + value count octets.  The entire Property-List is of course equal in   length to the octet count of the element itself.  Immediately   following the octet count for the entire element is a one octet pair   count field which contains the total number of name/value pairs in the   Proplist. 
  831.  
  832. 3.3.  Message Objects 
  833.  
  834.   In the composition of messages we use a set of objects such as   address, or date.  These objects are encoded in the basic data   elements.  The message objects are built of data elements. 
  835.  
  836.   While data elements are typed, message objects are not.  This is   because messages are structured to the extent that only one kind of   message object may occur in any position of a message structure. 
  837.  
  838.   The following is a list of some of the objects used in messages.  The   object descriptions are grouped by the section of the message in which   they normally occur. 
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  [Page 16]                                                         Postel 
  851.  
  852.  
  853. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  854.  
  855.  
  856.  
  857.   Identification 
  858.  
  859.     Internet Host Number (ihn) 
  860.  
  861.       This identifies a host in the internetwork environment.  When used       as a part of tid, it identifies the originating host of a message.       The ihn is a 32 bit number, the higher order 8 bits identify the       network, and the lower order 24 bits identify the host on that       network. 
  862.  
  863.       INTEGER 
  864.  
  865.     Transaction Identifier (tid) 
  866.  
  867.       This is the transaction identifier associated with a particular       command.  It is a list of the transaction number and the internet       host number of the originating host. 
  868.  
  869.       LIST ( tn , ihn ) 
  870.  
  871.     Transaction Number (tn) 
  872.  
  873.       This is a number which is uniquely associated with this       transaction by  the originating host.  It identifies the       transaction.  (A transaction is a message and acknowledgment, this       is discussed in more detail in later sections.)  A tn must be       unique for the time which the message (a request or reply)       containing it could be active in the network. 
  874.  
  875.       INDEX 
  876.  
  877.   Command 
  878.  
  879.     Address 
  880.  
  881.       This is very similar to Mailbox in that it also is the "address"       of a user.  However, Address is intended to contain the minimum       information necessary for delivery, and no more. 
  882.  
  883.       PROPLIST ( --- ) 
  884.  
  885.     Answer 
  886.  
  887.       A yes (true) or no (false) answer to a question. 
  888.  
  889.       BOOLEAN 
  890.  
  891.  
  892.  
  893.  Postel                                                         [Page 17] 
  894.  
  895.  
  896.                                                               March 1979 Internet Message Protocol Specification 
  897.  
  898.  
  899.  
  900.     Arguments 
  901.  
  902.       This is the argument to many of the operations.  It consists of a       List of different data types.  The List will have form and data       relevant with the particular operation. 
  903.  
  904.       LIST ( --- ) 
  905.  
  906.     Command-Type 
  907.  
  908.       Gives the type of a command (e.g., request, reply, alarm). 
  909.  
  910.       INDEX 
  911.  
  912.     Error-List 
  913.  
  914.       The error list contains information concerning an error which has       occured.  It is a List comprised of the two objects error-class       and error-string. 
  915.  
  916.       LIST ( error class, error string ) 
  917.  
  918.     Error-Class 
  919.  
  920.       A code for the class of the error. 
  921.  
  922.       INDEX 
  923.  
  924.     Error-String 
  925.  
  926.       A text string explaining the error. 
  927.  
  928.       TEXT 
  929.  
  930.     How-Delivered 
  931.  
  932.       A comment on the delivery of a messages, for instance a message       could be delivered, forwarded, or turned over to general delivery. 
  933.  
  934.       LIST ( TEXT ) 
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  [Page 18]                                                         Postel 
  945.  
  946.  
  947. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  948.  
  949.  
  950.  
  951.     Mailbox 
  952.  
  953.       This is the "address" of a user of the internetwork mail system.       Mailbox contains information such as net, host, location, and       local user-id of the recipient of the message.  Some information       contained in Mailbox may not be necessary for delivery. 
  954.  
  955.       As an example, when one sends a message to someone for the first       time, he may include many items which are not necessary simply to       insure delivery.  However, once he gets a reply to this message,       the reply could contain an Address (as opposed to Mailbox) which       the user will use from then on. 
  956.  
  957.         A mailbox is a PROPLIST.  A mailbox might contain the following         name-value pairs: 
  958.  
  959.           name    element  description           ----    -------  -----------           IA      INTEGER  internet address           NET     TEXT     network name           HOST    TEXT     host name           USER    TEXT     user name           CITY    TEXT     city           COUNTRY TEXT     country           STATE   TEXT     state           ZIP     TEXT     zip code           PHONE   TEXT     phone number 
  960.  
  961.       PROPLIST ( --- ) 
  962.  
  963.     Operation 
  964.  
  965.       This names the operation or procedure to be performed. 
  966.  
  967.       TEXT 
  968.  
  969.     Options 
  970.  
  971.       REGULAR for normal delivery, FORWARD for message forwarding,       GENDEL for general delivery, or other options which may be defined       later. 
  972.  
  973.       LIST ( TEXT, ... ) 
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981. Postel                                                         [Page 19] 
  982.  
  983.  
  984.                                                               March 1979 Internet Message Protocol Specification 
  985.  
  986.  
  987.  
  988.     Reasons 
  989.  
  990.       These could be mailbox does not exist, mailbox full, etc. 
  991.  
  992.       LIST ( TEXT ) 
  993.  
  994.     Stamp 
  995.  
  996.       Each MPM that handles the message must add a unique identifier       (ihn, see above) to the list.  This will prevent messages from       being sent back and forth through the internet mail system without       eventually either being delivered or returned to the sender. 
  997.  
  998.       LIST ( ihn, ihn, ... ) 
  999.  
  1000.     Trail 
  1001.  
  1002.       When a message is sent through the internetwork environment, it       acquires a list of MPMs that have handled the message in "Stamp".       This list is then carried as "Trail" upon reply or acknowledgment       of that message. More simply, requests and replies always have a       "Stamp" and each MPM adds its ihn to this "Stamp."  Replies, in       addition, have a "Trail" which is the complete "Stamp" of the       original message. 
  1003.  
  1004.       LIST ( ihn, ihn, ... ) 
  1005.  
  1006.     Type 
  1007.  
  1008.       The command type, e.g., request or reply. 
  1009.  
  1010.       INDEX 
  1011.  
  1012.   Document 
  1013.  
  1014.     In this section, we define some objects useful in message document     headers.  The ones we use are taken from the current ARPANET message     syntax standard [6,8]. 
  1015.  
  1016.     CC 
  1017.  
  1018.       When copies of a message are sent to others in addition to the       addresses in the To object, those to whom the copies are sent will       have their addresses recorded here.  CC will be a single TEXT       element. 
  1019.  
  1020.       TEXT 
  1021.  
  1022.  
  1023.  
  1024. [Page 20]                                                         Postel 
  1025.  
  1026.  
  1027. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1028.  
  1029.  
  1030.  
  1031.     Date 
  1032.  
  1033.       The date and time are represented according to the International       Standards Organization (ISO) recommendations [13,14,15].  Taken       together the ISO recommendations 2014, 3307, and 4031 result in       the following representation of the date and time: 
  1034.  
  1035.         yyyy-mm-dd-hh:mm:ss,fff+hh:mm 
  1036.  
  1037.       Where yyyy is the 4 digit year, mm is the two digit month, dd is       the two digit day, hh is the two digit hour in 24 hour time, mm is       the two digit minute, ss is the two digit second, and fff is the       decimal fraction of the second.  To this basic date and time is       appended the offset from Greenwich as plus or minus hh hours and       mm minutes. 
  1038.  
  1039.       TEXT 
  1040.  
  1041.     Document-Body 
  1042.  
  1043.       The document body will contain that portion of the message       commonly thought of as the text portion.  It will be composed of a       list of elements.  This will allow transmission of data other than       pure text if such capabilities are needed.  We can, for instance,       envision digital voice communication through the transmission of       BITSTR element, or transmission of graphic data, etc.  Information       regarding control of such features could be included in the header       for cooperating sites, or in the body itself but such protocols       would depend upon agreement among those sites involved.  It is       expected of course that the majority of messages will contain body       portions comprised of TEXT elements. 
  1044.  
  1045.       LIST ( --- ) 
  1046.  
  1047.     Document-Header 
  1048.  
  1049.       The document header contains the memo header presented to the       user.  In principle this may be of any style or structure.  In       this specification it is recommended that a PROPLIST be used and       that the name-value pairs correspond to the header fields of       RFC 733 [6]. 
  1050.  
  1051.       PROPLIST ( --- ) 
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059. Postel                                                         [Page 21] 
  1060.  
  1061.  
  1062.                                                               March 1979 Internet Message Protocol Specification 
  1063.  
  1064.  
  1065.  
  1066.     From 
  1067.  
  1068.       The From is meant to be the name of the author of a document.  It       will be one TEXT element. 
  1069.  
  1070.       TEXT 
  1071.  
  1072.     Reply-To 
  1073.  
  1074.       Sometimes it will be desired to direct the replies of a message to       some address other than the From or the Sender.  In such a case       the Reply-To object can be used. 
  1075.  
  1076.       TEXT 
  1077.  
  1078.     Sender 
  1079.  
  1080.       The Sender will contain the address of the individual who sent the       message. In some cases this is NOT the same as the author of the       message. Under such a condition, the author should be specified in       the From object.  The Sender is a single TEXT element. 
  1081.  
  1082.       TEXT 
  1083.  
  1084.     Subject 
  1085.  
  1086.       The subject of the message. 
  1087.  
  1088.       TEXT 
  1089.  
  1090.     To 
  1091.  
  1092.       To identifies the addressees of the message.  The To object is one       TEXT element. 
  1093.  
  1094.       TEXT 
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  [Page 22]                                                         Postel 
  1109.  
  1110.  
  1111. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1112.  
  1113.  
  1114.  
  1115. 3.4.  Command 
  1116.  
  1117.   This section describes the commands which processes in the internet   message system can use to communicate.  Several aspects of the command   structure are based on the NSW Transaction Protocol [19].  The   commands come in pairs, with each request having a corresponding   reply. 
  1118.  
  1119.    A command is a list: 
  1120.  
  1121.     LIST ( mailbox, stamp, type, operation, arguments, error-list ) 
  1122.  
  1123.   The arguments are described generally here and more specifically, if   necessary, in the description of each command. 
  1124.  
  1125.     mailbox:  PROPLIST 
  1126.  
  1127.       This is the "to" specification of the message.  Mailbox takes the       form of a property list of general information, some of which is       the essential information for delivery, and some of which could be       extra information which may be helpful for delivery.  Mailbox is       different from address in that address is a very specific list       without extra information. 
  1128.  
  1129.     stamp:  LIST ( INTEGER, ...  ) 
  1130.  
  1131.       This is a list of the MPMs that have handled the message.  Each       MPM must add its 32 bit Internet Host Number (ihn) to the LIST. 
  1132.  
  1133.     type: INDEX 
  1134.  
  1135.       type=1 a REQUEST operation. 
  1136.  
  1137.       type=2 a REPLY operation. 
  1138.  
  1139.       type=3 an ALARM operation. (A high priority message.) 
  1140.  
  1141.       type=4 a RESPONSE to an alarm operation. 
  1142.  
  1143.     operation: TEXT 
  1144.  
  1145.       Operation is the name of the operation or procedure to be       performed.  This string must be interpreted in an upper/lower case       independent manner. 
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  Postel                                                         [Page 23] 
  1152.  
  1153.  
  1154.                                                               March 1979 Internet Message Protocol Specification 
  1155.  
  1156.  
  1157.  
  1158.     arguments: LIST 
  1159.  
  1160.       This is a list of arguments to the above operation. 
  1161.  
  1162.     error-list:  LIST 
  1163.  
  1164.       If message is type 1 or 3 (a request or an alarm): 
  1165.  
  1166.         LIST ( )  (a zero length list) 
  1167.  
  1168.       If message is a type 2 or 4 (a response or response to alarm) 
  1169.  
  1170.         LIST ( error-class, error-string ) indicates what,if any, error         occured 
  1171.  
  1172.       error-class: INDEX 
  1173.  
  1174.         =0: indicates success, no error         =1: partial results returned.           This error class is used when several steps are performed by           one operation and some of them fail.         =2: failure, resources unavailable.         =3: failure, user error.         =4: failure, MPM error. Recoverable.         =5: failure, MPM error. Fatal.         =6: User abort requested 
  1175.  
  1176.       error-string: TEXT 
  1177.  
  1178.         This is a human readable character string describing the error. 
  1179.  
  1180.     Possible errors: 
  1181.  
  1182.               error-string                  error-class 
  1183.  
  1184.       No errors                                  0       Command not implemented                    2       Syntax error, command unrecognized         3       Syntax error, in arguments                 3       Server error, try again later              4       No service available                       5       User requested abort                       6 
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  [Page 24]                                                         Postel 
  1193.  
  1194.  
  1195. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1196.  
  1197.  
  1198.  
  1199.   command:  DELIVER 
  1200.  
  1201.     type:  1 
  1202.  
  1203.     function:  Sends message to a mailbox 
  1204.  
  1205.     reply:  The reply is ACKNOWLEDGE 
  1206.  
  1207.     arguments:  LIST ( options ) 
  1208.  
  1209.       options:  one or more of the following 
  1210.  
  1211.         "REGULAR"  regular delivery 
  1212.  
  1213.         "FORWARD"  message forwarding 
  1214.  
  1215.         "GENDEL"   general delivery 
  1216.  
  1217.         other options which may be defined later 
  1218.  
  1219.     argument structure: 
  1220.  
  1221.       LIST ( LIST ( TEXT, ... )) 
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249. Postel                                                         [Page 25] 
  1250.  
  1251.  
  1252.                                                               March 1979 Internet Message Protocol Specification 
  1253.  
  1254.  
  1255.  
  1256.   command:  ACKNOWLEDGE 
  1257.  
  1258.     type:  2 
  1259.  
  1260.     function:  reply to DELIVER 
  1261.  
  1262.     arguments: LIST ( tid, trail, answer, reasons, how-delivered ) 
  1263.  
  1264.       tid:  tid of the originating message 
  1265.  
  1266.       trail:   the stamp from the deliver command 
  1267.  
  1268.       answer:  yes if delivered successfully,                no if error in delivery. 
  1269.  
  1270.       reasons:  if the answer is yes, the reason is "ok", if the answer       is no the reason could be one of "no such user", "no such host",       "no such network", "address ambiguous", or a similar response 
  1271.  
  1272.       how-delivered:  one or more of the following: 
  1273.  
  1274.         "FORWARD"  message was accepted for forwarding 
  1275.  
  1276.         "GENDEL"   message was accepted for general delivery 
  1277.  
  1278.         "ACCEPT"   message was accepted for normal delivery 
  1279.  
  1280.         other types of delivery may be defined later 
  1281.  
  1282.     argument structure: 
  1283.  
  1284.       LIST ( LIST ( INDEX, INTEGER ),              LIST ( INTEGER, ...  ),              BOOLEAN,              LIST ( TEXT ),              LIST ( TEXT )) 
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  [Page 26]                                                         Postel 
  1299.  
  1300.  
  1301. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1302.  
  1303.  
  1304.  
  1305.   command:  PROBE 
  1306.  
  1307.     type:  1 
  1308.  
  1309.     function:  finds out if specified mailbox (specified in mailbox of     the command) exists at a host 
  1310.  
  1311.     reply:  the reply is RESPONSE 
  1312.  
  1313.     arguments:  LIST ( --none-- ) 
  1314.  
  1315.     argument structure: 
  1316.  
  1317.       LIST ( ) 
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  Postel                                                         [Page 27] 
  1354.  
  1355.  
  1356.                                                               March 1979 Internet Message Protocol Specification 
  1357.  
  1358.  
  1359.  
  1360.   command:  RESPONSE 
  1361.  
  1362.     type:  2 
  1363.  
  1364.     function:  reply to PROBE 
  1365.  
  1366.     arguments:  LIST ( tid, trail, answer, address OR reasons ) 
  1367.  
  1368.       tid:  the tid which came from the originating PROBE 
  1369.  
  1370.       trail:  the stamp which came from the originating PROBE 
  1371.  
  1372.       answer:  Yes if mailbox found, or no for invalid mailbox 
  1373.  
  1374.       if answer is yes the fourth argument is address       if answer is no it is reasons 
  1375.  
  1376.       address:  a specific address in the network 
  1377.  
  1378.       reasons:  a reason why mailbox is invalid 
  1379.  
  1380.         Possible reasons include: 
  1381.  
  1382.           "Mailbox doesn't exist"            "Mailbox full" 
  1383.  
  1384.           "Mailbox has moved, try this new location", address 
  1385.  
  1386.             address is a new address to try 
  1387.  
  1388.     argument structure: 
  1389.  
  1390.       if answer is yes 
  1391.  
  1392.         LIST ( LIST ( INDEX, INTEGER ),                LIST ( INTEGER, ... ),                BOOLEAN,                PROPLIST ) 
  1393.  
  1394.       if answer is no 
  1395.  
  1396.         LIST ( LIST ( INDEX, INTEGER ),                LIST ( INTEGER, ... ),                BOOLEAN,                LIST ( TEXT )) 
  1397.  
  1398.  
  1399.  
  1400.  [Page 28]                                                         Postel 
  1401.  
  1402.  
  1403. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1404.  
  1405.  
  1406.  
  1407.     command:  CANCEL 
  1408.  
  1409.       type:  3 
  1410.  
  1411.       function:  abort request for specified transaction 
  1412.  
  1413.       reply:  The reply is CANCELED 
  1414.  
  1415.       arguments:  LIST ( tid ) 
  1416.  
  1417.         tid of transaction to be cancelled        argument structure: 
  1418.  
  1419.         LIST ( LIST ( INDEX, INTEGER )) 
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455. Postel                                                         [Page 29] 
  1456.  
  1457.  
  1458.                                                               March 1979 Internet Message Protocol Specification 
  1459.  
  1460.  
  1461.  
  1462.     command:  CANCELED 
  1463.  
  1464.       type:  4 
  1465.  
  1466.       function:  reply to CANCEL 
  1467.  
  1468.       arguments:  LIST ( tid, trail, answer ) 
  1469.  
  1470.         tid:  tid of transaction to be cancelled 
  1471.  
  1472.         trail:  the stamp of the CANCEL command 
  1473.  
  1474.         answer:  yes if the command was canceled, no if not. 
  1475.  
  1476.       argument structure: 
  1477.  
  1478.         LIST ( LIST ( INDEX, INTEGER ),                LIST ( INTEGER, ... ),                BOOLEAN ) 
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510. [Page 30]                                                         Postel 
  1511.  
  1512.  
  1513. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1514.  
  1515.  
  1516.  
  1517.   To summarize again, a command consists of a LIST of the following   objects: 
  1518.  
  1519.     name        element     ----        -------     mailbox     PROPLIST     stamp       LIST ( INTEGER, ... )     type        INDEX     operation   TEXT     arguments   LIST ( --- )     error       LIST ( INDEX, TEXT ) 
  1520.  
  1521. 3.5.  Document 
  1522.  
  1523.   The actual document follows the command list.  It contains a header   which usually contains such information as From, To, Date, CC, etc.;   and the actual body of the message.  The message delivery system does   not depend on the document.  The following section should be taken as   a recommendation for common practice, not as a requirement. 
  1524.  
  1525.   Document Header 
  1526.  
  1527.     For the same reason that it is impossible to for see the many forms     that intranet addresses will take, standardizing of document headers     would also be a mistake. The approach we suggest is to lay the     groundwork for a set of basic document header functions and provide     for enough extensibility to allow nets to add whatever header     features they desire.  Features added in this fashion, however, may     not be understood by other networks.  It is suggested that subset     defined here be implemented by all networks. 
  1528.  
  1529.     This subset is taken from the current ARPANET standard for message     headers in the text oriented computer message system [6,8]. 
  1530.  
  1531.     The document header will precede the document body portion of the     message and will consist of a proplist data element.  The document     header is meant to be used by individual networks to tailor the     header to suit their individual needs.  As an example, consider the     ARPA network.  Typically, the receiver's name is taken to be his     network address.  It often prints in the document header in just     that form: Frank@SITEX.  Such a salutation is unacceptable in some     more formal modes of communication.  Some network might choose to     place into header proplist the name-value pair ("SALUTATION:", "Mr.     Frank Hacker").  Upon receipt of the message, the document handling     program would then be able to scan the header proplist looking for     such a pair and so be able to correctly address the recipient by     name instead of by network address.  However, other networks or 
  1532.  
  1533.  
  1534.  
  1535. Postel                                                         [Page 31] 
  1536.  
  1537.  
  1538.                                                               March 1979 Internet Message Protocol Specification 
  1539.  
  1540.  
  1541.  
  1542.     sites within the network may not understand such specific     information.  Under such a condition it should be ignored. 
  1543.  
  1544.     The minimum header is a PROPLIST of the following name-value pairs: 
  1545.  
  1546.       Name     Value       ----     -----       DATE     TEXT       FROM     TEXT 
  1547.  
  1548.     A normal header is a PROPLIST containing the following name-value     pairs: 
  1549.  
  1550.       Name     Value       ----     -----       DATE     TEXT       SENDER   TEXT       FROM     TEXT       TO       TEXT       CC       TEXT       SUBJECT  TEXT 
  1551.  
  1552.   Document Body 
  1553.  
  1554.     The Body of the message is just a sequence of data elements which     contains the actual document.  Much of the time this will be a     single TEXT element, but for some applications other data elements     may be utilized. 
  1555.  
  1556.     LIST ( --- ) 
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  [Page 32]                                                         Postel 
  1577.  
  1578.  
  1579. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1580.  
  1581.  
  1582.  
  1583. 3.6.  Message Structure 
  1584.  
  1585.   An internet message is composed of three parts.  The first is the tid   which identifies the transaction; the second is the Command List; and   the third part is the Document List, which is itself comprised of a   Document-Header and a Document-Body. 
  1586.  
  1587.   When shipped between two MPMs, a message will take the form of a LIST: 
  1588.  
  1589.     Message is: 
  1590.  
  1591.       LIST ( tid, Command-List, Document-List ) 
  1592.  
  1593.     It is convenient to batch several messages together shipping them as     a unit from one MPM to another.  Such a group of messages is called     a message-bag. 
  1594.  
  1595.     A message-bag will be a LIST of Messages, each Message is of the     form described above. 
  1596.  
  1597.       Thus, a message-bag is: 
  1598.  
  1599.         LIST ( Message1, Message2, ... ) 
  1600.  
  1601.   Message Sharing 
  1602.  
  1603.     When messages are batched for delivery, it may often be the case     that the same Document will be sent to more than one recipient.     Since the Document portion can usually be expected to be the major     parts of the message, much repeated data would be sent if a copy of     the Mail for each recipient were to be shipped in the message-bag. 
  1604.  
  1605.     To avoid this redundancy, messages are assembled in the message-bag     so that actual data appears first and references to it appear later     in the message-bag.  Since each message has a unique tid, the     references will indicate the tid of the actual data.  In this sense,     all references to copied data may be thought of as pointing earlier     in the message-bag.  The data to be retrieved can be thought of as     indexed by tid.  Note that the semantics require such references to     point to data already seen. 
  1606.  
  1607.     When a portion is Shared, that portion is determined by its position     within a message, i.e., if the Command list was to be Shared, then     its position within a Message would contain the tid of the message     already seen whose Command list was identical to it.  The same is     true of the Document Header and the Document Body.  Only a complete     Command, Header, or Body may be Shared, never a partial one. 
  1608.  
  1609.  
  1610.  
  1611. Postel                                                         [Page 33] 
  1612.  
  1613.  
  1614.                                                               March 1979 Internet Message Protocol Specification 
  1615.  
  1616.       If an encryption scheme is used, that portion of the message which     is encrypted can not be shared.  This is due to the fact that     encrypting keys will be specific between two individuals. 
  1617.  
  1618.   Internal Message Organization 
  1619.  
  1620.     The tid 
  1621.  
  1622.       This is the transaction identifier.  It is assigned by the       originating MPM. 
  1623.  
  1624.     The Command List 
  1625.  
  1626.       The command-list is a LIST which contains two elements, content       and command. 
  1627.  
  1628.       Content is one item of element type INDEX.  If content=0, the item       is not shared and the next element of the LIST is the command.  If       content=1 the item is shared.  In this case, the second element       will contain the tid of the command to share from.  The tid must       be of a prior message in the current message-bag.  Other values of       content may be defined later for different data structures. 
  1629.  
  1630.       Thus, command-list is: 
  1631.  
  1632.         LIST ( content, tid )       if content=1 
  1633.  
  1634.       Or, 
  1635.  
  1636.         LIST ( content, command )    if content=0 
  1637.  
  1638.       content is: 
  1639.  
  1640.         INDEX     which is 0 if there is no sharing                     and is 1 if sharing occurs 
  1641.  
  1642.       tid is: 
  1643.  
  1644.         the tid of the message to be shared from 
  1645.  
  1646.       command is: 
  1647.  
  1648.         LIST ( mailbox, stamp, type, operation, arguments, error-list ) 
  1649.  
  1650.     The document-list 
  1651.  
  1652.       The document portion of an internet message is optional and when       present is comprised of a LIST containing two elements: 
  1653.  
  1654.  [Page 34]                                                         Postel 
  1655.  
  1656.  
  1657. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1658.  
  1659.  
  1660.  
  1661.         document-list is: 
  1662.  
  1663.           LIST ( header-list, body-list ) 
  1664.  
  1665.       While either the header-list or the body-list may be shared, both       elements must appear in the m. 
  1666.  
  1667.     The document-header 
  1668.  
  1669.       The header-list will be a List which will always contain two       elements.  The first element will be content to indicate whether       or not the header is to be shared.  The second element will either       be the tid of the header to be copied (if content=1) or it will be       the document-header (which is a PROPLIST) containing the actual       header information (if content=0). The tid must point to a       document-header already seen in the message-bag. 
  1670.  
  1671.       The header-list is either: 
  1672.  
  1673.         LIST ( content, tid )                if content=1 
  1674.  
  1675.       Or, 
  1676.  
  1677.         LIST ( content, document-header )     if content=0 
  1678.  
  1679.       document-header is: 
  1680.  
  1681.         PROPLIST which contains header information 
  1682.  
  1683.     The document-body 
  1684.  
  1685.       The body-list will be a LIST of two elements.  The first element       will again be content, indicating whether or not the body is to be       shared.  If it is shared, the second element will be tid       indicating which body to copy.  This tid must be of a message       already seen in the message-bag.  If content indicates no sharing,       then the second item is a document-body. 
  1686.  
  1687.       body-list is: 
  1688.  
  1689.         LIST ( content, tid )           if content=1 
  1690.  
  1691.       Or, 
  1692.  
  1693.         LIST ( content, document-body )  if content=0 
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699. Postel                                                         [Page 35] 
  1700.  
  1701.  
  1702.                                                               March 1979 Internet Message Protocol Specification 
  1703.  
  1704.  
  1705.  
  1706.       document-body is: 
  1707.  
  1708.         LIST ( items comprising the body ... ) 
  1709.  
  1710.   Message Fields 
  1711.  
  1712.     message := ( tid, command-list, document-list ) 
  1713.  
  1714.     tid := ( tn, ihn ) 
  1715.  
  1716.     command-list := ( content, command ) 
  1717.  
  1718.     command := ( mailbox, stamp, type, operation,                  arguments, error-list ) 
  1719.  
  1720.     document-list := ( header-list, body-list ) 
  1721.  
  1722.     header-list := ( content, document-header ) 
  1723.  
  1724.     body-list := ( content, document-body ) 
  1725.  
  1726. 3.7.  MPM Organization 
  1727.  
  1728.   Introduction 
  1729.  
  1730.     The heart of the internet message system is the MPM which is     responsible for routing and delivering message between the networks.     Each network must have at least one MPM.  These MPMs are connected     together, and internet mail is always transferred along channels     between them.  The system interfaces with the already existent local     message system. 
  1731.  
  1732.     Since the local network message system may be very different from     the internet system, special programs may be necessary to convert     incoming internet messages to the local format.  Likewise, messages     outgoing to other networks may be converted to the internet format. 
  1733.  
  1734.   The MPM 
  1735.  
  1736.     Messages in the internet mail system are shipped in "bags," each bag     containing one or more messages.  Each bag is addressed to a     specific MPM and contains messages for the hosts on that MPM's     network. 
  1737.  
  1738.     Each MPM is expected to implement functions which will allow it to     deliver local messages it receives and to forward non-local ones to     other MPMs presumably closer to the message's destination. 
  1739.  
  1740.  
  1741.  
  1742. [Page 36]                                                         Postel 
  1743.  
  1744.  
  1745. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1746.  
  1747.  
  1748.  
  1749.     Loosely, each MPM can be separated into five components: 
  1750.  
  1751.       1--Acceptor 
  1752.  
  1753.         Receives incoming Message-Bags, from other MPMs, from UIPs, or         from conversion programs. 
  1754.  
  1755.       2--Message-Bag Processor 
  1756.  
  1757.         Splits a Bag into these three portions: 
  1758.  
  1759.           a.    Local Host Messages           b.    Local Net Messages           c.    Foreign Net Messages 
  1760.  
  1761.       3--Local Net Delivery 
  1762.  
  1763.         Delivers local net and local host messages, may call on         conversion program. 
  1764.  
  1765.       4--Foreign Net Router 
  1766.  
  1767.         Creation of new Message-Bags for forwarding to other MPMs,         determines route. 
  1768.  
  1769.       5--Foreign Net Shipper 
  1770.  
  1771.         Activates foreign shipping channels and ships Message-Bag to         foreign MPMs. Performs data compression while shipping bags. 
  1772.  
  1773.     All of these components can be thought of as independent.  Of the     five, the Acceptor, the Local-Net Delivery, and the Message-Bag     Processor are fully self-contained and communicate with each other     only through a queue, the Bag-Input Queue.  The function of the     Acceptor is to await incoming Message-Bags and to insert them into     the Bag-Input Queue. 
  1774.  
  1775.     That queue is the input to the Message-Bag Processor component which     will separate and deliver suitable portions of the Message-Bags it     retrieves from the queue to one of three queues: 
  1776.  
  1777.       a.    Local-Host Queue       b.    Local-Net Queue       c.    Foreign Net Queue 
  1778.  
  1779.     When a MPM decides to forward a message to another MPM, it must add     its own identification (i.e., its ihn) to the stamp field of the     command.  The stamp then becomes a record of the route the message 
  1780.  
  1781.  Postel                                                         [Page 37] 
  1782.  
  1783.  
  1784.                                                               March 1979 Internet Message Protocol Specification 
  1785.  
  1786.  
  1787.  
  1788.     has taken.  An MPM should examine the stamp field to see if the     message is in a routing loop.  Some commands require the return of     the stamp as a trail in the matching reply command. 
  1789.  
  1790.     All of these queues have as elements complete Message-Bags (some of     which may have been portions of the original Bag). 
  1791.  
  1792.     The Local-Host and Local-Net queues serve as input to the Local-Net     Delivery process.  This component is responsible for delivering     messages to its local host and other hosts on its local net to which     it is connected.  It must be capable of handling whatever error     conditions the local net might return, including the ability to     retransmit.  It may call on conversion program to reformat the     messages into a form the local protocol will accept.  This will     probably involve such things as copying shared information. 
  1793.  
  1794.     The other two processes are more closely coupled.  The Foreign Net     Router takes its input Bags from the Foreign Net Queue.  From the     internal information it contains, it determines which one of the     MPMs to which it is connected should receive the Bag. 
  1795.  
  1796.     It then places the Bag along with the routing information into the     Shippable Mail Queue.  The Foreign Net Shipper retrieves it from     that queue and transmits it across a channel to the intended foreign     MPM. 
  1797.  
  1798.     The Foreign Net Router should be capable of receiving external input     to its routing information table.  This may come from the Foreign     Net Shipper in the case of a channel going down, requiring a     decision to either postpone delivery or to determine a new route. 
  1799.  
  1800.     The Router is responsible for maintaining sufficient topological     information to determine where to forward any incoming Message-Bag.     Decisions concerning the return of undeliverable Bags are made by     the Router. 
  1801.  
  1802.     It should be stressed here that message delivery should be reliable.     In the event that delivery is impossible, the message should be     returned to the sender along with information regarding the reason     for not delivering it. 
  1803.  
  1804.   Implementation Recommendations 
  1805.  
  1806.     Transaction numbers can be assigned sequentially with wrap around     when the highest value is reached.  This should ensure that no     message with a particular transaction number from this source is in     the network when another instance of this transaction number is     chosen. 
  1807.  
  1808.  [Page 38]                                                         Postel 
  1809.  
  1810.  
  1811. March 1979                                                                                                              Internet Message Protocol                                                            Specification 
  1812.  
  1813.  
  1814.  
  1815. 3.8.  Interfaces 
  1816.  
  1817.   User Interface 
  1818.  
  1819.     It is assumed that the interface between the MPM and the UIP     provides for passing data structures which represent the document     portion of the message.  In addition this interface must pass the     delivery address information (which becomes the information in the     mailbox field of the command).  It is weakly assumed that the     information is passed between the UIP and the MPM via shared files,     but this is not the only possible mechanism.  These two processes     may be more strongly coupled (e.g., by sharing memory), or less     strongly coupled (e.g., by communicating via logical channels). 
  1820.  
  1821.   Communication Interface 
  1822.  
  1823.     It is assumed here that the MPM use an underlying communication     system, and TCP [20] has been taken as the model.  Again, this is     not intended to limit the implementation choices, other forms of     interprocess communication are allowed and other types of physical     interconnection are permitted.  One might even use dial telephone     calls to interconnect MPMs (using suitable protocols to provide     reliable communication). 
  1824.  
  1825.    
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851. Postel                                                         [Page 39] 
  1852.  
  1853.  
  1854.                                                               March 1979 Internet Message Protocol 
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  [Page 40]                                                         Postel 
  1909.  
  1910.  
  1911. March 1979                                                                                                              Internet Message Protocol 
  1912.  
  1913.  
  1914.  
  1915.                         4.  EXAMPLES & SCENARIOS 
  1916.  
  1917. Example 1:  Message Format 
  1918.  
  1919.   Suppose we want to send the following message: 
  1920.  
  1921.     Date: 1979-03-29-11:46-08:00     From: Jon Postel <Postel@ISIB>     Subject: Meeting Thursday     To: Dave Crocker <DCrocker@Rand-Unix>     CC: Mamie           Dave:           Please mark your calendar for our meeting Thursday at 3 pm.           --jon. 
  1922.  
  1923.   It will be encoded in the structured format.  The following will   present successive steps in the top down generation of this message. 
  1924.  
  1925.     1.  message 
  1926.  
  1927.     2.  ( tid, command-list, document-list ) 
  1928.  
  1929.     3.  ( ( tn, ihn ),         ( content, command ),         ( header-list, body-list ) ) 
  1930.  
  1931.     4.  ( ( tn, ihn ),           ( content,             ( mailbox, stamp, type, operation,               arguments, error-list ) ),           ( ( content, document-header ),             ( content, document-body ) ) ) 
  1932.  
  1933.     5.  ( ( 37, 167772404 ),         ( 0, (                ( IA: 167772359, NET: arpa, HOST: rand-unix,                  USER: DCrocker ),                ( 167772404 ),                1                DELIVER                ( ( REGULAR ) ),                ( ) ) ),         ( ( 0, (                  Date: 1979-03-29-11:46-08:00                  From: Jon Postel <Postel@ISIB>                  Subject: Meeting Thursday 
  1934.  
  1935.  Postel                                                         [Page 41] 
  1936.  
  1937.  
  1938.                                                               March 1979 Internet Message Protocol Examples & Scenarios 
  1939.  
  1940.  
  1941.  
  1942.                  To: Dave Crocker <DCrocker@Rand-Unix>                  CC: Mamie ) ),           ( 0, ( Dave:                                     Please mark your calendar for our meeting                  Thursday at 3 pm.                                     --jon. ) ) ) ) 
  1943.  
  1944.      6.  LIST( LIST( INDEX=37, INTEGER=167772404 ),               LIST( INDEX=0,     command         LIST( PROPLIST( IA: 167772359,                                     NET: arpa,     mailbox                         HOST: rand-unix,                                     USER: DCrocker ),     stamp                 LIST( INTEGER=167772404 ),     type                  INDEX=1     operation             TEXT="DELIVER"     arguments             LIST( LIST( TEXT="REGULAR" )),     error-list            LIST( ) ) ),               LIST( LIST( INDEX=0,     document-header       PROPLIST(                             DATE: 1979-03-29-11:46-08:00                             FROM: Jon Postel <Postel@ISIB>                             SUBJECT: Meeting Thursday                             TO: Dave Crocker <DCrocker@Rand-Unix>                             CC: Mamie ) ),                     LIST( INDEX=0,     document-body         LIST( TEXT=                             "Dave:                                                           Please mark your calendar for                             our meeting Thursday at 3 pm.                                                           --jon." ) ) ) )      
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958. [Page 42]                                                         Postel 
  1959.  
  1960.  
  1961. March 1979                                                                                                              Internet Message Protocol                                                     Examples & Scenarios 
  1962.  
  1963.  
  1964.  
  1965. Example 2:  Delivery and Acknowledgment 
  1966.  
  1967.   The following is four views of the message of example 1 during the   successive transmission from the origination MPM, through a relay MPM,   to the destination MPM, and the return of the acknowledgment, through   a relay MPM, to the originating MPM. 
  1968.  
  1969.   +-----------------------------------------------------------------+    !                          1         2                            !    ! sending --> originating --> relay --> destination --> receiving !    !   user          MPM          MPM          MPM            user   !    !                                                                 !    !                          4         3                            !    !             originating <-- relay <-- destination               !    !                 MPM          MPM          MPM                   !    +-----------------------------------------------------------------+  
  1970.  
  1971.                            Transmission Path 
  1972.  
  1973.                                Figure 6. 
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  Postel                                                         [Page 43] 
  2004.  
  2005.  
  2006.                                                               March 1979 Internet Message Protocol Examples & Scenarios 
  2007.  
  2008.  
  2009.  
  2010.   1.  Between the originating MPM and the relay MPM. 
  2011.  
  2012.         LIST( LIST( INDEX=37, INTEGER=167772404 ),               LIST( INDEX=0,     command         LIST( PROPLIST( IA: 167772359,                                     NET: arpa,     mailbox                         HOST: rand-unix,                                     USER: DCrocker ),     stamp                 LIST( INTEGER=167772404 ),     type                  INDEX=1     operation             TEXT="DELIVER"     arguments             LIST( LIST( TEXT="REGULAR" )),     error-list            LIST( ) ) ),               LIST( LIST( INDEX=0,     document-header       PROPLIST(                             DATE: 1979-03-29-11:46-08:00                             FROM: Jon Postel <Postel@ISIB>                             SUBJECT: Meeting Thursday                             TO: Dave Crocker <DCrocker@Rand-Unix>                             CC: Mamie ) ),                     LIST( INDEX=0,     document-body         LIST( TEXT=                             "Dave:                                                           Please mark your calendar for                             our meeting Thursday at 3 pm.                                                           --jon." ) ) ) ) 
  2013.  
  2014.       The originating MPM sends the message of example 1 to a relay MPM. 
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  [Page 44]                                                         Postel 
  2035.  
  2036.  
  2037. March 1979                                                                                                              Internet Message Protocol                                                     Examples & Scenarios 
  2038.  
  2039.  
  2040.  
  2041.   2.  Between the relay MPM and the destination MPM. 
  2042.  
  2043.         LIST( LIST( INDEX=37, INTEGER=167772404 ),               LIST( INDEX=0,     command         LIST( PROPLIST( IA: 167772359,                                     NET: arpa,     mailbox                         HOST: rand-unix,                                     USER: DCrocker ),     stamp                 LIST( INTEGER=167772404,                                 INTEGER=167772246 ),     type                  INDEX=1     operation             TEXT="DELIVER"     arguments             LIST( LIST( TEXT="REGULAR" )),     error-list            LIST( ) ) ),               LIST( LIST( INDEX=0,     document-header       PROPLIST(                             DATE: 1979-03-29-11:46-08:00                             FROM: Jon Postel <Postel@ISIB>                             SUBJECT: Meeting Thursday                             TO: Dave Crocker <DCrocker@Rand-Unix>                             CC: Mamie ) ),                     LIST( INDEX=0,     document-body         LIST( TEXT=                             "Dave:                                                           Please mark your calendar for                             our meeting Thursday at 3 pm.                                                           --jon." ) ) ) ) 
  2044.  
  2045.       The relay MPM adds its ihn to the stamp, but otherwise the message       is unchanged. 
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  Postel                                                         [Page 45] 
  2064.  
  2065.  
  2066.                                                               March 1979 Internet Message Protocol Examples & Scenarios 
  2067.  
  2068.  
  2069.  
  2070.   3.  Between the destination MPM and the relay MPM. 
  2071.  
  2072.         LIST( LIST( INDEX=1993, INTEGER=167772359 ),               LIST( INDEX=0,     command         LIST( PROPLIST( IA: 167772404,     mailbox                         USER: *MPM* ),     stamp                 LIST( INTEGER=167772359 ),     type                  INDEX=2     operation             TEXT="ACKNOWLEDGE"     arguments             LIST( LIST( INDEX=37,      tid                              INTEGER=167772404 ),                                 LIST( INTEGER=167772404,      trail                            INTEGER=167772246,                                       INTEGER=167772359 ),      answer                     BOOLEAN=TRUE,      reason                     LIST( TEXT="OK" ),      how-delivered              LIST( TEXT="ACCEPT" ) ),     error-list            LIST( INDEX=0,                                 TEXT="No Errors") ),     document  LIST( ) ) 
  2073.  
  2074.       The destination MPM delivers the message to the user's UIP, and       composes an acknowledgment.  The acknowledgment is addressed to       the originating MPM.  Note that the trail is the stamp of the       incoming message plus the ihn of the destination MPM. 
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098.  
  2099.  
  2100. [Page 46]                                                         Postel 
  2101.  
  2102.  
  2103. March 1979                                                                                                              Internet Message Protocol                                                     Examples & Scenarios 
  2104.  
  2105.  
  2106.  
  2107.   4.  Between the relay MPM and the originating MPM. 
  2108.  
  2109.         LIST( LIST( INDEX=1993, INTEGER=167772359 ),               LIST( INDEX=0,     command         LIST( PROPLIST( IA: 167772404,     mailbox                         USER: *MPM* ),     stamp                 LIST( INTEGER=167772359                                 INTEGER=167772246),     type                  INDEX=2     operation             TEXT="ACKNOWLEDGE"     arguments             LIST( LIST( INDEX=37,      tid                              INTEGER=167772404 ),                                 LIST( INTEGER=167772404,      trail                            INTEGER=167772246,                                       INTEGER=167772359 ),      answer                     BOOLEAN=TRUE,      reason                     LIST( TEXT="OK" ),      how-delivered              LIST( TEXT="ACCEPT" ) ),     error-list            LIST( INDEX=0,                                 TEXT="No Errors") ),     document  LIST( ) ) 
  2110.  
  2111.       The relay MPM adds its ihn to the stamp and forwards the       acknowledgment. 
  2112.  
  2113.    
  2114.  
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121.  
  2122.  
  2123.  
  2124.  
  2125.  
  2126.  
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132.  
  2133.  
  2134.  
  2135.  
  2136.  
  2137.  Postel                                                         [Page 47] 
  2138.  
  2139.  
  2140.                                                               March 1979 Internet Message Protocol 
  2141.  
  2142.  
  2143.  
  2144.  
  2145.  
  2146.  
  2147.  
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  [Page 48]                                                         Postel 
  2195.  
  2196.  
  2197. March 1979                                                                                                              Internet Message Protocol 
  2198.  
  2199.  
  2200.  
  2201.                                 GLOSSARY 
  2202.  
  2203.  
  2204.  
  2205. 1822           BBN Report 1822, "The Specification of the Interconnection of           a Host and an IMP".  The specification of interface between a           host and the ARPANET. 
  2206.  
  2207. Command List           The part of a message used by the MPMs to determine the           processing action to be taken. 
  2208.  
  2209. datagram           A logical unit of data, in particular an internet datagram is           the unit of data transfered between the internet module and a           higher level module. 
  2210.  
  2211. Destination           The destination address, an internet header datagram protocol           field. 
  2212.  
  2213. Document List           The part of the message created by or delivered to a user. 
  2214.  
  2215. header           Control information at the beginning of a message, segment,           datagram, packet or block of data. 
  2216.  
  2217. IMP           The Interface Message Processor, the packet switch of the           ARPANET. 
  2218.  
  2219. Internet Address           A four octet (32 bit) source or destination address consisting           of a Network field and a Local Address field. 
  2220.  
  2221. internet datagram           The unit of data exchanged between a pair of internet modules           (includes the internet header). 
  2222.  
  2223. Local Address           The address of a host within a network.  The actual mapping of           an internet local address on to the host addresses in a           network is quite general, allowing for many to one mappings. 
  2224.  
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  Postel                                                         [Page 49] 
  2230.  
  2231.  
  2232.                                                               March 1979 Internet Message Protocol Glossary 
  2233.  
  2234.  
  2235.  
  2236. message           The unit of information transmitted between users of message           systems.  As transmitted between MPMs a message consists of a           Transaction Identifier, a Command List, and a Document List. 
  2237.  
  2238. module           An implementation, usually in software, of a protocol or other           procedure. 
  2239.  
  2240. MPM           A Message Processing Module, the process which implements this           internet message protocol. 
  2241.  
  2242. octet           An eight bit byte. 
  2243.  
  2244. Rest           The 3 octet (24 bit) local address portion of an Internet           Address. 
  2245.  
  2246. RTP           Real Time Protocol:  A host-to-host protocol for communication           of time critical information. 
  2247.  
  2248. Source           The source address, an internet header field. 
  2249.  
  2250. TCP           Transmission Control Protocol:  A host-to-host protocol for           reliable communication in internetwork environments. 
  2251.  
  2252. Transaction Identifier           The unique identifier of a message. 
  2253.  
  2254. Type of Service           An internet datagram protocol header field which indicates the           type (or quality) of service for this internet packet. 
  2255.  
  2256. UIP           A User Interface Program, a program which presents message           data to a user and accepts message data from a user.  A           program which interacts with the user in the composition and           examination of messages. 
  2257.  
  2258. XNET           A cross-net debugging protocol.      
  2259.  
  2260.  
  2261.  
  2262. [Page 50]                                                         Postel 
  2263.  
  2264.  
  2265. March 1979                                                                                                              Internet Message Protocol 
  2266.  
  2267.  
  2268.  
  2269.                                REFERENCES 
  2270.  
  2271.  
  2272.  
  2273. [1]   Barber, D., and J. Laws, "A Basic Mail Scheme for EIN," INWG 192,       February 1979. 
  2274.  
  2275. [2]   Bhushan, A., K. Progran, R. Tomlinson, and J. White,       "Standardizing Network Mail Headers," RFC 561, NIC 18516, 5       September 1973. 
  2276.  
  2277. [3]   Bolt Beranek and Newman, "Specification for the Interconnection of       a Host and an IMP," BBN Technical Report 1822, May 1978 (Revised). 
  2278.  
  2279. [4]   Braaten, O., "Introduction to a Mail Protocol," Norwegian       Computing Center, INWG 180, August 1978. 
  2280.  
  2281. [5]   Cerf, V., "The Catenet Model for Internetworking," Information       Processing Techniques Office, Defense Advanced Research Projects       Agency, IEN 48, July 1978. 
  2282.  
  2283. [6]   Crocker, D., J. Vittal, K. Progran, and D. Henderson, "Standard       for the Format of ARPA Network Text Messages," RFC 733, NIC 41952,       21 November 1977. 
  2284.  
  2285. [7]   Crocker, D., E. Szurkowski, and D. Farber, "Components of a       Channel-independent Memo Transmission System," Department of       Electrical Engineering, University of Delaware,, February 1979. 
  2286.  
  2287. [8]   Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook,"       NIC 7104, for the Defense Communications Agency by the Network       Information Center of SRI International, Menlo Park, California,       Revised January 1978. 
  2288.  
  2289. [9]   Harrenstien, K., "Field Addressing," ARPANET Message, SRI       International, October 1977. 
  2290.  
  2291. [10]  Haverty, J., "MSDTP -- Message Services Data Transmission       Protocol," RFC 713, NIC 34739, April 1976. 
  2292.  
  2293. [11]  Haverty, J., "Thoughts on Interactions in Distributed Services,"       RFC 722, NIC 36806, 16 September 1976. 
  2294.  
  2295. [12]  Haverty, J., D. Henderson, and D. Oestreicher, "Proposed       Specification of an Inter-site Message Protocol," 8 July 1975. 
  2296.  
  2297. [13]  ISO-2014, "Writing of calendar dates in all-numeric form,"       Recommendation 2014, International Organization for       Standardization, 1975. 
  2298.  
  2299.  Postel                                                         [Page 51] 
  2300.  
  2301.  
  2302.                                                               March 1979 Internet Message Protocol References 
  2303.  
  2304.  
  2305.  
  2306. [14]  ISO-3307, "Information Interchange -- Representations of time of       the day," Recommendation 3307, International Organization for       Standardization, 1975. 
  2307.  
  2308. [15]  ISO-4031, "Information Interchange -- Representation of local time       differentials," Recommendation 4031, International Organization       for Standardization, 1978. 
  2309.  
  2310. [16]  Myer, T., and D. Henderson, "Message Transmission Protocol,"       RFC 680, NIC 32116, 30 April 1975. 
  2311.  
  2312. [17]  Postel, J.  "Internetwork Datagram Protocol, Version 4," USC       Information Sciences Institute, IEN 80, February 1979. 
  2313.  
  2314. [18]  Postel, J.  "NSW Data Representation (NSWB8)," IEN 39, May 1978. 
  2315.  
  2316. [19]  Postel, J.  "NSW Transaction Protocol (NSWTP)," IEN 38, May 1978. 
  2317.  
  2318. [20]  Postel, J.  "Transmission Control Protocol, TCP, Version 4," USC       Information Sciences Institute, IEN 81, February 1979. 
  2319.  
  2320. [21]  Postel, J., "Assigned Numbers," RFC 750, NIC 45500,       26 September 1978. 
  2321.  
  2322. [22]  Postel, J., "Message System Transition Plan," JBP 64,       USC-Information Sciences Institute, February 1979. 
  2323.  
  2324. [23]  Rivest, R. L.  "A Method for Obtaining Digital Signatures and       Public-Key Cryptosystems"  Communications of the ACM, Vol. 21,       Number 2, February 1978. 
  2325.  
  2326. [24]  Shoch, J., "A Note On Inter-Network Naming, Addressing, and       Routing," Xerox Palo Alto Research Center, IEN 19, January 1978. 
  2327.  
  2328. [25]  Thomas, R., "Providing Mail Services for NSW Users," BBN NSW       Working Note 24, Bolt Beranek and Newman, October 1978. 
  2329.  
  2330. [26]  White, J., "A Proposed Mail Protocol," RFC 524, NIC 17140, 13 June       1973. 
  2331.  
  2332. [27]  White, J., "Description of a Multi-Host Journal," NIC 23144,       30 May 1974. 
  2333.  
  2334. [28]  White, J., "Journal Subscription Service," NIC 23143, 28 May 1974. 
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  [Page 52]                                                         Postel 
  2341.  
  2342.  
  2343. March 1979                                                                                                              Internet Message Protocol 
  2344.  
  2345.  
  2346.  
  2347.                                APPENDICES 
  2348.  
  2349. A.  Encryption 
  2350.  
  2351.   It would be straightforward to add the capability to have the document   portion of messages either wholly or partially encrypted.  The   approach is to define an additional basic data element to carry   encrypted data.  The data within this element could be composed of   other elements, but that could only be perceived after the data was   decrypted. 
  2352.  
  2353.                          +------+------+------+------+-------     9  Encrypt        !  9   !     octet count    ! Data ...                       +------+------+------+------+-------- 
  2354.  
  2355.   Element code 9 (ENCRYPT) is Encrypt.  The format is the one octet type   code, the three octet type count, and count octets of data.  Use of   this element indicates that the data it contains is encrypted. The   encryption scheme is yet to be decided but will probably be the Public   Key Encryption technique [23] due to the capacity for coded   signatures. 
  2356.  
  2357.   To process this, the user is asked for the appropriate key the first   time an encryption block is seen for a particular message.  The   encrypted data is then decrypted.  The data thus revealed will be in   the form of complete data type fields.  Encryption cannot occur over a   partial field.  The revealed data is then processed normally. 
  2358.  
  2359.   Note that there is no reason why all fields of a document could not be   encrypted including all document header information such as From,   Date, etc. 
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378.  
  2379. Postel                                                         [Page 53] 
  2380.  
  2381.  
  2382.                                                               March 1979 Internet Message Protocol Appendices 
  2383.  
  2384.  
  2385.  
  2386. B.  Data Compression 
  2387.  
  2388.   When message-bags are shipped between MPMs the data should be   compressed according to the following scheme: 
  2389.  
  2390.     shipping-unit := compression-type message-bag 
  2391.  
  2392.     compression-type := A one octet compression type indicator. 
  2393.  
  2394.       compression-type value   description       ----------------------   -----------                  0             no compression used                  1             basic compression 
  2395.  
  2396.     basic compression 
  2397.  
  2398.       This basic compression procedure is the same as that defined for       use with the ARPANET FTP [8].  Three types of compression-units       may be formed, sequence-units, replication-units, and       filler-units.  The data is formed into a series of       compression-units independent of the structure or object and       element boundaries. 
  2399.  
  2400.       sequence-unit 
  2401.  
  2402.         A sequence-unit is a one octet flag and count followed by that         many data octets. 
  2403.  
  2404.           +-+-------+--------+--------+----           !0!   n   !     n data octets ...           +-+-------+--------+--------+---- 
  2405.  
  2406.         The flag and count octet has its high order bit zero and the         remaining bits indicate the count (in the range 0 to 127) of         following data octets. 
  2407.  
  2408.       replication-unit 
  2409.  
  2410.         A replication-unit is a one octet flag and count followed by one         data octet, which is to be replicated count times. 
  2411.  
  2412.           +--+------+--------+           !10!   n  !   data !           +--+------+--------+ 
  2413.  
  2414.         The flag and count octet has its high order two bits equal         one-zero and the remaining six bits indicate the count (in the         range 0 to 63) of number of time to replicate the data octet. 
  2415.  
  2416.  [Page 54]                                                         Postel 
  2417.  
  2418.  
  2419. March 1979                                                                                                              Internet Message Protocol                                                               Appendices 
  2420.  
  2421.  
  2422.  
  2423.       filler-unit 
  2424.  
  2425.         A filler-unit is a one octet flag and count, indicating that a         filler octet is to be inserted count times. 
  2426.  
  2427.           +--+------+           !11!   n  !           +--+------+ 
  2428.  
  2429.         The flag and count octet has its high order two bits equal         one-one and the remaining six bits indicate the count (in the         range 0 to 63) of number of time to insert the filler octet. 
  2430.  
  2431.         The filler octet is zero, the octet with all bits zero. 
  2432.  
  2433.  
  2434.  
  2435.  
  2436.  
  2437.  
  2438.  
  2439.  
  2440.  
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  Postel                                                         [Page 55] 
  2468.  
  2469.  
  2470.                                                               March 1979 Internet Message Protocol 
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489.  
  2490.  
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511.  
  2512.  
  2513.  
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  [Page 56]                                                         Postel 
  2525.  
  2526.