libkmime

KMime::Headers Namespace Reference


Classes

class  Base
 Baseclass of all header-classes. More...
class  ReturnPath
 Represents the Return-Path header field. More...
class  Generic
 Represents an arbitrary header, that can contain any header-field. More...
class  Subject
 Represents a "Subject" header. More...
class  Organization
 Represents a "Organization" header. More...
class  Control
 Represents a "Control" header. More...
class  Date
 Represents a "Date" header. More...
class  Newsgroups
 Represents a "Newsgroups" header. More...
class  FollowUpTo
 Represents a "Followup-To" header. More...
class  Lines
 Represents a "Lines" header. More...
class  UserAgent
 Represents a "User-Agent" header. More...
class  MessageID
 Represents a "Message-Id" header. More...
class  Supersedes
 Represents a "Supersedes" header. More...
class  AddressField
 This class encapsulates an address-field, containing an email-address and a real name. More...
class  From
 Represent a "From" header. More...
class  ReplyTo
 Represents a "Reply-To" header. More...
class  MailCopiesTo
 Represents a "Mail-Copies-To" header http://www.newsreaders.com/misc/mail-copies-to.html. More...
class  To
 Represents a "To" header. More...
class  CC
 Represents a "CC" header. More...
class  BCC
 Represents a "BCC" header. More...
class  References
 Represents a "References" header. More...
class  ContentType
 Represents a "Content-Type" header. More...
class  CTEncoding
 Represents a "Content-Transfer-Encoding" header. More...
class  CDisposition
 Represents a "Content-Disposition" header. More...
class  CDescription
 Represents a "Content-Description" header. More...

Namespaces

namespace  Generics

Typedefs

typedef QPtrList< AddressFieldObsAddressList

Enumerations

enum  contentCategory { CCsingle, CCcontainer, CCmixedPart, CCalternativePart }
enum  contentEncoding {
  CE7Bit, CE8Bit, CEquPr, CEbase64,
  CEuuenc, CEbinary
}
enum  contentDisposition { CDinline, CDattachment, CDparallel }

Functions

static const QCString Latin1 ("ISO-8859-1")

Variables

static const encTableType encTable []

Variable Documentation

const encTableType KMime::Headers::encTable[] [static]

Initial value:

 {  { "7Bit", CE7Bit },
                                          { "8Bit", CE8Bit },
                                          { "quoted-printable", CEquPr },
                                          { "base64", CEbase64 },
                                          { "x-uuencode", CEuuenc },
                                          { "binary", CEbinary },
                                          { 0, 0} }

Definition at line 1499 of file kmime_headers.cpp.

KDE Home | KDE Accessibility Home | Description of Access Keys