KMime::Headers::Generics::Unstructured Class

class KMime::Headers::Generics::Unstructured

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

Header: #include <KMime/Headers>
CMake: find_package(KPim6 REQUIRED COMPONENTS Mime)
target_link_libraries(mytarget PRIVATE KPim6::Mime)
Inherits: KMime::Headers::Base
Inherited By:

KMime::Headers::ContentDescription, KMime::Headers::ContentLocation, KMime::Headers::Generic, KMime::Headers::Organization, KMime::Headers::Subject, and KMime::Headers::UserAgent

Public Functions

Detailed Description

Features: Decodes the header according to RFC2047, incl. RFC2231 extensions to encoded-words.

Subclasses need only re-implement const char* type().

Member Function Documentation

Unstructured::Unstructured()