mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 19:08:17 +00:00
387 B
387 B
id
local id = mimepart.id
!!! note
This is a field rather than a method, so you must use mimepart.id
rather than mimepart:id to reference it.
{{since('2025.10.06-5ec871ab')}}
The id field represents the position of the part within the mime tree at the
time that it was parsed from its containing message.
This has very limited use at the current time.