KMIME Library
kmime_charfreq.h File Reference
This file is part of the API for handling MIME data and defines the CharFreq class. More...
#include <QtCore/QByteArray>
#include "kmime_export.h"
Include dependency graph for kmime_charfreq.h:

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

Go to the source code of this file.
Classes | |
class | KMime::CharFreq |
A class for performing basic data typing using frequency count heuristics. More... | |
Namespaces | |
namespace | 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.8-bit-binary: Eight-bit data that contains a high percentage of non-ascii values.
8-bit-text: Eight-bit data that contains a high percentage of non-ascii values.
7-Bit: Data that contains bytes with all values less than 128.
7-bit-binary: Seven-bit data that contains a high percentage of non-ascii values.
7-bit-text: Seven-bit data that contains a high percentage of ascii values.
Definition in file kmime_charfreq.h.