chibenwa commented on a change in pull request #781:
URL: https://github.com/apache/james-project/pull/781#discussion_r763101658
##########
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:
IMO this should be moved to JMAPDraftConfiguration and to
JMAPRfc6620Configuration.
Here we just do not know to which protocols it applied.
--
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]