KMIME Library
kmime_content.h
A class to uniquely identify message parts (Content) in a hierarchy.
Definition: kmime_contentindex.h:55
virtual Headers::Base * headerByType(const char *type)
Returns the first header of type type, if it exists.
Definition: kmime_content.cpp:720
Headers::ContentLocation * contentLocation(bool create=true)
Returns the Content-Location header.
Represents a "Content-Transfer-Encoding" header.
Definition: kmime_headers.h:891
T * header(bool create=false)
Returns the first header of type T, if it exists.
Definition: kmime_content.h:836
contentEncoding
Various possible values for the "Content-Transfer-Encoding" header.
Definition: kmime_headers.h:74
Headers::ContentID * contentID(bool create=true)
Returns the Content-ID header.
Represents an arbitrary header, that can contain any header-field.
Definition: kmime_headers.h:1240
virtual void setHeader(Headers::Base *h)
Sets the specified header to this Content.
Definition: kmime_content.cpp:748
Represents a "Content-Description" header.
Definition: kmime_headers.h:1287
Headers::ContentDisposition * contentDisposition(bool create=true)
Returns the Content-Disposition header.
Headers::ContentTransferEncoding * contentTransferEncoding(bool create=true)
Returns the Content-Transfer-Encoding header.
Defines the ContentIndex class.
KMIME_DEPRECATED T * headerInstance(T *ptr, bool create)
Returns the first header of type T, if it exists.
Headers::ContentType * contentType(bool create=true)
Returns the Content-Type header.
Represents a "Content-Disposition" header.
Definition: kmime_headers.h:1183
Represents a "Content-Location" header.
Definition: kmime_headers.h:1296
Headers::ContentDescription * contentDescription(bool create=true)
Returns the Content-Description header.
Defines the various headers classes.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by doxygen 1.8.18 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by doxygen 1.8.18 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.