#include <kmime_codec_qp.h>
|
virtual | ~QuotedPrintableCodec () |
|
Decoder * | makeDecoder (bool withCRLF=false) const |
|
Encoder * | makeEncoder (bool withCRLF=false) const |
|
int | maxDecodedSizeFor (int insize, bool withCRLF=false) const |
|
int | maxEncodedSizeFor (int insize, bool withCRLF=false) const |
|
const char * | name () const |
|
virtual | ~Codec () |
|
virtual bool | decode (const char *&scursor, const char *const send, char *&dcursor, const char *const dend, bool withCRLF=false) const |
|
virtual QByteArray | decode (const QByteArray &src, bool withCRLF=false) const |
|
virtual bool | encode (const char *&scursor, const char *const send, char *&dcursor, const char *const dend, bool withCRLF=false) const |
|
virtual QByteArray | encode (const QByteArray &src, bool withCRLF=false) const |
|
virtual Decoder * | makeDecoder (bool withCRLF=false) const =0 |
|
virtual Encoder * | makeEncoder (bool withCRLF=false) const =0 |
|
virtual int | maxDecodedSizeFor (int insize, bool withCRLF=false) const =0 |
|
virtual int | maxEncodedSizeFor (int insize, bool withCRLF=false) const =0 |
|
virtual const char * | name () const =0 |
|
A class representing the codec for QuotedPrintable as specified in RFC2045 (section 6.7).
Definition at line 58 of file kmime_codec_qp.h.
◆ QuotedPrintableCodec()
KMime::QuotedPrintableCodec::QuotedPrintableCodec |
( |
| ) |
|
|
inlineprotected |
◆ ~QuotedPrintableCodec()
virtual KMime::QuotedPrintableCodec::~QuotedPrintableCodec |
( |
| ) |
|
|
inlinevirtual |
◆ makeDecoder()
Decoder * KMime::QuotedPrintableCodec::makeDecoder |
( |
bool |
withCRLF = false | ) |
const |
|
virtual |
◆ makeEncoder()
Encoder * KMime::QuotedPrintableCodec::makeEncoder |
( |
bool |
withCRLF = false | ) |
const |
|
virtual |
◆ maxDecodedSizeFor()
int KMime::QuotedPrintableCodec::maxDecodedSizeFor |
( |
int |
insize, |
|
|
bool |
withCRLF = false |
|
) |
| const |
|
virtual |
◆ maxEncodedSizeFor()
int KMime::QuotedPrintableCodec::maxEncodedSizeFor |
( |
int |
insize, |
|
|
bool |
withCRLF = false |
|
) |
| const |
|
inlinevirtual |
◆ name()
const char * KMime::QuotedPrintableCodec::name |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.