Files
Wez Furlong 898ed52410 add msg:append_text_html and msg:append_text_html
These can be used to insert tracking pixels/links.

closes: https://github.com/KumoCorp/kumomta/issues/120
2024-03-31 14:04:46 -07:00

13 lines
350 B
Markdown

# `message:append_text_plain(content)`
{{since('dev')}}
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)