mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 12:32:13 +00:00
20 lines
387 B
Markdown
20 lines
387 B
Markdown
# id
|
|
|
|
```lua
|
|
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.
|
|
|
|
|
|
|