msgpart:text
Last updated March 2020
Name
msgpart:text — Returns the transfer decoded text for the message part, in UTF-8
Synopsis
msgpart:text(...);
Description
Returns the transfer decoded text for the message part, in UTF-8. The ellipsis (...) indicates that this function accepts any number of arguments.
Note
This function does not always return a string. It can return nil
on message parts where there is no body content.
Enable this function with the statement require('msys.extended.message');
.
Was this page helpful?