quantranhong1999 commented on code in PR #1651:
URL: https://github.com/apache/james-project/pull/1651#discussion_r1311250008
##########
server/protocols/jmap/src/main/java/org/apache/james/jmap/JMAPConfiguration.java:
##########
@@ -164,4 +172,8 @@ public Version getDefaultVersion() {
public Optional<Long> getMaximumSendSize() {
return maximumSendSize;
}
+
+ public boolean supportsDelaySends() {
Review Comment:
I already see `supportsDelaySends` config property in
`JmapRfc8621Configuration`, should not add the same property in
`JMAPConfiguration`.
--
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]