Re: [mailbox] Too Much Extension?

2007-06-07 Thread Stefano Bagnara
robert burrell donkin ha scritto: > the API in > https://svn.apache.org/repos/asf/james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager > > consists mostly of facet interfaces: specific capabilities that a > mailbox may possess. though i may prefer alternative designs, IMHO

Re: [mailbox] missing license headers

2007-06-07 Thread Stefano Bagnara
robert burrell donkin ha scritto: > it seems it should be covered by CLA or grant and his intention was > clear enough. probably just an oversight. so unless joachim jumps in, > IMHO probably safe to add headers. > > any objections? None from me. Stefano ---

Re: [mailbox] mailboxmanager -> mailbox?

2007-06-07 Thread Stefano Bagnara
robert burrell donkin ha scritto: > sorry (bad editing) - meant the root package not the classes within it Now it make more sense :-). I don't care too much of the package name. Do what you prefer. Stefano - To unsubscribe, e-m

Re: Mime4j and buffering

2007-06-07 Thread Stefano Bagnara
Andrew C. Oliver ha scritto: > although you can't use it (due to Apache's anti-LGPL dogma) > http://blog.buni.org/blog/mbarker/Meldware/2007/06/04/Panto-0-4-release-Still-really-fast > > > I suggest looking at the technique used by Buni's panto. Hi Andrew, I didn't think at it before, but Boyer

Re: Mime4j and buffering

2007-06-07 Thread Jukka Zitting
Hi, On 6/7/07, Andrew C. Oliver <[EMAIL PROTECTED]> wrote: although you can't use it (due to Apache's anti-LGPL dogma) http://blog.buni.org/blog/mbarker/Meldware/2007/06/04/Panto-0-4-release-Still-really-fast I suggest looking at the technique used by Buni's panto. Thanks for the tip! I actua

Re: Mime4j and buffering

2007-06-07 Thread Jukka Zitting
Hi, By the way, do we have somewhere a good set of test messages I could use when testing my Mime4j modifications? BR, Jukka Zitting - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Mime4j and buffering

2007-06-07 Thread Stefano Bagnara
Jukka Zitting ha scritto: > Hi, > > By the way, do we have somewhere a good set of test messages I could > use when testing my Mime4j modifications? > > BR, > > Jukka Zitting I attached here the messages I removed (for copyright issues) http://issues.apache.org/jira/browse/MIME4J-11 I think yo

Re: Mime4j and buffering

2007-06-07 Thread Stefano Bagnara
Stefano Bagnara ha scritto: > Andrew C. Oliver ha scritto: >> although you can't use it (due to Apache's anti-LGPL dogma) >> http://blog.buni.org/blog/mbarker/Meldware/2007/06/04/Panto-0-4-release-Still-really-fast >> >> >> I suggest looking at the technique used by Buni's panto. > > Hi Andrew, >

Re: [mailbox] mailboxmanager -> mailbox?

2007-06-07 Thread robert burrell donkin
On 6/7/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: robert burrell donkin ha scritto: > sorry (bad editing) - meant the root package not the classes within it Now it make more sense :-). I don't care too much of the package name. Do what you prefer. package names are important: it's the firs

Re: [mailbox] mailboxmanager -> mailbox?

2007-06-07 Thread Stefano Bagnara
robert burrell donkin ha scritto: > On 6/7/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: >> robert burrell donkin ha scritto: >> > sorry (bad editing) - meant the root package not the classes within it >> >> Now it make more sense :-). >> I don't care too much of the package name. Do what you pref

Re: [mailbox] Too Much Extension?

2007-06-07 Thread Norman Maurer
On Thu, 07 Jun 2007 09:34:43 +0200, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > robert burrell donkin ha scritto: >> the API in >> > https://svn.apache.org/repos/asf/james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager >> >> consists mostly of facet interfaces: specific

Re: [mailbox] missing license headers

2007-06-07 Thread Norman Maurer
On Thu, 07 Jun 2007 09:35:24 +0200, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > robert burrell donkin ha scritto: >> it seems it should be covered by CLA or grant and his intention was >> clear enough. probably just an oversight. so unless joachim jumps in, >> IMHO probably safe to add headers.

Re: Functional Testing

2007-06-07 Thread Serge Knystautas
On 5/31/07, robert burrell donkin <[EMAIL PROTECTED]> wrote: On 5/31/07, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > On a different note, some user back then noted that it could be > worthwhile to use JMeter as a test container infrastructure. a postage plugin for jmeter might be interesting

Re: [mailbox] mailboxmanager -> mailbox?

2007-06-07 Thread Serge Knystautas
On 6/7/07, robert burrell donkin <[EMAIL PROTECTED]> wrote: package names are important: it's the first thing that leaps out my plan for mailbox: 1 separate out mailbox into it's own module 2 fix the package name 3 fix the class names in the manner suggested by stefano if this is likely to tre

svn commit: r545282 [2/2] - in /james/server/sandbox/seda-imap-modular/experimental-seda-imap-function/src: main/java/org/apache/james/api/imap/ main/java/org/apache/james/experimental/imapserver/ mai

2007-06-07 Thread rdonkin
Modified: james/server/sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/experimental/imapserver/processor/imap4rev1/SearchProcessor.java URL: http://svn.apache.org/viewvc/james/server/sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/o

Re: Mime4j and buffering

2007-06-07 Thread robert burrell donkin
On 6/7/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 6/7/07, Andrew C. Oliver <[EMAIL PROTECTED]> wrote: > although you can't use it (due to Apache's anti-LGPL dogma) > http://blog.buni.org/blog/mbarker/Meldware/2007/06/04/Panto-0-4-release-Still-really-fast > > I suggest looking at the t

svn commit: r545297 - in /james/server: sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/ trunk/imap-api/src/main/java/org/apache/james/api/ima

2007-06-07 Thread rdonkin
Author: rdonkin Date: Thu Jun 7 13:16:26 2007 New Revision: 545297 URL: http://svn.apache.org/viewvc?view=rev&rev=545297 Log: Processor API for IMAP Added: james/server/trunk/imap-api/src/main/java/org/apache/james/api/imap/process/ - copied from r545296, james/server/sandbox/seda-ima

Re: svn commit: r545297 - in /james/server: sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/ trunk/imap-api/src/main/java/org/apache/james/api

2007-06-07 Thread robert burrell donkin
sorry - i've just broken trunk :-/ will revert - robert On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: rdonkin Date: Thu Jun 7 13:16:26 2007 New Revision: 545297 URL: http://svn.apache.org/viewvc?view=rev&rev=545297 Log: Processor API for IMAP Added: james/server/trunk/

svn commit: r545301 - in /james/server: sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/ trunk/imap-api/src/main/java/org/apache/james/api/ima

2007-06-07 Thread rdonkin
Author: rdonkin Date: Thu Jun 7 13:33:27 2007 New Revision: 545301 URL: http://svn.apache.org/viewvc?view=rev&rev=545301 Log: Reverted change that broken trunk Added: james/server/sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/

RE: Functional Testing

2007-06-07 Thread Steve Brewin
Serge Knystautas wrote: > > > On 5/31/07, robert burrell donkin > <[EMAIL PROTECTED]> wrote: > > On 5/31/07, Bernd Fondermann > <[EMAIL PROTECTED]> wrote: > > > On a different note, some user back then noted that it could be > > > worthwhile to use JMeter as a test container infrastructure. > > > >

Re: svn commit: r545301 - in /james/server: sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/ trunk/imap-api/src/main/java/org/apache/james/api

2007-06-07 Thread robert burrell donkin
Doh! rushing and completely stuffed up the revert sorry but it might take me a little while to recover - robert On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: rdonkin Date: Thu Jun 7 13:33:27 2007 New Revision: 545301 URL: http://svn.apache.org/viewvc?view=rev&rev=545301 Lo

svn commit: r545304 - in /james/server: sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/ trunk/imap-api/src/main/java/org/apache/james/api/ima

2007-06-07 Thread rdonkin
Author: rdonkin Date: Thu Jun 7 13:37:49 2007 New Revision: 545304 URL: http://svn.apache.org/viewvc?view=rev&rev=545304 Log: Try again Added: james/server/trunk/imap-api/src/main/java/org/apache/james/api/imap/ - copied from r545303, james/server/sandbox/seda-imap-modular/experimenta

svn commit: r545305 - in /james/server: sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/ trunk/imap-api/src/main/java/org/apache/james/api/ima

2007-06-07 Thread rdonkin
Author: rdonkin Date: Thu Jun 7 13:38:46 2007 New Revision: 545305 URL: http://svn.apache.org/viewvc?view=rev&rev=545305 Log: Move back the right classes this time Added: james/server/sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/

Re: svn commit: r545305 - in /james/server: sandbox/seda-imap-modular/experimental-seda-imap-function/src/main/java/org/apache/james/api/imap/process/ trunk/imap-api/src/main/java/org/apache/james/api

2007-06-07 Thread robert burrell donkin
think everyone should be back to status quo now - robert On 6/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: rdonkin Date: Thu Jun 7 13:38:46 2007 New Revision: 545305 URL: http://svn.apache.org/viewvc?view=rev&rev=545305 Log: Move back the right classes this time Added: jam