KMime::Headers::CTEncoding Class Reference
Represents a "Content-Transfer-Encoding" header. More...
#include <kmime_headers.h>
Inheritance diagram for KMime::Headers::CTEncoding:

Public Member Functions | |
| CTEncoding (Content *p) | |
| CTEncoding (Content *p, const QCString &s) | |
| CTEncoding (Content *p, const QString &s) | |
| virtual void | from7BitString (const QCString &s) |
| virtual QCString | as7BitString (bool incType=true) |
| virtual void | fromUnicodeString (const QString &s, const QCString &) |
| virtual QString | asUnicodeString () |
| virtual void | clear () |
| virtual const char * | type () |
| contentEncoding | cte () |
| void | setCte (contentEncoding e) |
| bool | decoded () |
| void | setDecoded (bool d=true) |
| bool | needToEncode () |
Protected Attributes | |
| contentEncoding | c_te |
| bool | d_ecoded |
Detailed Description
Represents a "Content-Transfer-Encoding" header.Definition at line 1079 of file kmime_headers.h.
Member Function Documentation
|
|
Parse the given string. Take care of RFC2047-encoded strings. A default charset is given. If the last parameter is true the default charset is used in any case Reimplemented from KMime::Headers::Base. Definition at line 1491 of file kmime_headers.cpp. |
|
|
Return the encoded header. The parameter specifies whether the header-type should be included. Reimplemented from KMime::Headers::Base. Definition at line 1506 of file kmime_headers.cpp. |
|
||||||||||||
|
Parse the given string and set the charset.
Reimplemented from KMime::Headers::Base. Definition at line 1522 of file kmime_headers.cpp. |
|
|
Return the decoded content of the header without the header-type.
Reimplemented from KMime::Headers::Base. Definition at line 1528 of file kmime_headers.cpp. |
|
|
Delete.
Reimplemented from KMime::Headers::Base. Definition at line 1092 of file kmime_headers.h. |
|
|
Return the type of this header (e.g. "From") Reimplemented from KMime::Headers::Base. Definition at line 1093 of file kmime_headers.h. |
The documentation for this class was generated from the following files:
