EMLParser

Typelibrary
Dictionarylibrary.emlparser
LibraryEMLParser
Associationscom.livecode.library.emlparser
Introduced10
OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Description
Tagsemail,parser
TypeNameSummarySyntax
functionemlToArray

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>)

libraryEMLParser

getMailText(<pMailArray>,<pForcebase64>)