kioslaves/imap4
rfcDecoder Class Reference
#include <rfcdecoder.h>
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.
Static Public Member Functions | |
static QString | fromIMAP (const QString &src) |
static QString | toIMAP (const QString &inSrc) |
static QString | quoteIMAP (const QString &src) |
static QString | decodeQuoting (const QString &aStr) |
static QTextCodec * | codecForName (const QString &) |
static const QString | decodeRFC2047String (const QString &_str, QString &charset, QString &language) |
static const QString | decodeRFC2047String (const QString &_str, QString &charset) |
static const QString | decodeRFC2047String (const QString &_str) |
static const QString | encodeRFC2047String (const QString &_str, QString &charset, QString &language) |
static const QString | encodeRFC2047String (const QString &_str, QString &charset) |
static const QString | encodeRFC2047String (const QString &_str) |
static const QString | encodeRFC2231String (const QString &_str) |
static const QString | decodeRFC2231String (const QString &_str) |
Member Function Documentation
|
fetch a codec by name
Definition at line 309 of file rfcdecoder.cc. |
|
remove \ from a string
Definition at line 295 of file rfcdecoder.cc. |
|
decode a RFC2047 String
Definition at line 319 of file rfcdecoder.cc. |
|
decode a RFC2047 String
Definition at line 328 of file rfcdecoder.cc. |
|
decode a RFC2047 String
Definition at line 337 of file rfcdecoder.cc. |
|
decode a RFC2231 String
Definition at line 627 of file rfcdecoder.cc. |
|
encode a RFC2047 String
Definition at line 461 of file rfcdecoder.cc. |
|
encode a RFC2047 String
|
|
encode a RFC2047 String
|
|
encode a RFC2231 String
Definition at line 575 of file rfcdecoder.cc. |
|
Convert an IMAP mailbox to a Unicode path.
Definition at line 55 of file rfcdecoder.cc. |
|
replace " with \" and \ with \ " and \ characters
Definition at line 158 of file rfcdecoder.cc. |
|
Convert Unicode path to modified UTF-7 IMAP mailbox.
Definition at line 175 of file rfcdecoder.cc. |
The documentation for this class was generated from the following files: