mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 21:28:18 +00:00
10 lines
180 B
Markdown
10 lines
180 B
Markdown
# subject
|
|
|
|
```lua
|
|
local subject = headers:subject()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Subject` header and returns the *unstructured* representation of the header.
|