libcURL.TransferEncoding - charonn0/RB-libcURL GitHub Wiki
libcURL.TransferEncoding
Enumeration
Protected Enum TransferEncoding
Binary
SevenBit
EightBit
Base64
QuotedPrintable
Remarks
Used in the MIMEMessagePart class to indicate the encoding of the message part.
Types
| Name | Comment |
|---|---|
| Binary | Not encoded (default) |
| SevenBit | 7-bit ASCII |
| EightBit | 8-bit ASCII |
| Base64 | Base64 encoded |
| QuotedPrintable | Quoted printable encoded |