mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 04:22:13 +00:00
12 lines
229 B
Markdown
12 lines
229 B
Markdown
# mime_version
|
|
|
|
```lua
|
|
local mime_version = headers:mime_version()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Mime-Version` header, and if present, returns it as a string.
|
|
Returns `nil` if `Mime-Version` is not present.
|
|
|