message:append_text_plain(content)
Since: Version 2024.06.10-84e84b89
The functionality described in this section requires version 2024.06.10-84e84b89 of KumoMTA, or a more recent version.
Identifies the primary text/plain
part of the message, decodes its transfer
encoding, and appends the content
string to it. The part is then
re-transfer-encoded and the message data is updated.
- See also:
- msg:set_data()
- msg:append_text_html()