vmime::encodingTypes Namespace Reference
Constants for encoding types.
More...
Variables |
| const string::value_type *const | SEVEN_BIT = "7bit" |
| const string::value_type *const | EIGHT_BIT = "8bit" |
| const string::value_type *const | BASE64 = "base64" |
| const string::value_type *const | QUOTED_PRINTABLE = "quoted-printable" |
| const string::value_type *const | BINARY = "binary" |
| const string::value_type *const | UUENCODE = "uuencode" |
Detailed Description
Constants for encoding types.
Variable Documentation
| const string::value_type *const BASE64 = "base64" |
| const string::value_type *const BINARY = "binary" |
| const string::value_type *const EIGHT_BIT = "8bit" |
| const string::value_type *const SEVEN_BIT = "7bit" |
| const string::value_type *const UUENCODE = "uuencode" |