-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.TransferEncoding
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
libcURL.TransferEncoding
Protected Enum TransferEncoding
Binary
SevenBit
EightBit
Base64
QuotedPrintable
Used in the MIMEMessagePart class to indicate the encoding of the message part.
Name | Comment |
---|---|
Binary | Not encoded (default) |
SevenBit | 7-bit ASCII |
EightBit | 8-bit ASCII |
Base64 | Base64 encoded |
QuotedPrintable | Quoted printable encoded |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.