Files
kumomta/docs/reference/message/shrink_data.md
T
Wez Furlong 45d8449c69 message: add msg:shrink() and msg:shrink_data() methods
These are helpful when explicitly managing memory overheads
2025-02-19 15:55:12 -07:00

11 lines
238 B
Markdown

# `message:shrink_data()`
{{since('dev')}}
This method will ensure that the message contents are journalled to the spool,
and then release any in-memory body data, keeping the metadata in-memory.
See also:
* [msg:shrink()](shrink.md)