mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-08 00:01:08 +00:00
10 lines
177 B
Markdown
10 lines
177 B
Markdown
# sender
|
|
|
|
```lua
|
|
local sender = headers:sender()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Sender` header and returns it in [Mailbox](index.md#mailbox) representation.
|