#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 | 
|  | 
A class representing the codec for QuotedPrintable as specified in RFC2045 (section 6.7). 
Definition at line 58 of file kmime_codec_qp.h.
  
  | 
        
          | KMime::QuotedPrintableCodec::QuotedPrintableCodec | ( |  | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | virtual KMime::QuotedPrintableCodec::~QuotedPrintableCodec | ( |  | ) |  |  | inlinevirtual | 
 
 
  
  | 
        
          | Decoder * KMime::QuotedPrintableCodec::makeDecoder | ( | bool | withCRLF = false | ) | const |  | virtual | 
 
 
  
  | 
        
          | Encoder * KMime::QuotedPrintableCodec::makeEncoder | ( | bool | withCRLF = false | ) | const |  | virtual | 
 
 
  
  | 
        
          | int KMime::QuotedPrintableCodec::maxDecodedSizeFor | ( | int | insize, |  
          |  |  | bool | withCRLF = false |  
          |  | ) |  | const |  | virtual | 
 
 
  
  | 
        
          | int KMime::QuotedPrintableCodec::maxEncodedSizeFor | ( | int | insize, |  
          |  |  | bool | withCRLF = false |  
          |  | ) |  | const |  | inlinevirtual | 
 
 
  
  | 
        
          | 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:11 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.