KMime
kmime_headers.h File Reference
#include "kmime_export.h"
#include "kmime_header_parsing.h"
#include <QString>
#include <QStringList>
#include <QDateTime>
#include <QVector>
#include <QByteArray>
#include <QMetaType>
Include dependency graph for kmime_headers.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
enum | contentCategory { CCsingle, CCcontainer, CCmixedPart, CCalternativePart } |
enum | KMime::Headers::contentDisposition { KMime::Headers::CDInvalid, KMime::Headers::CDinline, KMime::Headers::CDattachment, KMime::Headers::CDparallel } |
enum | KMime::Headers::contentEncoding { KMime::Headers::CE7Bit, KMime::Headers::CE8Bit, KMime::Headers::CEquPr, KMime::Headers::CEbase64, KMime::Headers::CEuuenc, KMime::Headers::CEbinary } |
Functions | |
Base * | KMime::Headers::createHeader (const QByteArray &type) |
Detailed Description
Defines the various headers classes.
This file is part of the API for handling MIME data and defines the various header classes:
- header's base class defining the common interface
- generic base classes for different types of fields
- incompatible, Structured-based field classes
- compatible, Unstructured-based field classes
Definition in file kmime_headers.h.
Enumeration Type Documentation
◆ contentDisposition
Various possible values for the "Content-Disposition" header.
Enumerator | |
---|---|
CDInvalid | Default, invalid value. |
CDinline | inline |
CDattachment | attachment |
CDparallel | parallel (invalid, do not use) |
Definition at line 71 of file kmime_headers.h.
◆ contentEncoding
Various possible values for the "Content-Transfer-Encoding" header.
Enumerator | |
---|---|
CE7Bit | 7bit |
CE8Bit | 8bit |
CEquPr | quoted-printable |
CEbase64 | base64 |
CEuuenc | uuencode |
CEbinary | binary |
Definition at line 59 of file kmime_headers.h.
Function Documentation
◆ createHeader()
KMIME_EXPORT Base * KMime::Headers::createHeader | ( | const QByteArray & | type | ) |
Creates a header based on.
- Parameters
-
type. If type is a known header type, the right object type will be created, otherwise a null pointer is returned.
Definition at line 2132 of file kmime_headers.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:53:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:53:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.