chibenwa opened a new pull request #356: URL: https://github.com/apache/james-project/pull/356
Re-reading https://jmap.io/spec-mail.html#emailsubmissionset ``` onSuccessUpdateEmail: Id[PatchObject]|null A map of EmailSubmission id to an object containing properties to update on the Email object referenced by the EmailSubmission if the create/update/destroy succeeds. (For references to EmailSubmissions created in the same “/set” invocation, this is equivalent to a creation-reference, so the id will be the creation id prefixed with a #.) ``` We are currently using a message id, not an EmailSubmission id... CF a bug report opened on the Linagora fork: https://github.com/linagora/james-project/issues/4310 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
