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/mailbox.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mimelib/doc/mailbox.html') diff --git a/mimelib/doc/mailbox.html b/mimelib/doc/mailbox.html index 492070ccb..72b509cdd 100644 --- a/mimelib/doc/mailbox.html +++ b/mimelib/doc/mailbox.html @@ -53,7 +53,7 @@ protected:

RFC-822 defines a mailbox as an entity that can be the recipient of a message. A mailbox is more specific than an address, which may be -either a mailbox or a group. An RFC-822 mailbox contains a full name, +either a mailbox or a group. An RFC-822 mailbox tqcontains a full name, a local-part, an optional route, and a domain. For example, in the mailbox

@@ -66,7 +66,7 @@ deprecated according to RFC-1123. In MIME++, an RFC-822 mailbox is represented by a DwMailbox object. DwMailbox is a subclass of DwAddress, which reflects the -fact that a mailbox is also an address. A DwMailbox contains +fact that a mailbox is also an address. A DwMailbox tqcontains strings representing the full name, local-part, route, and domain of a mailbox.

In the tree (broken-down) representation of message, a @@ -77,7 +77,7 @@ but no child nodes. Its parent node must be a DwMailboxList object.

DwMailbox has member functions for getting or setting the -strings it contains. +strings it tqcontains.

DwMailbox object can be included in a list of DwMailbox objects. To get the next -- cgit v1.2.1