kioslaves/imap4
rfcDecoder Class Reference
#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
QString rfcDecoder::fromIMAP |
( |
const QString & |
src |
) |
[static] |
Convert an IMAP mailbox to a Unicode path.
Definition at line 55 of file rfcdecoder.cc.
QString rfcDecoder::toIMAP |
( |
const QString & |
inSrc |
) |
[static] |
Convert Unicode path to modified UTF-7 IMAP mailbox.
Definition at line 175 of file rfcdecoder.cc.
QString rfcDecoder::quoteIMAP |
( |
const QString & |
src |
) |
[static] |
replace " with \" and \ with \ " and \ characters
Definition at line 158 of file rfcdecoder.cc.
QString rfcDecoder::decodeQuoting |
( |
const QString & |
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.
QTextCodec * rfcDecoder::codecForName |
( |
const QString & |
|
) |
[static] |
fetch a codec by name
- Returns:
- Text Codec object
Definition at line 309 of file rfcdecoder.cc.
const QString rfcDecoder::decodeRFC2047String |
( |
const QString & |
_str, |
|
|
QString & |
charset, |
|
|
QString & |
language | |
|
) |
| | [static] |
const QString rfcDecoder::decodeRFC2047String |
( |
const QString & |
_str, |
|
|
QString & |
charset | |
|
) |
| | [static] |
const QString rfcDecoder::decodeRFC2047String |
( |
const QString & |
_str |
) |
[static] |
static const QString rfcDecoder::encodeRFC2047String |
( |
const QString & |
_str, |
|
|
QString & |
charset, |
|
|
QString & |
language | |
|
) |
| | [static] |
static const QString rfcDecoder::encodeRFC2047String |
( |
const QString & |
_str, |
|
|
QString & |
charset | |
|
) |
| | [static] |
const QString rfcDecoder::encodeRFC2047String |
( |
const QString & |
_str |
) |
[static] |
const QString rfcDecoder::encodeRFC2231String |
( |
const QString & |
_str |
) |
[static] |
const QString rfcDecoder::decodeRFC2231String |
( |
const QString & |
_str |
) |
[static] |
The documentation for this class was generated from the following files: