KMime::Headers::Generics Namespace

namespace KMime::Headers::Generics
Header: #include <KMime/Headers>
CMake: find_package(KPim6 REQUIRED COMPONENTS Mime)
target_link_libraries(mytarget PRIVATE KPim6::Mime)

Classes

class AddressList
class DotAtom
class Ident
class MailboxList
class Parametrized
class PhraseList
class SingleIdent
class SingleMailbox
class Structured
class Token
class Unstructured

Detailed Description

Classes

class AddressList

Base class for headers that deal with (possibly multiple) addresses, allowing groups. More...

class DotAtom

Base class for headers containing a dot atom. More...

class Ident

Base class for headers which deal with a list of msg-id's. More...

class MailboxList

Base class for headers that deal with (possibly multiple) addresses, but don't allow groups. More...

class Parametrized

Base class for headers containing a parameter list such as "Content-Type". More...

class PhraseList

Base class for headers containing a list of phrases. More...

class SingleIdent

Base class for headers which deal with a single msg-id. More...

class SingleMailbox

class Structured

Base class for structured header fields. More...

class Token

class for headers which deal with a single atom. More...

class Unstructured

Abstract base class for unstructured header fields (e.g. "Subject", "Comment", "Content-description"). More...