fyi.filed.prosebox.mailbox

prosebox.filed.fyi

Documentation

Mailbox acceptance policy.

main record

Mailbox acceptance policy.

Record Key tid Timestamp-based ID

Properties

accepts string Required

open: anyone may write. mutuals: only established correspondents render in the inbox. closed: no new correspondence renders.

Known values: open, mutuals, closed
note string Optional

Optional note displayed on the public mailbox page, e.g. 'letters welcome about birds'.

maxLength: 256 bytesmaxGraphemes: 128 graphemes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "accepts"
    ],
    "properties": {
      "note": {
        "type": "string",
        "maxLength": 256,
        "description": "Optional note displayed on the public mailbox page, e.g. 'letters welcome about birds'.",
        "maxGraphemes": 128
      },
      "accepts": {
        "type": "string",
        "description": "open: anyone may write. mutuals: only established correspondents render in the inbox. closed: no new correspondence renders.",
        "knownValues": [
          "open",
          "mutuals",
          "closed"
        ]
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Mailbox acceptance policy."
}

Lexicon Garden

@