chibenwa commented on code in PR #2521: URL: https://github.com/apache/james-project/pull/2521#discussion_r1858163033
########## server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/core/Capability.scala: ########## @@ -317,7 +317,7 @@ case object DelegationCapabilityFactory extends CapabilityFactory { } final case class SharesCapabilityProperties() extends CapabilityProperties { - override def jsonify(): JsObject = Json.obj() + override def jsonify(): JsObject = Json.obj("subaddressingSupported" -> true) Review Comment: It should impact existing session integration tests, no need to write new test IMO -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org