KMime
message.h
51 * KMime::Headers::ContentDisposition *d = new KMime::Headers::ContentDisposition( attachMessage );
Content(Content *parent=nullptr)
Creates an empty Content object with a specified parent.
Definition content.cpp:39
QByteArray assembleHeaders() override
Reimplement this method if you need to assemble additional headers in a derived class.
Definition message.cpp:22
Content * mainBodyPart(const QByteArray &type=QByteArray())
Returns the first main body part of a given type, taking multipart/mixed and multipart/alternative no...
Definition message.cpp:36
const KMime::Headers::References * references() const
Returns the References header.
KMime::Headers::UserAgent * userAgent(bool create=true)
Returns the User-Agent header.
KMime::Headers::InReplyTo * inReplyTo(bool create=true)
Returns the In-Reply-To header.
KMime::Headers::References * references(bool create=true)
Returns the References header.
const KMime::Headers::MessageID * messageID() const
Returns the Message-ID header.
const KMime::Headers::Organization * organization() const
Returns the Organization header.
KMime::Headers::MessageID * messageID(bool create=true)
Returns the Message-ID header.
KMime::Headers::ReplyTo * replyTo(bool create=true)
Returns the Reply-To header.
KMime::Headers::Subject * subject(bool create=true)
Returns the Subject header.
const KMime::Headers::InReplyTo * inReplyTo() const
Returns the In-Reply-To header.
const KMime::Headers::UserAgent * userAgent() const
Returns the User-Agent header.
KMime::Headers::Organization * organization(bool create=true)
Returns the Organization header.
This file is part of the API for handling MIME data and defines the Content class.
This file is part of the API for handling MIME data and defines the various header classes:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:56:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:56:49 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.