[VOTE] James 2.3.0b3 Release

2006-07-10 Thread Norman Maurer
After the fix of the 2 blockin issues i think we are ready for a new beta release. So i build,sign and upload it. You can grab it from: http://people.apache.org/~norman/james/ bye Norman signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

svn commit: r420739 - /james/server/branches/v2.3/default.properties

2006-07-10 Thread norman
Author: norman Date: Mon Jul 10 23:16:52 2006 New Revision: 420739 URL: http://svn.apache.org/viewvc?rev=420739&view=rev Log: Correct version number Modified: james/server/branches/v2.3/default.properties Modified: james/server/branches/v2.3/default.properties URL: http://svn.apache.org/vie

Re: IMAP Draft: Cluster

2006-07-10 Thread Norman Maurer
Am Montag, den 10.07.2006, 21:05 -0600 schrieb Mike Heath: > On Mon, 2006-07-10 at 14:57 +0200, Joachim Draeger wrote: > > > > Maybe such idle connections could be handled by a special thread and if > > > any real work is starting on a connection, this one is handed over to a > > > worker thread

Re: IMAP Draft: Cluster

2006-07-10 Thread Mike Heath
On Mon, 2006-07-10 at 14:57 +0200, Joachim Draeger wrote: > > Maybe such idle connections could be handled by a special thread and if > > any real work is starting on a connection, this one is handed over to a > > worker thread? > > To allow many idle connections but limit the maximal possible

svn commit: r420597 - /james/server/trunk/src/test/org/apache/james/transport/mailets/NullTest.java

2006-07-10 Thread norman
Author: norman Date: Mon Jul 10 11:09:29 2006 New Revision: 420597 URL: http://svn.apache.org/viewvc?rev=420597&view=rev Log: Fix some typos Modified: james/server/trunk/src/test/org/apache/james/transport/mailets/NullTest.java Modified: james/server/trunk/src/test/org/apache/james/transpor

svn commit: r420596 - /james/server/trunk/src/test/org/apache/james/transport/mailets/NullTest.java

2006-07-10 Thread norman
Author: norman Date: Mon Jul 10 11:03:39 2006 New Revision: 420596 URL: http://svn.apache.org/viewvc?rev=420596&view=rev Log: Add junit test for Null Mailet Added: james/server/trunk/src/test/org/apache/james/transport/mailets/NullTest.java Added: james/server/trunk/src/test/org/apache/jame

[jira] Resolved: (JAMES-563) Add Mailet to convert attributes to headers

2006-07-10 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-563?page=all ] Norman Maurer resolved JAMES-563: - Resolution: Fixed > Add Mailet to convert attributes to headers > --- > > Key: JAMES-563 > URL:

svn commit: r420593 - /james/server/branches/v2.3/src/test/org/apache/james/test/mock/mailet/MockMailetConfig.java

2006-07-10 Thread norman
Author: norman Date: Mon Jul 10 10:46:45 2006 New Revision: 420593 URL: http://svn.apache.org/viewvc?rev=420593&view=rev Log: Override setProperty(String,String) to work like aspected in the mocked object. Modified: james/server/branches/v2.3/src/test/org/apache/james/test/mock/mailet/MockMa

svn commit: r420591 - /james/server/trunk/src/test/org/apache/james/transport/mailets/MailAttributesToMimeHeadersTest.java

2006-07-10 Thread norman
Author: norman Date: Mon Jul 10 10:36:11 2006 New Revision: 420591 URL: http://svn.apache.org/viewvc?rev=420591&view=rev Log: Add junit test for MailAttrbutesToMimeHeaders mailet. See JAMES-563 Added: james/server/trunk/src/test/org/apache/james/transport/mailets/MailAttributesToMimeHeadersT

svn commit: r420589 - /james/server/trunk/src/test/org/apache/james/test/mock/mailet/MockMailetConfig.java

