commit 63fe26cb1845878094469c437302d57ab48d8527 parent 4bbb9e5ccc9ee1126382e891c6fd06190cebfe30 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Tue, 17 Feb 2026 13:41:29 +0100 Add info field to mailbox metadata Diffstat:
| M | core/api-mailbox.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/api-mailbox.rst b/core/api-mailbox.rst @@ -158,6 +158,11 @@ Mailbox registration and metadata // Unix epoch (seconds) expiration: Timestamp; + // Optional info string that can be + // chosen by the mailbox owner. + // This may contain a Keyoxide proof for the mailbox + // in order to link it to the owners profile + info?: string; }