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

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        E. Levinson Request for Comments: 1873            Accurate Information Systems, Inc. Category: Experimental                                          J. Clark                                                            December 1995 
  8.  
  9.                Message/External-Body Content-ID Access Type 
  10.  
  11. Status of this Memo 
  12.  
  13.    This memo defines an Experimental Protocol for the Internet    community.  This memo does not specify an Internet standard of any    kind.  Discussion and suggestions for improvement are requested.    Distribution of this memo is unlimited. 
  14.  
  15. Abstract 
  16.  
  17.    When using MIME [MIME] to encapsulate a structured object that    consist of many elements, for example an SGML [SGML] document, a    single element may occur several times.  An encapsulation normally    maps each of the structured objects elements to a MIME entity.  It is    useful to include elements that occur multiple time exactly once.  To    accomplish that and to preserve the object structure it is desirable    to unambiguously refer to another body part of the same message. 
  18.  
  19.    The existing MIME Content-Type Message/External-Body access-types    allow a MIME entity (body-part) to refer to an object that is not in    the message by specifying how to access that object.  The Content-ID    access method described in this document provides the capability to    refer to an object within the message. 
  20.  
  21. 1. Introduction 
  22.  
  23.    Consider a MIME multipart entity several of whose body parts contain    the same data (body) but different parameters or Content-* headers.    Representing those body parts without duplicating the data in each    one promotes efficient use of resources (bandwidth and storage    space).  To achieve these benefits an access-type is defined that    permits one message part to refer to another one in the same message. 
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  Levinson & Clark              Experimental                      [Page 1] 
  36.  RFC 1873                Access Type Content-ID             December 1995 
  37.  
  38.  2. The Content-ID Access Type 
  39.  
  40. 2.1 Registration Information 
  41.  
  42.        MIME access-type name:   content-id 
  43.  
  44.        Required parameters:     none 
  45.  
  46.        Optional parameters:     none 
  47.  
  48.        Published specification: this document 
  49.  
  50.        Person & email address        to contact for further        information:             Ed Levinson <ELevinson@accurate.com> 
  51.  
  52.        Additional requirements: 
  53.  
  54.        The content-id header of the access-type=content-id MIME        entity must match (be identical to) exactly one content-id        in the same message, excluding other access-type=content-id        entities.  Thus, the content-id access type can only occur        within a multipart message and can refer to another body        part anywhere in the same message. 
  55.  
  56.        A MIME User Agent (MUA) constructs the resultant MIME body        part as described below.  We call the access-type=content-id        MIME entity the referring body part and the MIME body part        to which it refers, the one with the matching content-id,        the referenced body part.  The MIME entity that results from        content-id access type consists of: 
  57.  
  58.    (a) the referenced body part's content-type header, 
  59.  
  60.    (b) the referring body part's headers except its content-type        header, 
  61.  
  62.    (c) any headers in the referenced body part not in the referring        one, 
  63.  
  64.    (d)  the line separating the headers from the body, and 
  65.  
  66.    (e)  the referenced body part's body. 
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  Levinson & Clark              Experimental                      [Page 2] 
  75.  RFC 1873                Access Type Content-ID             December 1995 
  76.  
  77.  2.2 Example Usage 
  78.  
  79.    The following example shows a message that consists of two identical    images. 
  80.  
  81.             MIME-Version: 1.0             Content-Type: Multipart/Mixed;                boundary=tiger-lily 
  82.  
  83.             --tiger-lily             Content-Type: image/jpeg             Content-ID: <950323.1552@XIson.com> 
  84.  
  85.             AAAcdb...             --tiger-lily             Content-type: Message/External-Body;                access-type=content-id             Content-ID: <950323.1552@XIson.com>             Content-Description:                This body part is duplicated by reference 
  86.  
  87.             --tiger-lily-- 
  88.  
  89.        The equivalent MIME entity for the second body part is: 
  90.  
  91.             --tiger-lily             Content-Type: image/jpeg             Content-ID: <950323.1552@XIson.com>             Content-Description:                This body part is duplicated by reference 
  92.  
  93.             AAAcdb...             --tiger-lily 
  94.  
  95. 3. Security Considerations 
  96.  
  97.    The content-id access-type does not impact the security of messages    or systems.  The referenced MIME entity may have security    implications. 
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  Levinson & Clark              Experimental                      [Page 3] 
  110.  RFC 1873                Access Type Content-ID             December 1995 
  111.  
  112.  4. References 
  113.  
  114.     [822]       Crocker, D., "Standard for the Format of ARPA Internet                Text Messages", STD 11, RFC 822, UDEL, August 1982. 
  115.  
  116.    [SGML]      ISO 8879:1988, Information processing -- Text and office                systems -- Standard Generalized Markup Language (SGML). 
  117.  
  118.    [MIME]      Borenstein, N., and N. Freed, "MIME  (Multipurpose                Internet Mail Extensions) Part One: Mechanisms for                Specifying and Describing the Format of Internet                Message Bodies", RFC 1521, Bellcore, Innosoft,                September 1993. 
  119.  
  120. 5. Authors' Addresses 
  121.  
  122. Edward Levinson Accurate Information Systems, Inc. 2 Industrial Way Eatontown, NJ  07724-2265 USA 
  123.  
  124. Phone: +1 908 389 5550 EMail: <ELevinson@Accurate.com> 
  125.  
  126.  James Clark 90 Clarendon Road London W11 2HR UK 
  127.  
  128. EMail: <jjc@jclark.com> 
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  Levinson & Clark              Experimental                      [Page 4] 
  147.  
  148.