Files
kumomta/docs/reference/message/append_text_plain.md
T
2024-06-10 09:30:17 -07:00

13 lines
366 B
Markdown

# `message:append_text_plain(content)`
{{since('2024.06.10-84e84b89')}}
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()](set_data.md)
* [msg:append_text_html()](append_text_html.md)