Using the Email/send method replace to Email/set + EmailSubmission/set when send new email #2636
Closed
vttranlina
started this conversation in
Ideas
Replies: 1 comment
-
Email/send was designed to handle PGP encrypted mailbox. For the sake of inter-operability I prefer we currenlty stick to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to send a new email via the front end.
I see the jmap request has composited the
Email/set + EmailSubmission/set
methodI believe we can optimize it by a single method
Email/send
here is sample request when sending new email
We can do it by Email/send
Reference: linagora/tmail-backend#188
Beta Was this translation helpful? Give feedback.
All reactions