mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-21 11:58:17 +00:00
45d8449c69
These are helpful when explicitly managing memory overheads
11 lines
238 B
Markdown
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)
|
|
|