[ 
https://issues.apache.org/jira/browse/IMAP-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886238#action_12886238
 ] 

Norman Maurer commented on IMAP-168:
------------------------------------

Ok I did  review the patch and I think its the way to go.. Just some tiny thing:

+    MailboxPath resolve(String userName, String mailboxName);

should be: 

+    MailboxPath resolve(String namespace, String userName, String mailboxName);

So we can support different namespaces later. 

About the LSUB, I think you are right. This needs to get fixed..

> mailboxes can't be identified 100% unambiguously using virtual hosting
> ----------------------------------------------------------------------
>
>                 Key: IMAP-168
>                 URL: https://issues.apache.org/jira/browse/IMAP-168
>             Project: JAMES Imap
>          Issue Type: Bug
>          Components: Mailbox
>            Reporter: Tim-Christian Mundt
>            Assignee: Norman Maurer
>            Priority: Blocker
>             Fix For: 0.1
>
>         Attachments: mailboxPath2-IMAP.patch, mailboxPath2-server.patch
>
>
> When virtual hosting is enabled, mailbox names will be like
> #[email protected]
> However, those mailboxes could be misassigned. E.g.
> #[email protected]
> could be a mailbox of [email protected] or [email protected]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to