KMIME Library
kmime_codec_qp.cpp File Reference
#include "kmime_codec_qp.h"
#include "kmime_util.h"
#include <kdebug.h>
#include <cassert>
#include <QtCore/QString>
Include dependency graph for kmime_codec_qp.cpp:

Go to the source code of this file.
Namespaces | |
namespace | KMime |
Functions | |
static char | KMime::binToHex (uchar value) |
static uchar | KMime::highNibble (uchar ch) |
static bool | KMime::keep (uchar ch) |
static uchar | KMime::lowNibble (uchar ch) |
static int | KMime::QuotedPrintableDecoder_maxDecodedSizeFor (int insize, bool withCRLF) |
Detailed Description
This file is part of the API for handling MIME data and defines the QuotedPrintable, RFC2047Q, and RFC2231 Codec classes.
Defines the classes QuotedPrintableCodec, Rfc2047QEncodingCodec, and Rfc2231EncodingCodec.
Definition in file kmime_codec_qp.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jan 5 2013 19:44:24 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jan 5 2013 19:44:24 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.