mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 10:58:17 +00:00
339 B
339 B
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 object.
Returns nil if no matching header could be found.
See also message:from_header and message:to_header.