Qore Mime Module Reference
1.4.2
|
The Mime module provides definitions and functions related to MIME processing. MIME concepts are used in HTTP and SMTP communications, among others.
To use this module, use "%requires Mime"
in your code. See the SmtpClient and the HttpServer modules for examples of Qore code using this module.
All the public symbols in the module are defined in the Mime namespace
The main definitions and functions are:
based on:
"This is a test: æéìœü": quoted printable: "This is a test: =C3=A6=C3=A9=C3=AC=C5=93=C3=BC" "This is a test: æéìœü": base64: "VGhpcyBpcyBhIHRlc3Q6IMOmw6nDrMWTw7w=" "This is a test: æéìœü": header word q: "=?UTF-8?Q?This_is_a_test:_=C3=A6=C3=A9=C3=AC=C5=93=C3=BC?=" "This is a test: æéìœü": header word b: "=?UTF-8?B?VGhpcyBpcyBhIHRlc3Q6IMOmw6nDrMWTw7w=?="
"application/wsdl+xml"
)