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

const VMIME_EXPORT char *const BASE64 = "base64"

Referenced by encoding::decide().

◆ BINARY

const VMIME_EXPORT char *const BINARY = "binary"

◆ EIGHT_BIT

const VMIME_EXPORT char *const EIGHT_BIT = "8bit"

◆ QUOTED_PRINTABLE

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

◆ SEVEN_BIT

const VMIME_EXPORT char *const SEVEN_BIT = "7bit"

◆ UUENCODE

const VMIME_EXPORT char *const UUENCODE = "uuencode"