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 "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/08/21 10:20:16 UTC

[jira] Created: (IMAP-205) Deprecate Subscriper interface

Deprecate Subscriper interface
------------------------------

                 Key: IMAP-205
                 URL: https://issues.apache.org/jira/browse/IMAP-205
             Project: JAMES Imap
          Issue Type: Task
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.1


>From ml:

Hi there,

after looking again at the IMAP api I'm in favor of removing the
org.apache.james.imap.store.Subscriper interface and merge the
implementations with the MailboxManager implementations. Thats because
the Subsciper interface has 3 methods, all of the methods are already
in MailboxManager. So the MailboxManager just wraps the Subscriper
implementation and delegate the call to it.

So there are two solutions to this:

1) Remove the methods from MailboxManager and move the Subscriper
interface to the mailbox api
2) Remove the Subscriper interface from store api and merge the implementations

As I stated before I would prefer 2).


-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (IMAP-205) Deprecate Subscriper interface

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-205.
--------------------------------

    Resolution: Fixed

done..

> Deprecate Subscriper interface
> ------------------------------
>
>                 Key: IMAP-205
>                 URL: https://issues.apache.org/jira/browse/IMAP-205
>             Project: JAMES Imap
>          Issue Type: Task
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.1
>
>
> From ml:
> Hi there,
> after looking again at the IMAP api I'm in favor of removing the
> org.apache.james.imap.store.Subscriper interface and merge the
> implementations with the MailboxManager implementations. Thats because
> the Subsciper interface has 3 methods, all of the methods are already
> in MailboxManager. So the MailboxManager just wraps the Subscriper
> implementation and delegate the call to it.
> So there are two solutions to this:
> 1) Remove the methods from MailboxManager and move the Subscriper
> interface to the mailbox api
> 2) Remove the Subscriper interface from store api and merge the implementations
> As I stated before I would prefer 2).

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org