lua_mime
This module contains helper functions to modify mime parts
Functions:
Function | Description |
---|---|
lua_mime.add_text_footer(task, html_footer, text_footer) |
Adds a footer to all text parts in a message. |
The module lua_mime
defines the following functions.
lua_mime.add_text_footer(task, html_footer, text_footer)
Adds a footer to all text parts in a message. It returns a table with the following fields:
Parameters:
No parameters
Returns:
No return
Back to module description.
Back to top.