mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-23 20:58:18 +00:00
11 lines
160 B
Markdown
11 lines
160 B
Markdown
# content_id
|
|
|
|
```lua
|
|
local content_id = headers:content_id()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Content-Id` header and returns it as a string.
|
|
|