#include <rfcdecoder.h>
handler for various rfc/mime encodings
- Author
- Sven Carstens s.car.nosp@m.sten.nosp@m.s@gmx.nosp@m..de
- Date
- 2000
- Todo:
- rename to rfcCodecs as it encodes too.
Definition at line 36 of file rfcdecoder.h.
◆ codecForName()
TQTextCodec * rfcDecoder::codecForName |
( |
const TQString & |
_str | ) |
|
|
static |
fetch a codec by name
- Returns
- Text Codec object
Definition at line 309 of file rfcdecoder.cpp.
◆ decodeQuoting()
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.cpp.
◆ decodeRFC2047String() [1/3]
const TQString rfcDecoder::decodeRFC2047String |
( |
const TQString & |
_str | ) |
|
|
static |
◆ decodeRFC2047String() [2/3]
const TQString rfcDecoder::decodeRFC2047String |
( |
const TQString & |
_str, |
|
|
TQString & |
charset |
|
) |
| |
|
static |
◆ decodeRFC2047String() [3/3]
const TQString rfcDecoder::decodeRFC2047String |
( |
const TQString & |
_str, |
|
|
TQString & |
charset, |
|
|
TQString & |
language |
|
) |
| |
|
static |
◆ decodeRFC2231String()
const TQString rfcDecoder::decodeRFC2231String |
( |
const TQString & |
_str | ) |
|
|
static |
◆ encodeRFC2047String() [1/3]
const TQString rfcDecoder::encodeRFC2047String |
( |
const TQString & |
_str | ) |
|
|
static |
◆ encodeRFC2047String() [2/3]
static const TQString rfcDecoder::encodeRFC2047String |
( |
const TQString & |
_str, |
|
|
TQString & |
charset |
|
) |
| |
|
static |
◆ encodeRFC2047String() [3/3]
static const TQString rfcDecoder::encodeRFC2047String |
( |
const TQString & |
_str, |
|
|
TQString & |
charset, |
|
|
TQString & |
language |
|
) |
| |
|
static |
◆ encodeRFC2231String()
const TQString rfcDecoder::encodeRFC2231String |
( |
const TQString & |
_str | ) |
|
|
static |
◆ fromIMAP()
TQString rfcDecoder::fromIMAP |
( |
const TQString & |
src | ) |
|
|
static |
Convert an IMAP mailbox to a Unicode path.
Definition at line 55 of file rfcdecoder.cpp.
◆ quoteIMAP()
TQString rfcDecoder::quoteIMAP |
( |
const TQString & |
src | ) |
|
|
static |
replace " with \" and \ with \ " and \ characters
Definition at line 158 of file rfcdecoder.cpp.
◆ toIMAP()
TQString rfcDecoder::toIMAP |
( |
const TQString & |
inSrc | ) |
|
|
static |
Convert Unicode path to modified UTF-7 IMAP mailbox.
Definition at line 175 of file rfcdecoder.cpp.
The documentation for this class was generated from the following files: