MimeEmailMBS shared methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to MimeEmailMBS class.

MimeEmailMBS.DecodeInline(Text as String) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method EmailParser MBS CURL Plugin 16.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Decodes a text with inline encoded text.
Example
dim e,s as string

s = "=?UTF-8?B?WW91ciBBY2NvdW50IFNuYXBzaG90?="
e = MimeEmailMBS.DecodeInline(s)

MsgBox e

This is the function our plugin uses to decode names and subject in the email.
You don't need to use it unless you got subject/name encoded from somewhere else.

MimeEmailMBS.HTMLToPlainText(HTMLText as String) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Converts html to plain text.

This is the function our plugin uses internally to fill PlainText field for html only email.
Removes HTML tags, decodes entities and adds returns where appropriated.

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


💬 Ask a question or report a problem