You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Tellier Benoit (JIRA)" <se...@james.apache.org> on 2018/01/10 03:15:00 UTC

[jira] [Created] (JAMES-2283) Subscribe to system mailboxes when provisioning

Tellier Benoit created JAMES-2283:
-------------------------------------

             Summary: Subscribe to system mailboxes when provisioning
                 Key: JAMES-2283
                 URL: https://issues.apache.org/jira/browse/JAMES-2283
             Project: James Server
          Issue Type: Bug
          Components: JMAP
    Affects Versions: 3.0.0, master, 3.0.1
            Reporter: Tellier Benoit
            Assignee: Antoine Duprat
             Fix For: 3.0.2, master


{code:java}
Given: a user A  
When: the user A is connecting to his account with Thunderbird  
Then: the user A should see all his mailboxes
{code}

While connecting to an IMAP account, TBird is sending an LSUB request which will return all mailboxes the user has already subscribed.  
We are automatically subscribing to mailboxes while creating them with the JMAP protocol in _SetMailboxesCreationProcessor_,
but we are not doing this while provisioning the system mailboxes in _DefaultMailboxesProvisioningFilter_.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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