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/06/29 17:26:49 UTC

[jira] Created: (IMAP-170) CapatibilityProcessor should detect supported capatibilities

CapatibilityProcessor should detect supported capatibilities
------------------------------------------------------------

                 Key: IMAP-170
                 URL: https://issues.apache.org/jira/browse/IMAP-170
             Project: JAMES Imap
          Issue Type: Improvement
            Reporter: Norman Maurer


At the moment the CapatibilityProcessor need to get a List of Strings (one String per Capability) passed to the constructor. This is not really elegant. It would be more elegant to have a a new interface which Processors need to implement if they implement a Capability and register these on the CapabilityProcessor. This would make it even easier to add new Capabilites later without messing the the "core" code

-- 
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-170) CapatibilityProcessor should detect supported capatibilities

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

Norman Maurer resolved IMAP-170.
--------------------------------

         Assignee: Norman Maurer
    Fix Version/s: 0.1
       Resolution: Fixed

> CapatibilityProcessor should detect supported capatibilities
> ------------------------------------------------------------
>
>                 Key: IMAP-170
>                 URL: https://issues.apache.org/jira/browse/IMAP-170
>             Project: JAMES Imap
>          Issue Type: Improvement
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.1
>
>
> At the moment the CapatibilityProcessor need to get a List of Strings (one String per Capability) passed to the constructor. This is not really elegant. It would be more elegant to have a a new interface which Processors need to implement if they implement a Capability and register these on the CapabilityProcessor. This would make it even easier to add new Capabilites later without messing the the "core" code

-- 
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