mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-09 03:52:13 +00:00
refs: https://github.com/KumoCorp/kumomta/issues/117 Could also make it possible to do eg: https://github.com/KumoCorp/kumomta/issues/142 without any explicit direct support in the product.
267 B
267 B
get_first_named
headers:get_first_named(NAME)
{{since('dev')}}
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.