diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /mimelib/doc/message.html | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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. |