Tellier Benoit created JAMES-2891:
-------------------------------------
Summary: JMAP protocol structure: GET /jmap/session
Key: JAMES-2891
URL: https://issues.apache.org/jira/browse/JAMES-2891
Project: James Server
Issue Type: Sub-task
Components: JMAP
Reporter: Tellier Benoit
Assignee: Antoine Duprat
Implement a
`[Session|https://jmap.io/spec-core.html#the-jmap-session-resource]` object.
Don't hesitate to:
- Return default values even if not enforced.
- Return null for not implemented yet features ("download/uploadUrl"?)
Regarding AccountId, each User (as in james-core, and must be contained in
UsersRepository) have an AccountId associated to him (username). That is the
single account he is owning.
In order to retrieve the Session object, one can:
{code:java}
GET /jmap/session
{code}
Write memory integration tests for this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]