libkmime
KMime::QuotedPrintableCodec Class Reference
Inheritance diagram for KMime::QuotedPrintableCodec:

Detailed Description
Definition at line 40 of file kmime_codec_qp.h.
Public Member Functions | |
| virtual | ~QuotedPrintableCodec () |
| const char * | name () const |
| int | maxEncodedSizeFor (int insize, bool withCRLF=false) const |
| int | maxDecodedSizeFor (int insize, bool withCRLF=false) const |
| Encoder * | makeEncoder (bool withCRLF=false) const |
| Decoder * | makeDecoder (bool withCRLF=false) const |
Protected Member Functions | |
| QuotedPrintableCodec () | |
Friends | |
| class | Codec |
Member Function Documentation
|
|
Implements KMime::Codec. Definition at line 48 of file kmime_codec_qp.h. |
The documentation for this class was generated from the following files:

