mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-20 16:01:10 +00:00
14 lines
338 B
Markdown
14 lines
338 B
Markdown
# mailbox_list
|
|
|
|
```lua
|
|
local mailbox_list = header.mailbox_list
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Reading the `mailbox_list` field will attempt to interpret the contents of the
|
|
header as an [MailboxList](../headermap/index.md#mailboxlist).
|
|
|
|
If the header value is not compatible with this representation, a lua error
|
|
will be raised.
|