VMime
vmime::encodingTypes Namespace Reference

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"
 

Detailed Description

Constants for encoding types.

Variable Documentation

◆ BASE64

VMIME_EXPORT const char *const BASE64 = "base64"

◆ BINARY

VMIME_EXPORT const char *const BINARY = "binary"

◆ EIGHT_BIT

VMIME_EXPORT const char *const EIGHT_BIT = "8bit"

◆ QUOTED_PRINTABLE

VMIME_EXPORT const char *const QUOTED_PRINTABLE = "quoted-printable"

◆ SEVEN_BIT

VMIME_EXPORT const char *const SEVEN_BIT = "7bit"

◆ UUENCODE

VMIME_EXPORT const char *const UUENCODE = "uuencode"

Referenced by encoding::operator!=().