KMIME Library
kmime_codec_qp.cpp File Reference
This file is part of the API for handling MIME data and defines the QuotedPrintable, RFC2047Q, and RFC2231 Codec classes. More...
#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.
- Author(s):
- Marc Mutz <mutz@kde.org>
Definition in file kmime_codec_qp.cpp.