KMime
kmime_content.h
Go to the documentation of this file.
A class to uniquely identify message parts (Content) in a hierarchy.
Definition: kmime_contentindex.h:40
bool removeHeader()
Searches for the first header of type T, and deletes it, removing it from this Content.
Definition: kmime_content.h:692
Represents a "Content-Transfer-Encoding" header.
Definition: kmime_headers.h:843
T * header(bool create=false)
Returns the first header of type T, if it exists.
Definition: kmime_content.h:679
contentEncoding
Various possible values for the "Content-Transfer-Encoding" header.
Definition: kmime_headers.h:59
Represents a "Content-Description" header.
Definition: kmime_headers.h:1236
Defines the ContentIndex class.
void appendHeader(Headers::Base *h)
Appends the specified header to the headers of this Content.
Definition: kmime_content.cpp:657
Headers::Base * headerByType(const char *type) const
Returns the first header of type type, if it exists.
Definition: kmime_content.cpp:622
Represents a "Content-Disposition" header.
Definition: kmime_headers.h:1138
Represents a "Content-Location" header.
Definition: kmime_headers.h:1245
Defines the various headers classes.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:52:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:52:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.