jmap-kit
    Preparing search index...

    Type Alias JMAPCapabilityUri

    JMAPCapabilityUri:
        | HintedString<
            | BLOB_CAPABILITY_URI
            | CORE_CAPABILITY_URI
            | EMAIL_CAPABILITY_URI
            | SUBMISSION_CAPABILITY_URI
            | VACATIONRESPONSE_CAPABILITY_URI
            | MDN_CAPABILITY_URI
            | SMIMEVERIFY_CAPABILITY_URI
            | QUOTA_CAPABILITY_URI
            | WEBPUSH_VAPID_CAPABILITY_URI
            | CALENDARS_CAPABILITY_URI
            | CALENDARS_PARSE_CAPABILITY_URI
            | PRINCIPALS_CAPABILITY_URI
            | PRINCIPALS_AVAILABILITY_CAPABILITY_URI
            | PRINCIPALS_OWNER_CAPABILITY_URI
            | CONTACTS_CAPABILITY_URI
            | TASKS_CAPABILITY_URI
            | TASKS_RECURRENCES_CAPABILITY_URI
            | TASKS_ASSIGNEES_CAPABILITY_URI
            | TASKS_ALERTS_CAPABILITY_URI
            | TASKS_MULTILINGUAL_CAPABILITY_URI
            | TASKS_CUSTOMTIMEZONES_CAPABILITY_URI
            | MASKED_EMAIL_CAPABILITY_URI,
        >
        | JMAPCapability

    A capability is referenced by a URI. The JMAP capability URI can be a URN starting with urn:ietf:params:jmap: plus a unique suffix that is the index value in the jmap URN sub-namespace. These are registered in the JMAP Capabilities Register.

    Identifiers for vendor extensions MUST be a URL belonging to a domain owned by the vendor, to avoid conflict. The URL SHOULD resolve to documentation for the changes the extension makes.

    The` list of capability URIs defined in the JMAP core specification and extensions. This is not an exhaustive list of all possible capabilities, as servers may support additional private capabilities as well; or newer capabilities defined in future specifications.