KMime::Headers::FollowUpTo
KMime::Headers::FollowUpTo Class Reference
#include <headers.h>
Inheritance diagram for KMime::Headers::FollowUpTo:
Additional Inherited Members | |
Public Types inherited from KMime::Headers::Base | |
typedef QList< KMime::Headers::Base * > | List |
Public Member Functions inherited from KMime::Headers::Newsgroups | |
QByteArray | as7BitString (bool withHeaderType=true) const override |
QString | asUnicodeString () const override |
void | fromUnicodeString (const QString &s) override |
void | fromUnicodeString (const QString &s, const QByteArray &b) |
QList< QByteArray > | groups () const |
bool | isCrossposted () const |
bool | isEmpty () const override |
void | setGroups (const QList< QByteArray > &groups) |
Public Member Functions inherited from KMime::Headers::Generics::Structured | |
QString | asUnicodeString () const override |
void | from7BitString (QByteArrayView s) override |
void | fromUnicodeString (const QString &s) override |
void | fromUnicodeString (const QString &s, const QByteArray &b) |
Public Member Functions inherited from KMime::Headers::Base | |
Base () | |
virtual | ~Base () |
void | fromUnicodeString (const QString &s, const QByteArray &b) |
bool | is (QByteArrayView t) const |
QByteArray | rfc2047Charset () const |
void | setRFC2047Charset (const QByteArray &cs) |
virtual const char * | type () const |
Protected Member Functions inherited from KMime::Headers::Newsgroups | |
bool | parse (const char *&scursor, const char *const send, bool isCRLF=false) override |
Protected Member Functions inherited from KMime::Headers::Generics::Structured | |
Protected Member Functions inherited from KMime::Headers::Base | |
QByteArray | typeIntro () const |
Detailed Description
Represents a "Followup-To" header.
- See also
- RFC 1036, section 2.2.3.
The documentation for this class was generated from the following file:
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.