EMLParser | |
Type | library |
Dictionary | library.emlparser |
Library | EMLParser |
Associations | com.livecode.library.emlparser |
Introduced | 10 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, mobile, web |
Description | |
Tags | email,parser |
Type | Name | Summary | Syntax |
---|---|---|---|
function | emlToArray | Converts EML data to Livecode Array | emlToArray(<pEMLData>) |
- - - | getAttachments | This function extracts all de attachments from a pMailArray Array. | getMailText(<pMailArray>,<pForcebase64>) |
- - - | getContent | Extracts body section from EML data. | getContent(<pData>) |
- - - | getEmbeddedFileByCID | This function searches and returns the file embedded in pEMLArray with content ID. | getEmbeddedFileByCID(<pCID>,<pEMLArray>) |
- - - | getFullMailContentAsHTML | This function returns the email in html format, if pForceBase64 is true then codified as base64. | getFullMailContentAsHTML(<pMailArray>,<pForceBase64>, <pEmbedImages>) |
- - - | getHeaders | Header section as String. | getHeaders(<pData>) |
- - - | getMailText | This function is intended to obtain simplified version of email body. | getMailText(<pMailArray>,<pForcebase64>) |
library | EMLParser | getMailText(<pMailArray>,<pForcebase64>) |