Apache James · JSON Structure

Webadmin Rest Api Mailbox Structure

A user mailbox

Type: object Properties: 2
EmailIMAPJavaJMAPMail ServerOpen SourceSMTP

Mailbox is a JSON Structure definition published by Apache James, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

mailboxName mailboxId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-james/refs/heads/main/json-structure/webadmin-rest-api-mailbox-structure.json",
  "name": "Mailbox",
  "description": "A user mailbox",
  "properties": {
    "mailboxName": {
      "type": "string",
      "description": "Mailbox folder name",
      "example": "INBOX"
    },
    "mailboxId": {
      "type": "string",
      "description": "Unique mailbox identifier",
      "example": "mailbox-1234"
    }
  }
}