Replies: 2 comments 1 reply
-
No. Features gracefully degrades, at least in theory. If it is not the case, then we have a problem.
404 should do. |
Beta Was this translation helpful? Give feedback.
1 reply
-
In jjmap rfc 8620 isArchive property is not part of the Account object. Which jmap server are you using? I doubt its compliance regarding Jmap standard... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm building a JMAP implementation using Python, and I'm using tmail web as frontend.
I was analyzing how the front interact with tmail-backend, and I've seen that your backend support some custom capabilities like com:linagora:params:jmap:pgp, are they mandatory for tmail app to work properly ?
While doing a comparison of the sign-in process of my JMAP server and tmail-backend I've encountered something that I didn't understand.
what should I return as response for /.well-known/webfinger If I don't support OIDC ?
Beta Was this translation helpful? Give feedback.
All reactions