KMIME Library
#include <kmime_headers.h>
Inherits KMime::Headers::Generics::AddressList.
Public Member Functions | |
bool | alwaysCopy () const |
virtual QByteArray | as7BitString (bool withHeaderType=true) const |
virtual QString | asUnicodeString () const |
virtual void | clear () |
virtual bool | isEmpty () const |
bool | neverCopy () const |
void | setAlwaysCopy () |
void | setNeverCopy () |
Protected Member Functions | |
virtual bool | parse (const char *&scursor, const char *const send, bool isCRLF=false) |
Detailed Description
Represents a "Mail-Copies-To" header.
Definition at line 844 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 1441 of file kmime_headers.cpp.
◆ as7BitString()
|
virtual |
Returns the encoded header.
- Parameters
-
withHeaderType Specifies whether the header-type should be included.
Implements KMime::Headers::Base.
Definition at line 1396 of file kmime_headers.cpp.
◆ asUnicodeString()
|
virtual |
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.
Implements KMime::Headers::Base.
Definition at line 1414 of file kmime_headers.cpp.
◆ clear()
|
virtual |
◆ isEmpty()
|
virtual |
Checks if this header contains any data.
Implements KMime::Headers::Base.
Definition at line 1436 of file kmime_headers.cpp.
◆ neverCopy()
bool KMime::Headers::MailCopiesTo::neverCopy | ( | ) | const |
Returns true if a mail copy was explicitly denied.
Definition at line 1453 of file kmime_headers.cpp.
◆ parse()
|
protectedvirtual |
Definition at line 1465 of file kmime_headers.cpp.
◆ setAlwaysCopy()
void KMime::Headers::MailCopiesTo::setAlwaysCopy | ( | ) |
Sets the header to "poster".
Definition at line 1446 of file kmime_headers.cpp.
◆ setNeverCopy()
void KMime::Headers::MailCopiesTo::setNeverCopy | ( | ) |
Sets the header to "never".
Definition at line 1458 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 Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.