Files
kumomta/docs/reference/headermap/get_first_named.md
T
Wez Furlong 1bf9d138ce extended lua mime parsing API
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.
2025-09-09 09:15:58 +01:00

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.