KMIME Library
kmime_codec_identity.cpp File Reference
This file is part of the API for handling MIME data and defines the Identity, seven-bit-text, eight-bit-text, and eight-bit-binary Codec classes. More...
#include "kmime_codec_identity.h"
#include <kdebug.h>
#include <kglobal.h>
#include <QtCore/QByteArray>
#include <cassert>
#include <cstring>
Include dependency graph for kmime_codec_identity.cpp:

Go to the source code of this file.
Namespaces | |
namespace | KMime |
Detailed Description
This file is part of the API for handling MIME data and defines the Identity, seven-bit-text, eight-bit-text, and eight-bit-binary Codec classes.Defines the classes IdentityCodec, SevenBitCodec, EightBitCodec, and BinaryCodec.
Definition in file kmime_codec_identity.cpp.