KMime::Headers::MailCopiesTo
#include <kmime_headers.h>

Public Member Functions | |
bool | alwaysCopy () const |
QByteArray | as7BitString (bool withHeaderType=true) const override |
QString | asUnicodeString () const override |
void | clear () override |
bool | isEmpty () const override |
bool | neverCopy () const |
void | setAlwaysCopy () |
void | setNeverCopy () |
![]() | |
void | addAddress (const QByteArray &address, const QString &displayName=QString()) |
void | addAddress (const Types::Mailbox &mbox) |
QList< QByteArray > | addresses () const |
QStringList | displayNames () const |
QString | displayString () const |
void | fromUnicodeString (const QString &s, const QByteArray &b) override |
Types::Mailbox::List | mailboxes () const |
![]() | |
void | from7BitString (const char *s, size_t len) override |
void | from7BitString (const QByteArray &s) override |
![]() | |
Base () | |
virtual | ~Base () |
bool | is (const char *t) const |
bool | isMimeHeader () const |
QByteArray | rfc2047Charset () const |
void | setRFC2047Charset (const QByteArray &cs) |
virtual const char * | type () const |
Protected Member Functions | |
bool | parse (const char *&scursor, const char *const send, bool isCRLF=false) override |
![]() | |
QByteArray | typeIntro () const |
Additional Inherited Members | |
![]() | |
typedef QList< KMime::Headers::Base * > | List |
Detailed Description
Represents a "Mail-Copies-To" header.
Definition at line 798 of file kmime_headers.h.
Member Function Documentation
◆ alwaysCopy()
bool KMime::Headers::MailCopiesTo::alwaysCopy | ( | ) | const |
Returns true if a mail copy was explicitly requested.
Definition at line 1368 of file kmime_headers.cpp.
◆ as7BitString()
|
overridevirtual |
Returns the encoded header.
- Parameters
-
withHeaderType Specifies whether the header-type should be included.
Reimplemented from KMime::Headers::Generics::AddressList.
Definition at line 1323 of file kmime_headers.cpp.
◆ asUnicodeString()
|
overridevirtual |
Returns the decoded content of the header without the header-type.
- Note
- The return value of this method should only be used when showing an address to the user. It is not guaranteed that fromUnicodeString( asUnicodeString(), ... ) will return the original string.
Reimplemented from KMime::Headers::Generics::AddressList.
Definition at line 1341 of file kmime_headers.cpp.
◆ clear()
|
overridevirtual |
Deletes.
Reimplemented from KMime::Headers::Generics::AddressList.
Definition at line 1355 of file kmime_headers.cpp.
◆ isEmpty()
|
overridevirtual |
Checks if this header contains any data.
Reimplemented from KMime::Headers::Generics::AddressList.
Definition at line 1363 of file kmime_headers.cpp.
◆ neverCopy()
bool KMime::Headers::MailCopiesTo::neverCopy | ( | ) | const |
Returns true if a mail copy was explicitly denied.
Definition at line 1380 of file kmime_headers.cpp.
◆ parse()
|
overrideprotectedvirtual |
This method parses the raw header and needs to be implemented in every sub-class.
- Parameters
-
scursor Pointer to the start of the data still to parse. send Pointer to the end of the data. isCRLF true if input string is terminated with a CRLF.
Reimplemented from KMime::Headers::Generics::AddressList.
Definition at line 1392 of file kmime_headers.cpp.
◆ setAlwaysCopy()
void KMime::Headers::MailCopiesTo::setAlwaysCopy | ( | ) |
Sets the header to "poster".
Definition at line 1373 of file kmime_headers.cpp.
◆ setNeverCopy()
void KMime::Headers::MailCopiesTo::setNeverCopy | ( | ) |
Sets the header to "never".
Definition at line 1385 of file kmime_headers.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Dec 7 2023 03:53:35 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.