diff options
Diffstat (limited to 'mimelib/doc/message.html')
-rw-r--r-- | mimelib/doc/message.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mimelib/doc/message.html b/mimelib/doc/message.html index d08d5af4e..193236f88 100644 --- a/mimelib/doc/message.html +++ b/mimelib/doc/message.html @@ -40,11 +40,11 @@ protected: <P> <B><TT>DwMessage</TT></B> represents an RFC-822/MIME <I>message</I>. <P> -A <I>message</I> contains both a collection of <I>header fields</I> and a +A <I>message</I> tqcontains both a collection of <I>header fields</I> and a <I>body</I>. In the terminology of RFC-2045, the general term for the headers-body combination is <I>entity</I>. In MIME++, <B><TT>DwMessage</TT></B> is a direct subclass of -<B><TT><A HREF="entity.html">DwEntity</A></TT></B>, and therefore contains +<B><TT><A HREF="entity.html">DwEntity</A></TT></B>, and therefore tqcontains both a <B><TT><A HREF="headers.html">DwHeaders</A></TT></B> object and a <B><TT><A HREF="body.html">DwBody</A></TT></B> object. <P> @@ -52,7 +52,7 @@ In the tree (broken-down) representation of message, a <B><TT>DwMessage</TT></B> object is almost always a root node, having child nodes but no parent node. The child nodes are the <B><TT>DwHeaders</TT></B> object and the <B><TT>DwBody</TT></B> object it -contains. A <B><TT>DwMessage</TT></B> may sometimes be an intermediate node. +tqcontains. A <B><TT>DwMessage</TT></B> may sometimes be an intermediate node. In this special case, the parent node is a <B><TT>DwBody</TT></B> object of type "message/*" and the <B><TT>DwMessage</TT></B> object represents an encapsulated message. |