Re: IMAP Draft: Quota

2006-07-05 Thread Joachim Draeger
Hi Bernd, Am Mittwoch, den 05.07.2006, 16:23 +0200 schrieb Bernd Fondermann: > are you really making that good progress you are already discussing > advanced features, or are quotas required by IMAP? Well, the progress is near to alpha for basic commands. What really is needed now is starting a

Re: [jira] Assigned: (JAMES-432) Reorganize and update xdocs documentation and site generation

2006-07-05 Thread Norman Maurer
I did start to update the xdocs.. Anyway there are some mailets which i never used and so not want to write the docs for. Like all the MailetList stuff etc. Can someone take a look ? The Site update is a critical issue. Without a good docu i whould be -1 for a final release. bye Norman Ps: Where

[jira] Assigned: (JAMES-432) Reorganize and update xdocs documentation and site generation

2006-07-05 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-432?page=all ] Norman Maurer reassigned JAMES-432: --- Assign To: Norman Maurer > Reorganize and update xdocs documentation and site generation > - >

Re: svn commit: r419230 - in /james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver: ./ fastfailfilter/

2006-07-05 Thread Norman Maurer
My thought on this was to "provide" the dnsserver etc in a easy why whithout knowing howto lookup the component etc... Maybe you are right that was why i ask for this ;-) I dedicide to move the code to the AbstractGeneralHandler cause all this methods can be used in all handlers.. So you whould st

Re: svn commit: r419230 - in /james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver: ./ fastfailfilter/

2006-07-05 Thread Stefano Bagnara
Norman Maurer wrote: Hi guys, what you guys think about the current code ? Should i continue this way ? Or should i revert the last changes ? IMHO its a god step to add the Abstractclasses to make it more API like.. I don't like too much this change because each abstract handler inherith depe

Re: svn commit: r419230 - in /james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver: ./ fastfailfilter/

2006-07-05 Thread Norman Maurer
Hi guys, what you guys think about the current code ? Should i continue this way ? Or should i revert the last changes ? IMHO its a god step to add the Abstractclasses to make it more API like.. Bye Norman Am Mittwoch, den 05.07.2006, 13:56 + schrieb [EMAIL PROTECTED]: > Author: norman > Date

Re: [jira] Updated: (JAMES-502) IMAP support

2006-07-05 Thread Bernd Fondermann
Joachim Draeger wrote: Hi Stefano, Am Freitag, den 30.06.2006, 13:23 +0200 schrieb Stefano Bagnara: 1) flag: are flags dynamic? I understand from your document that we need to store the flag types in a table so that their ID can be used. Is it needed or the flag types are statically defined

Re: IMAP Draft: Cluster

2006-07-05 Thread Bernd Fondermann
I am not going too much into the topic itself, just a few more general questions at first. Joachim Draeger wrote: Cluster Imap is quite resource intensive. Is it? Why? How does IMAP resource consumption compare to already existing James parts like POP3 and UserRepositories? I would have

Re: IMAP Draft: Quota

2006-07-05 Thread Bernd Fondermann
Joachim, are you really making that good progress you are already discussing advanced features, or are quotas required by IMAP? Quotas should be a generic James concept, not something restricted to IMAP. As the whole Repository/Mailbox architecture should continue to not be protocol agnostic.

svn commit: r419230 - in /james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver: ./ fastfailfilter/

2006-07-05 Thread norman
Author: norman Date: Wed Jul 5 06:56:02 2006 New Revision: 419230 URL: http://svn.apache.org/viewvc?rev=419230&view=rev Log: Replace ConntectHandler and MessageHandler with abstract classes. Move basic code from AbstractCommandHandler to AbstractGeneralHandler Added: james/server/sandbox/ha

svn commit: r419171 - in /james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver: ./ basefilter/ fastfailfilter/

2006-07-05 Thread norman
Author: norman Date: Tue Jul 4 23:01:29 2006 New Revision: 419171 URL: http://svn.apache.org/viewvc?rev=419171&view=rev Log: Replace interface CommandHandler with abstract class AbstractCommandHandler Added: james/server/sandbox/handlerapi/src/java/org/apache/james/smtpserver/AbstractComma

[jira] Assigned: (JAMES-552) Clamav code should be moved to a "generic" class to use it on mailet,matcher,messagehandler

2006-07-05 Thread Vincenzo Gianferrari Pini (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-552?page=all ] Vincenzo Gianferrari Pini reassigned JAMES-552: --- Assign To: Vincenzo Gianferrari Pini > Clamav code should be moved to a "generic" class to use it on > mailet,matcher,messagehandl

[jira] Commented: (JAMES-552) Clamav code should be moved to a "generic" class to use it on mailet,matcher,messagehandler

2006-07-05 Thread Vincenzo Gianferrari Pini (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-552?page=comments#action_12419232 ] Vincenzo Gianferrari Pini commented on JAMES-552: - More generally, we talked about setting up a common way (I would use an interface) to help refactor the appli

Re: svn commit: r419010 - in /james/server/sandbox/handlerapi/src: java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/basefilter/ java/org/apache/james/smtpserver/fastfailfilter/ test/

2006-07-05 Thread Norman Maurer
Am Mittwoch, den 05.07.2006, 10:09 +0200 schrieb Stefano Bagnara: > Norman Maurer wrote: > > Hi guys, > > > > after reading the code a bit more i notice that the > > setStopHandlerProcessing(boolean) and getStopHandlerProcessing() is not > > needed on the current implementation. At the moment the

Re: [LONG] Re: [jira] Commented: (JAMES-495) Decide how to replace Avalon Configuration

2006-07-05 Thread Bernd Fondermann
Stefano Bagnara wrote: This is a big message and I don't have too much time, but it deserve some questions/answers Bernd Fondermann wrote: = Propositions = - Setters - Let's add setters for all kinds of configuration parameters to the Configurables in James. If a parameter cannot be set af

Re: svn commit: r419010 - in /james/server/sandbox/handlerapi/src: java/org/apache/james/smtpserver/ java/org/apache/james/smtpserver/basefilter/ java/org/apache/james/smtpserver/fastfailfilter/ test/

2006-07-05 Thread Stefano Bagnara
Norman Maurer wrote: Hi guys, after reading the code a bit more i notice that the setStopHandlerProcessing(boolean) and getStopHandlerProcessing() is not needed on the current implementation. At the moment the handlerProccessing get stoppen after a handler write a response to the user. Anyway im