KMIME Library
kmime_codec_qp.h File Reference
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>
RFC 2047Q: Section 4.2 of RFC2047.
RFC 2231: RFC that defines the MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations.
Definition in file kmime_codec_qp.h.
#include "kmime_codecs.h"
Include dependency graph for kmime_codec_qp.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::QuotedPrintableCodec |
A class representing the codec for QuotedPrintable as specified in RFC2045 (section 6.7). More... | |
class | KMime::Rfc2047QEncodingCodec |
A class representing the codec for the Q encoding as specified in RFC2047Q. More... | |
class | KMime::Rfc2231EncodingCodec |
A class representing the codec for RFC2231. More... |