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 Robert Burrell Donkin <ro...@gmail.com> on 2008/05/14 21:07:12 UTC

[mailbox] -= MailboxManagerProvider ...?

MailboxManagerProvider is fundementally a factory class for
MailboxManagers. i think that the reasoning behind a provider was to
allow mixing of mailbox implementations. if desired this could be
accumplished by delegation from a proxy implementation of
MailboxManager. i think it would be better to simplify the API by
deleting MailboxManagerProvider.

opinions?

- robert

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


Re: [mailbox] -= MailboxManagerProvider ...?

Posted by Stefano Bagnara <ap...@bago.org>.
Robert Burrell Donkin ha scritto:
> MailboxManagerProvider is fundementally a factory class for
> MailboxManagers. i think that the reasoning behind a provider was to
> allow mixing of mailbox implementations. if desired this could be
> accumplished by delegation from a proxy implementation of
> MailboxManager. i think it would be better to simplify the API by
> deleting MailboxManagerProvider.
> 
> opinions?

Make sense,
Stefano


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