KMime
headers.h File Reference
#include "kmime_export.h"
#include "headerparsing.h"
#include <QByteArray>
#include <QDateTime>
#include <QList>
#include <QMetaType>
#include <QString>
#include <QStringList>
Include dependency graph for headers.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
Base * | KMime::Headers::createHeader (QByteArrayView type) |
Detailed Description
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
Defines the various headers classes.
Definition in file headers.h.
Enumeration Type Documentation
◆ contentDisposition
◆ contentEncoding
Function Documentation
◆ createHeader()
|
nodiscard |
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 1983 of file headers.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:30:05 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:30:05 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.