KMIME Library
kmime_codecs.h File Reference
Detailed Description
This file is part of the API for handling MIME data and defines the Codec class.Defines the classes Codec class.
- Author(s):
- Marc Mutz <mutz@kde.org>
codec: a program capable of performing encoding and decoding on a digital data stream. Codecs encode data for storage or encryption and decode it for viewing or editing.
CRLF: a "Carriage Return (0x0D)" followed by a "Line Feed (0x0A)", two ASCII control characters used to represent a newline on some operating systems, notably DOS and Microsoft Windows.
LF: a "Line Feed (0x0A)" ASCII control character used to represent a newline on some operating systems, notably Unix, Unix-like, and Linux.
Definition in file kmime_codecs.h.
#include <QtCore/QByteArray>
#include <kdebug.h>
#include "kmime_export.h"
Include dependency graph for kmime_codecs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | KMime |
Classes | |
class | KMime::Codec |
An abstract base class of codecs for common mail transfer encodings. More... | |
class | KMime::Decoder |
Stateful CTE decoder class. More... | |
class | KMime::Encoder |
Stateful encoder class. More... |