rfcDecoder Class Reference
handler for various rfc/mime encodings
More...
#include <rfcdecoder.h>
List of all members.
Detailed Description
handler for various rfc/mime encodings
- Author:
- Sven Carstens <s.carstens@gmx.de>
- Date:
- 2000
- Todo:
- rename to rfcCodecs as it encodes too.
Definition at line 36 of file rfcdecoder.h.
Member Function Documentation
TQString rfcDecoder::fromIMAP |
( |
const TQString & |
src |
) |
[static] |
Convert an IMAP mailbox to a Unicode path.
Definition at line 55 of file rfcdecoder.cc.
TQString rfcDecoder::toIMAP |
( |
const TQString & |
inSrc |
) |
[static] |
Convert Unicode path to modified UTF-7 IMAP mailbox.
Definition at line 175 of file rfcdecoder.cc.
TQString rfcDecoder::quoteIMAP |
( |
const TQString & |
src |
) |
[static] |
replace " with \" and \ with \ " and \ characters
Definition at line 158 of file rfcdecoder.cc.
TQString rfcDecoder::decodeQuoting |
( |
const TQString & |
aStr |
) |
[static] |
remove \ from a string
- Bug:
- I'm pretty sure this doesn't do what the author meant it to do
Definition at line 295 of file rfcdecoder.cc.
TQTextCodec * rfcDecoder::codecForName |
( |
const TQString & |
_str |
) |
[static] |
fetch a codec by name
- Returns:
- Text Codec object
Definition at line 309 of file rfcdecoder.cc.
const QString rfcDecoder::decodeRFC2047String |
( |
const TQString & |
_str, |
|
|
TQString & |
charset, |
|
|
TQString & |
language | |
|
) |
| | [static] |
const QString rfcDecoder::decodeRFC2047String |
( |
const TQString & |
_str, |
|
|
TQString & |
charset | |
|
) |
| | [static] |
const QString rfcDecoder::decodeRFC2047String |
( |
const TQString & |
_str |
) |
[static] |
static const TQString rfcDecoder::encodeRFC2047String |
( |
const TQString & |
_str, |
|
|
TQString & |
charset, |
|
|
TQString & |
language | |
|
) |
| | [static] |
static const TQString rfcDecoder::encodeRFC2047String |
( |
const TQString & |
_str, |
|
|
TQString & |
charset | |
|
) |
| | [static] |
const QString rfcDecoder::encodeRFC2047String |
( |
const TQString & |
_str |
) |
[static] |
const QString rfcDecoder::encodeRFC2231String |
( |
const TQString & |
_str |
) |
[static] |
const QString rfcDecoder::decodeRFC2231String |
( |
const TQString & |
_str |
) |
[static] |
The documentation for this class was generated from the following files: