#include <kmime_headers.h>

Public Member Functions | |
CTEncoding (Content *p) | |
CTEncoding (Content *p, const TQCString &s) | |
CTEncoding (Content *p, const TQString &s) | |
virtual void | from7BitString (const TQCString &s) |
virtual TQCString | as7BitString (bool incType=true) |
virtual void | fromUnicodeString (const TQString &s, const TQCString &) |
virtual TQString | 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 298 of file kmime_headers.h.
Member Function Documentation
TQCString CTEncoding::as7BitString | ( | bool | = true | ) | [virtual] |
Return the encoded header.
The parameter specifies whether the header-type should be included.
Reimplemented from KMime::Headers::Base.
Definition at line 1523 of file kmime_headers.cpp.
TQString CTEncoding::asUnicodeString | ( | ) | [virtual] |
Return the decoded content of the header without the header-type.
Reimplemented from KMime::Headers::Base.
Definition at line 1545 of file kmime_headers.cpp.
virtual void KMime::Headers::CTEncoding::clear | ( | ) | [inline, virtual] |
void CTEncoding::from7BitString | ( | const TQCString & | ) | [virtual] |
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 1508 of file kmime_headers.cpp.
void CTEncoding::fromUnicodeString | ( | const TQString & | , |
const TQCString & | |||
) | [virtual] |
Parse the given string and set the charset.
Reimplemented from KMime::Headers::Base.
Definition at line 1539 of file kmime_headers.cpp.
virtual const char* KMime::Headers::CTEncoding::type | ( | ) | [inline, virtual] |
Return the type of this header (e.g.
"From")
Reimplemented from KMime::Headers::Base.
Definition at line 312 of file kmime_headers.h.
The documentation for this class was generated from the following files: