From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: 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 --- mimelib/doc/message.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mimelib/doc/message.html') diff --git a/mimelib/doc/message.html b/mimelib/doc/message.html index d08d5af4..193236f8 100644 --- a/mimelib/doc/message.html +++ b/mimelib/doc/message.html @@ -40,11 +40,11 @@ protected:

DwMessage represents an RFC-822/MIME message.

-A message contains both a collection of header fields and a +A message tqcontains both a collection of header fields and a body. In the terminology of RFC-2045, the general term for the headers-body combination is entity. In MIME++, DwMessage is a direct subclass of -DwEntity, and therefore contains +DwEntity, and therefore tqcontains both a DwHeaders object and a DwBody object.

@@ -52,7 +52,7 @@ In the tree (broken-down) representation of message, a DwMessage object is almost always a root node, having child nodes but no parent node. The child nodes are the DwHeaders object and the DwBody object it -contains. A DwMessage may sometimes be an intermediate node. +tqcontains. A DwMessage may sometimes be an intermediate node. In this special case, the parent node is a DwBody object of type "message/*" and the DwMessage object represents an encapsulated message. -- cgit v1.2.3