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

Detailed Description
Definition at line 94 of file kmime_codec_qp.h.
Public Member Functions | |
| virtual | ~Rfc2231EncodingCodec () |
| 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 | |
| Rfc2231EncodingCodec () | |
Friends | |
| class | Codec |
Member Function Documentation
|
|
Implements KMime::Codec. Definition at line 102 of file kmime_codec_qp.h. |
The documentation for this class was generated from the following files:

