Skip to content

Latest commit

 

History

History
23 lines (9 loc) · 278 Bytes

File metadata and controls

23 lines (9 loc) · 278 Bytes

EncodingType

Enum

  • USERPROVIDED (value: "UserProvided")

  • NONE (value: "None")

  • RAW7BIT (value: "Raw7bit")

  • RAW8BIT (value: "Raw8bit")

  • QUOTEDPRINTABLE (value: "QuotedPrintable")

  • BASE64 (value: "Base64")

  • UUE (value: "Uue")