Skip to content

get_first_named

headers:get_first_named(NAME)
Since: Dev Builds Only

The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.

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.