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.


The biggest plugin in space...