2006-07-10 Thread norman
Author: norman Date: Mon Jul 10 10:34:46 2006 New Revision: 420589 URL: http://svn.apache.org/viewvc?rev=420589&view=rev Log: Override setProperty(String,String) to work like aspected in the mocked object. Modified: james/server/trunk/src/test/org/apache/james/test/mock/mailet/MockMailetConf

[jira] Commented: (JAMES-559) Message body get lost after call saveChanges() and move to other processor

2006-07-10 Thread Vincenzo Gianferrari Pini (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-559?page=comments#action_12420116 ] Vincenzo Gianferrari Pini commented on JAMES-559: - It works now for me. Thanks to all of the team for the work. I'll test 2.3.0b2 again in production on the week

[jira] Commented: (JAMES-561) User aliasing does not work

2006-07-10 Thread Vincenzo Gianferrari Pini (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-561?page=comments#action_12420117 ] Vincenzo Gianferrari Pini commented on JAMES-561: - It works now for me. Thanks to all of the team for the work. I'll test 2.3.0b2 again in production on the week

Thing to keep in mind for future mail/message repositories

2006-07-10 Thread Stefano Bagnara
Working on http://issues.apache.org/jira/browse/JAMES-559 I had to remove most of the optimisation added to MimeMessageWrapper (the ones more performance oriented). The main problem is that we cannot use streaming if we want to write a message to the same record/file we're reading from. I'm

svn commit: r420566 - in /james/server/branches/v2.3/src: java/org/apache/james/core/MimeMessageWrapper.java test/org/apache/james/core/MimeMessageWrapperTest.java

2006-07-10 Thread bago
Author: bago Date: Mon Jul 10 08:34:20 2006 New Revision: 420566 URL: http://svn.apache.org/viewvc?rev=420566&view=rev Log: Further mimemessage handling optimisation conservative changes (not a code revert, but a logical revert) (JAMES-559) It seems to work even without this change because of a w

svn commit: r420564 - in /james/server/trunk/src: java/org/apache/james/core/MimeMessageWrapper.java test/org/apache/james/core/MimeMessageWrapperTest.java test/org/apache/james/mailrepository/AvalonM

2006-07-10 Thread bago
Author: bago Date: Mon Jul 10 08:24:48 2006 New Revision: 420564 URL: http://svn.apache.org/viewvc?rev=420564&view=rev Log: Further mimemessage handling optimisation conservative changes (not a code revert, but a logical revert) (JAMES-559) It seems to work even without this change because of a w

[jira] Resolved: (JAMES-559) Message body get lost after call saveChanges() and move to other processor

2006-07-10 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-559?page=all ] Stefano Bagnara resolved JAMES-559: --- Resolution: Fixed Reverted the SharedFileInputStream to FileInputStream for file based repositories. This is a workaround that disable previous optim

Re: IMAP Draft: Quota

2006-07-10 Thread Bernd Fondermann
Joachim Draeger wrote: Am Samstag, den 08.07.2006, 13:41 +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 i

svn commit: r420536 - /james/server/trunk/src/java/org/apache/james/transport/mailets/MailAttributesToMimeHeaders.java

2006-07-10 Thread norman
Author: norman Date: Mon Jul 10 07:17:36 2006 New Revision: 420536 URL: http://svn.apache.org/viewvc?rev=420536&view=rev Log: Remove old debugs Modified: james/server/trunk/src/java/org/apache/james/transport/mailets/MailAttributesToMimeHeaders.java Modified: james/server/trunk/src/java/or

svn commit: r420534 - /james/server/trunk/src/java/org/apache/james/transport/mailets/MailAttributesToMimeHeaders.java

2006-07-10 Thread norman
Author: norman Date: Mon Jul 10 07:15:31 2006 New Revision: 420534 URL: http://svn.apache.org/viewvc?rev=420534&view=rev Log: Add mailet to convert attributes to headers. See JAMES-563 Added: james/server/trunk/src/java/org/apache/james/transport/mailets/MailAttributesToMimeHeaders.java Add

[jira] Updated: (JAMES-561) User aliasing does not work

2006-07-10 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-561?page=all ] Stefano Bagnara updated JAMES-561: -- Fix Version: 2.3.0b3 (was: 2.3.0) > User aliasing does not work > --- > > Key: JAMES-561 > URL

