mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 11:28:17 +00:00
10 lines
177 B
Markdown
10 lines
177 B
Markdown
# from
|
|
|
|
```lua
|
|
local from = headers:from()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `From` header and returns it in [mailboxlist](index.md#mailboxlist) representation.
|