mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-11 00:01:21 +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.
|