KMIME Library
#include <QtCore/QByteArray>
#include "kmime_export.h"
Go to the source code of this file.
Classes | |
class | KMime::CharFreq |
Namespaces | |
KMime | |
Detailed Description
This file is part of the API for handling MIME data and defines the CharFreq class.
Defines the CharFreq class.
8-bit: Data that contains bytes with at least one value greater than 127, or at least one NUL byte.
8-bit-binary: Eight-bit data that contains a high percentage of non-ascii values, or lines longer than 998 characters, or stray CRs, or NULs.
8-bit-text: Eight-bit data that contains a high percentage of ascii values, no lines longer than 998 characters, no NULs, and either only LFs or only CRLFs.
7-Bit: Data that contains bytes with all values less than 128, and no NULs.
7-bit-binary: Seven-bit data that contains a high percentage of non-ascii values, or lines longer than 998 characters, or stray CRs.
7-bit-text: Seven-bit data that contains a high percentage of ascii values, no lines longer than 998 characters, and either only LFs, or only CRLFs.
Definition in file kmime_charfreq.h.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:02:28 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.