From e109cf86aeea14aefc6d46d5584ca26713ef4de6 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Fri, 18 Sep 2026 16:00:25 -0700 Subject: [PATCH] The session test expects urn:inbuxa:jmap (MT-22, contract C-1) --- tests/src/jmap/principal/get.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/src/jmap/principal/get.rs b/tests/src/jmap/principal/get.rs index 0c786f6..9deb46b 100644 --- a/tests/src/jmap/principal/get.rs +++ b/tests/src/jmap/principal/get.rs @@ -64,7 +64,9 @@ pub async fn test(test: &TestServer) { "urn:ietf:params:jmap:websocket": { "url": "wss://127.0.0.1:8899/jmap/ws", "supportsPush": true - } + }, + // inbuxa: the fork's own capability (contract C-1, multi-tenancy MT-22) + "urn:inbuxa:jmap": {} }, "accounts": { john_id: { @@ -244,7 +246,9 @@ pub async fn test(test: &TestServer) { "webWriteUrlTemplate": null }, "urn:ietf:params:jmap:mail:share": {}, - "urn:stalwart:jmap": {} + "urn:stalwart:jmap": {}, + // inbuxa: MT-22, the logo that applies to the account + "urn:inbuxa:jmap": { "logo": null } } } },