[jira] Updated: (JAMES-560) SetMimeHeader not throw an MessagingException if needed config values missed

2006-07-10 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-560?page=all ] Stefano Bagnara updated JAMES-560: -- Fix Version: 2.3.0b3 (was: 2.3.0) Version: 2.3.0b2 > SetMimeHeader not throw an MessagingException if needed config values misse

[jira] Updated: (JAMES-554) Set the right svn property for excutable files

2006-07-10 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-554?page=all ] Stefano Bagnara updated JAMES-554: -- Fix Version: 2.3.0b3 (was: 2.3.0) Version: 2.3.0b2 > Set the right svn property for excutable files > --

RE: (JAMES-561) User aliasing does not work

2006-07-10 Thread Noel J. Bergman
Norman Maurer wrote: > you are right. I was wrong. <> No worries. > Anyway just tested your fix and it works fine. :-) Thanks. Close the JIRA issue if you're confident. --- Noel - To unsubscribe, e-mail: [EMAIL PROT

[jira] Updated: (JAMES-559) Message body get lost after call saveChanges() and move to other processor

2006-07-10 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-559?page=all ] Stefano Bagnara updated JAMES-559: -- Fix Version: 2.3.0b3 (was: 2.3.0b2) > Message body get lost after call saveChanges() and move to other processor > -

svn commit: r420526 - /james/server/branches/v2.3/src/java/org/apache/james/mailrepository/filepair/AbstractFileRepository.java

2006-07-10 Thread bago
Author: bago Date: Mon Jul 10 07:02:10 2006 New Revision: 420526 URL: http://svn.apache.org/viewvc?rev=420526&view=rev Log: Remove AbstractFileRepository optimisation that caused body message corruption when using file repositories (JAMES-559) Modified: james/server/branches/v2.3/src/java/o

Re: IMAP Draft: Quota

2006-07-10 Thread Joachim Draeger
Am Samstag, den 08.07.2006, 13:41 +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 s

svn commit: r420520 - in /james/server/trunk/src: java/org/apache/james/mailrepository/ java/org/apache/james/mailrepository/filepair/ test/org/apache/james/mailrepository/ test/org/apache/james/test/

2006-07-10 Thread bago
Author: bago Date: Mon Jul 10 06:34:26 2006 New Revision: 420520 URL: http://svn.apache.org/viewvc?rev=420520&view=rev Log: Remove AbstractFileRepository optimisation that caused body message corruption when using file repositories (JAMES-559) Added: james/server/trunk/src/test/org/apache/ja

[jira] Commented: (JAMES-562) Aliasmanagment should not depend on a user

2006-07-10 Thread Noel J. Bergman (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-562?page=comments#action_12420075 ] Noel J. Bergman commented on JAMES-562: --- I consider this issue resolved, since the virtual user table capability provides flexible alias and forwarding capabilities. Cur

Re: IMAP Draft: Cluster

2006-07-10 Thread Joachim Draeger
Am Samstag, den 08.07.2006, 13:08 +0200 schrieb Bernd Fondermann: > > Actually there is a inactivity limit of 30 minutes defined in the RFC > > and clients should be able to deal with the fact that they might be > > thrown out from time to time. > > But any command restarts this timeout. A simple

[jira] Commented: (JAMES-559) Message body get lost after call saveChanges() and move to other processor

2006-07-10 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-559?page=comments#action_12420040 ] Stefano Bagnara commented on JAMES-559: --- Status update: I wrote a unittest for this and the unittest fail. A good first step. The problem only happens in file repositori

[jira] Created: (JAMES-563) Add Mailet to convert attributes to headers

2006-07-10 Thread Norman Maurer (JIRA)
Add Mailet to convert attributes to headers --- Key: JAMES-563 URL: http://issues.apache.org/jira/browse/JAMES-563 Project: James Type: New Feature Components: Matchers/Mailets (bundled) Reporter: Norman Maurer Assign