Platforms to show: All Mac Windows Linux Cross-Platform

CURLMimePartMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The class for mime parts.

You can provide data via file path, folderitem, data in memoryblock or string.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

Encodings

Constant Value Description
kEncoding7bit "7bit" 7bit
kEncoding8bit "8bit" 8bit
kEncodingBase64 "base64" Base64
kEncodingBinary "binary" Binary mode
kEncodingNone "" No mode, so data is passed through and header has no encoding defined.
kEncodingQuotedPrintable "quoted-printable" Quoted printable

Mime Types

Constant Value Description
kMimeTypeGIF "image/gif" GIF
kMimeTypeHTML "text/html" HTML
kMimeTypeJPEG "image/jpeg" JPEG
kMimeTypePDF "application/pdf" PDF
kMimeTypePNG "image/png" PNG
kMimeTypeSVG "image/svg+xml" SVG
kMimeTypeText "text/plain" Text
kMimeTypeXML "application/xml" XML

This class has no sub classes.

Some methods using this class:


The items on this page are in the following plugins: MBS CURL Plugin.


CURLMBS   -   CURLMissingFunctionExceptionMBS


The biggest plugin in space...