chibenwa commented on a change in pull request #781:
URL: https://github.com/apache/james-project/pull/781#discussion_r763587533
##########
File path:
server/protocols/jmap/src/main/java/org/apache/james/jmap/JMAPConfiguration.java
##########
@@ -164,4 +174,8 @@ public Version getDefaultVersion() {
public Optional<Long> getMaximumSendSize() {
return maximumSendSize;
}
+
+ public Optional<List<String>> getAuthenticationStrategies() {
Review comment:
JMAPConfiguration -> parameters for the whole jmap server so draft and
rfc-8620
JMAPDraftConfiguration -> only for draft, do not impact RFC-8620 at all
> BTW I do not see something like JMAPRfc6620Configuration
`JmapRfc8621Configuration`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]