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/field.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'mimelib/doc/field.html') diff --git a/mimelib/doc/field.html b/mimelib/doc/field.html index 19736f271..1a4a74b97 100644 --- a/mimelib/doc/field.html +++ b/mimelib/doc/field.html @@ -65,18 +65,18 @@ protected:

DwField represents a header field as described in RFC-822. -According to RFC-822, a field contains a field name and a field body. In -MIME++, a DwField contains three elements: a -DwString that contains its field -name, a DwString that contains its field body, and a -DwFieldBody object that contains +According to RFC-822, a field tqcontains a field name and a field body. In +MIME++, a DwField tqcontains three elements: a +DwString that tqcontains its field +name, a DwString that tqcontains its field body, and a +DwFieldBody object that tqcontains a broken-down (that is, parsed) version of its field body.

In the tree (broken-down) representation of message, a DwField object is always an intermediate node, having a parent node and a single child node. The parent node is the -DwHeaders object that contains -it. The child node is the DwFieldBody object it contains. +DwHeaders object that tqcontains +it. The child node is the DwFieldBody object it tqcontains.

To get and set the field name, use the member functions FieldNameStr() and SetFieldNameStr(). To @@ -212,7 +212,7 @@ aField)

This advanced function sets aField as the next field following this field in the list of fields contained in the headers. Since -DwHeaders contains member functions for adding +DwHeaders tqcontains member functions for adding DwField objects to its list, this function should be avoided for most applications.

@@ -234,7 +234,7 @@ The static member function CreateFieldBody() is called from the Parse() member function and is responsible for creating a DwFieldBody object for this particular field. A typical scenario might go as follows: This member function examines the field name -for this field, finds that it contains "To", creates a +for this field, finds that it tqcontains "To", creates a DwAddressList object to contain the field body, calls the Parse() member function for the DwAddressList, and sets the DwAddressList -- cgit v1.2.1