mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-19 00:01:07 +00:00
416 B
416 B
message:id()
Each message is uniquely identified by the system using an id.
At the time of writing, the id is a version 1 UUID, which is based upon the time at which the message was created by the system. In the future, the system may change to adopt the newer v7 UUID.
message:id() returns the UUID encoded as a hexadecimal string, without any
dashes or braces.