KMime::Headers::From
KMime::Headers::From Class Reference
#include <headers.h>
Inheritance diagram for KMime::Headers::From:

Additional Inherited Members | |
Public Types inherited from KMime::Headers::Base | |
| typedef QList< KMime::Headers::Base * > | List |
Public Member Functions inherited from KMime::Headers::Generics::MailboxList | |
| void | addAddress (const QByteArray &address, const QString &displayName=QString()) |
| void | addAddress (const Types::Mailbox &mbox) |
| QList< QByteArray > | addresses () const |
| QByteArray | as7BitString (bool withHeaderType=true) const override |
| QString | asUnicodeString () const override |
| QStringList | displayNames () const |
| QString | displayString () const |
| void | fromUnicodeString (const QString &s) override |
| void | fromUnicodeString (const QString &s, const QByteArray &b) |
| bool | isEmpty () const override |
| Types::Mailbox::List | mailboxes () const |
| void | setMailboxes (const Types::Mailbox::List &mailboxes) |
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::Generics::MailboxList | |
| bool | parse (const char *&scursor, const char *const send, bool isCRLF=false) override |
Protected Member Functions inherited from KMime::Headers::Base | |
| QByteArray | typeIntro () const |
Detailed Description
Represent a "From" header.
- See also
- RFC 2822, section 3.6.2.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:14 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:14 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Types inherited from