mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 05:08:18 +00:00
10 lines
169 B
Markdown
10 lines
169 B
Markdown
# to
|
|
|
|
```lua
|
|
local to = headers:to()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `To` header and returns it in [AddressList](index.md#addresslist) representation.
|