Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
▼NKMime | |
▼NHeaders | |
▼NGenerics | |
CGUnstructured | Abstract base class for unstructured header fields (e.g |
CGStructured | This is the base class for all structured header fields |
CMailboxList | Base class for headers that deal with (possibly multiple) addresses, but don't allow groups: |
CAddressList | Base class for headers that deal with (possibly multiple) addresses, allowing groups |
CGIdent | Base class for headers which deal with a list of msg-id's |
CGToken | Base class for headers which deal with a single atom |
CBase | Baseclass of all header-classes |
CReturnPath | Represents the Return-Path header field |
CGeneric | Represents an arbitrary header, that can contain any header-field |
CSubject | Represents a "Subject" header |
COrganization | Represents a "Organization" header |
CControl | Represents a "Control" header |
CDate | Represents a "Date" header |
CNewsgroups | Represents a "Newsgroups" header |
CFollowUpTo | Represents a "Followup-To" header |
CLines | Represents a "Lines" header |
CUserAgent | Represents a "User-Agent" header |
▼NParser | |
CMultiPart | Helper-class: splits a multipart-message into single parts as described in RFC 2046 |
CNonMimeParser | Helper-class: abstract base class of all parsers for non-mime binary data (uuencoded, yenc) |
CUUEncoded | Helper-class: tries to extract the data from a possibly uuencoded message |
CYENCEncoded | Helper-class: tries to extract the data from a possibly yenc encoded message |
CCodec | Abstract base class of codecs like base64 and quoted-printable |
CDecoder | Stateful decoder class, modelled after TQTextDecoder |
CEncoder | Stateful encoder class, modelled after TQTextEncoder |
CBase | Base class for messages in mime format It contains all the enums, static functions and parser-classes, that are needed for mime handling |
CContent | This class encapsulates a mime-encoded content |
CDateFormatter | Class abstracting date formatting |
CAddressField | This class encapsulates an address-field, containing an email-address and a real name |
CBCC | Represents a "BCC" header |
CBoolFlags | This class stores boolean values in single bytes |
CCC | Represents a "CC" header |
CCDescription | Represents a "Content-Description" header |
CCDisposition | Represents a "Content-Disposition" header |
CContentType | Represents a "Content-Type" header |
CCTEncoding | Represents a "Content-Transfer-Encoding" header |
CFrom | Represent a "From" header |
CMailCopiesTo | Represents a "Mail-Copies-To" header http://www.newsreaders.com/misc/mail-copies-to.html |
CMessageID | Represents a "Message-Id" header |
CReferences | Represents a "References" header |
CReplyTo | Represents a "Reply-To" header |
CSupersedes | Represents a "Supersedes" header |
CTo | Represents a "To" header |