You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2020/11/23 08:20:09 UTC

[james-project] 10/19: JAMES-3452 Allow JMAP clients to position EmailSubmission identityId

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 7def54f8ac538d016b1153481341f911b3e876ea
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sat Nov 21 17:11:08 2020 +0700

    JAMES-3452 Allow JMAP clients to position EmailSubmission identityId
    
    This does strictly nothing but avoid them to complain...
---
 .../src/main/scala/org/apache/james/jmap/mail/EmailSubmissionSet.scala   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/mail/EmailSubmissionSet.scala b/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/mail/EmailSubmissionSet.scala
index 9f226e5..6316818 100644
--- a/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/mail/EmailSubmissionSet.scala
+++ b/server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/mail/EmailSubmissionSet.scala
@@ -87,4 +87,5 @@ object EmailSubmissionCreationRequest {
 }
 
 case class EmailSubmissionCreationRequest(emailId: MessageId,
+                                          identityId: Option[Id],
                                           envelope: Envelope)
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org