mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 19:08:17 +00:00
283 B
283 B
get_first_named
headers:get_first_named(NAME)
{{since('2025.10.06-5ec871ab')}}
Gets the first header whose name equals NAME (case insensitive) and return
the Header object for that header.
Returns nil if no matching header could be found.