Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.6.0
-
None
-
None
Description
Today, we require a singleton mailbox when creating an email.
It is thus not possible on top of James JMAP implementation to create an email in several mailboxes at the same time.
This is due to email being created MessageManager::append, mailbox scoped. A solution would be, when needed, to perform a second call to MessageIdManager::setInMailboxes.