You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "René Cordier (Jira)" <se...@james.apache.org> on 2020/03/06 09:30:00 UTC

[jira] [Created] (JAMES-3096) mailboxes/get with extensions filtering

René Cordier created JAMES-3096:
-----------------------------------

             Summary: mailboxes/get with extensions filtering
                 Key: JAMES-3096
                 URL: https://issues.apache.org/jira/browse/JAMES-3096
             Project: James Server
          Issue Type: Improvement
            Reporter: René Cordier


Mailboxes/get should conform [the rule of using capabilities](https://jmap.io/spec-core.html#the-request-object):

> using: String[] The set of capabilities the client wishes to use. The client MAY include capability identifiers even if the method calls it makes do not utilise those capabilities.
 
*constraints*
 - return `unknownCapability` request-level error on unknown capabilities
 - return **what** on not supported capabilities ?
 - return altered results for effective capabilities. But I don't see any capability can make effect on Mailboxes/Get

*DOD*:
 - Register capabilities by a static field.
 - Implement capabilities validation
 - Implement capability effects on each processed objects (provide a generic mechanism)
 - Tests



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org