mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 21:28:18 +00:00
9 lines
339 B
Markdown
9 lines
339 B
Markdown
# `message:get_address_header(NAME)`
|
|
|
|
Gets the first header whose name matches `NAME`, parses it as a list of mailboxes and groups, and returns an [addressheader](../addressheader/index.md) object.
|
|
|
|
Returns `nil` if no matching header could be found.
|
|
|
|
See also [message:from_header](from_header.md) and [message:to_header](to_header.md).
|
|
|