Platforms to show: All Mac Windows Linux Cross-Platform
MimeEmailMBS class
Super class: MimeEntityMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | EmailParser | MBS CURL Plugin | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Subclass of the MimeEntityMBS class.
- 8 properties
- property AttachmentsVariant as Variant
- property Date as Date
- property HTMLText as String
- property InlinesVariant as Variant
- property PlainText as String
- property ReceivedDate as Date
- property Source as String
- property Subject as String
- shared property RaiseUnknownFormatExceptions as Boolean
- 7 methods
- method Attachments as MimeAttachmentMBS()
- method Attachments(index as Integer) as MimeAttachmentMBS
- method Constructor(Content as MemoryBlock)
- method Constructor(Content as string)
- method Constructor(File as FolderItem)
- method Inlines as MimeAttachmentMBS()
- method Inlines(index as Integer) as MimeAttachmentMBS
- 2 shared methods
- shared method DecodeInline(Text as String) as String
- shared method HTMLToPlainText(HTMLText as String) as String
Super class MimeEntityMBS
- 3 properties
- property Body as MimeBodyMBS
- property BodyDecoded as String
- property Header as MimeHeaderMBS
- method Constructor Private
This class has no sub classes.
Some examples using this class:
Blog Entries
- MBS Xojo Plugins, version 22.5pr3
- MBS Xojo Plugins, version 22.2pr4
- MBS Xojo Plugins, version 21.6pr3
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.0
- MBS Xojo Plugins, version 20.6pr1
- MBS Xojo Plugins, version 20.4pr7
- MBS Xojo Plugins, version 17.5pr2
- MBS Xojo / Real Studio Plugins, version 16.5pr2
- MBS Xojo / Real Studio Plugins, version 16.0pr8
- MBS Xojo / Real Studio plug-ins in version 15.4
Xojo Developer Magazine
Release notes
- Version 22.5
- Improved HTMLToPlainText function in MimeEmailMBS class to better handle comments in html and div tags.
- Version 22.2
- Fixed an edge case in MimeEmailMBS class where file name got an extra space in front.
- Version 22.0
- Fixed a problem in email parser, which didn't get multi part right on Linux for MimeEmailMBS class.
- Version 21.0
- Optimized HTMLToPlainText function in MimeEmailMBS class to add new line after pre element and to skip space runs.
- Version 20.4
- Fixed problem in MimeEmailMBS class causing crash with parsing invalid email header.
- Version 17.5
- Fixed leaked file handle in MimeEmailMBS constructor.
The items on this page are in the following plugins: MBS CURL Plugin.