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 "Omid Pourhadi (Jira)" <se...@james.apache.org> on 2021/03/10 12:15:00 UTC

[jira] [Resolved] (JAMES-3514) Fetch list of mailbox for a user based on mailboxpath

     [ https://issues.apache.org/jira/browse/JAMES-3514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Omid Pourhadi resolved JAMES-3514.
----------------------------------
    Resolution: Fixed

{code:java}
 mailboxMapper.findMailboxWithPathLike(MailboxQuery.builder()
            .userAndNamespaceFrom(benwaInboxPath)
            .expression(Wildcard.INSTANCE)
            .build()
            .asUserBound());
{code}

> Fetch list of mailbox for a user based on mailboxpath
> -----------------------------------------------------
>
>                 Key: JAMES-3514
>                 URL: https://issues.apache.org/jira/browse/JAMES-3514
>             Project: James Server
>          Issue Type: Bug
>            Reporter: Omid Pourhadi
>            Priority: Minor
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> It might be a good idea to add a method Mailboxmapper to enable fetching user's mailbox only based on their username/mailboxpath.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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