VMime
|
Variables | |
const char *const | SEVEN_BIT = "7bit" |
const char *const | EIGHT_BIT = "8bit" |
const char *const | BASE64 = "base64" |
const char *const | QUOTED_PRINTABLE = "quoted-printable" |
const char *const | BINARY = "binary" |
const char *const | UUENCODE = "uuencode" |
Constants for encoding types.
VMIME_EXPORT const char *const BASE64 = "base64" |
Referenced by encoding::decide().
VMIME_EXPORT const char *const BINARY = "binary" |
VMIME_EXPORT const char *const EIGHT_BIT = "8bit" |
VMIME_EXPORT const char *const QUOTED_PRINTABLE = "quoted-printable" |
Referenced by encoding::getEncoder(), and wordEncoder::guessBestEncoding().
VMIME_EXPORT const char *const SEVEN_BIT = "7bit" |
Referenced by body::getEncoding(), encoding::parseImpl(), and body::parseImpl().
VMIME_EXPORT const char *const UUENCODE = "uuencode" |