Re: [imap] Website?

2008-11-17 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: i'd like to try to push out a imap M1 this year. one of the remaining jobs is creating a website. so we need to decide upon an URL. http://james.apache.org/imap? http://james.apache.org/protocol/imap? http://james.apache.org/server/imap?

JAMES Server Nightly Build Report

2008-11-17 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below:

Re: [crypto] Repackage?

2008-11-17 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: ATM the cryptographic mailet code is packaged into: * org.apache.james.security (http://svn.apache.org/repos/asf/james/mailet/crypto/trunk/src/main/java/org/apache/james/security/) * org.apache.james.transport.mailets.smime

[EMAIL PROTECTED]: Project james-jsieve (in module james-jsieve) failed

2008-11-17 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project james-jsieve has an issue affecting its community integration. This issue

[mime4j] Remove StringArrayMap?

2008-11-17 Thread Markus Wiederkehr
Does org.apache.james.mime4j.util.StringArrayMap serve any purpose? It does not seem to be used anywhere and in my opinion should be removed or marked as deprecated.. Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [imap] Website?

2008-11-17 Thread Robert Burrell Donkin
On Mon, Nov 17, 2008 at 8:32 AM, Stefano Bagnara [EMAIL PROTECTED] wrote: Robert Burrell Donkin ha scritto: i'd like to try to push out a imap M1 this year. one of the remaining jobs is creating a website. so we need to decide upon an URL. http://james.apache.org/imap?

[mime4j] Reopen MIME4J-77?

2008-11-17 Thread Markus Wiederkehr
With MIME4J-77 the decision was made to separate MimeException from IOException and introduce an adapter class MimeIOException which extends IOException. The Message constructor now throws IOException and MimeIOException.. I just noticed that Entity.writeTo() still declares IOException and

Re: [mime4j] Remove StringArrayMap?

2008-11-17 Thread Oleg Kalnichevski
On Mon, 2008-11-17 at 13:23 +0100, Markus Wiederkehr wrote: Does org.apache.james.mime4j.util.StringArrayMap serve any purpose? It does not seem to be used anywhere and in my opinion should be removed or marked as deprecated.. +1 Oleg Markus

Re: [mime4j] Reopen MIME4J-77?

2008-11-17 Thread Oleg Kalnichevski
On Mon, 2008-11-17 at 14:15 +0100, Markus Wiederkehr wrote: With MIME4J-77 the decision was made to separate MimeException from IOException and introduce an adapter class MimeIOException which extends IOException. The Message constructor now throws IOException and MimeIOException.. I just

Re: [mime4j] Reopen MIME4J-77?

2008-11-17 Thread Markus Wiederkehr
On Mon, Nov 17, 2008 at 2:28 PM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Mon, 2008-11-17 at 14:15 +0100, Markus Wiederkehr wrote: With MIME4J-77 the decision was made to separate MimeException from IOException and introduce an adapter class MimeIOException which extends IOException. The

Re: [mime4j] Reopen MIME4J-77?

2008-11-17 Thread Oleg Kalnichevski
On Mon, 2008-11-17 at 14:42 +0100, Markus Wiederkehr wrote: On Mon, Nov 17, 2008 at 2:28 PM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Mon, 2008-11-17 at 14:15 +0100, Markus Wiederkehr wrote: With MIME4J-77 the decision was made to separate MimeException from IOException and introduce

Re: [mime4j] Remove StringArrayMap?

2008-11-17 Thread Robert Burrell Donkin
On Mon, Nov 17, 2008 at 1:27 PM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Mon, 2008-11-17 at 13:23 +0100, Markus Wiederkehr wrote: Does org.apache.james.mime4j.util.StringArrayMap serve any purpose? It does not seem to be used anywhere and in my opinion should be removed or marked as

[jira] Created: (JAMES-881) ValidSentAddresses not removed from recipients list on SendFailedException

2008-11-17 Thread Jean Marc (JIRA)
ValidSentAddresses not removed from recipients list on SendFailedException -- Key: JAMES-881 URL: https://issues.apache.org/jira/browse/JAMES-881 Project: JAMES Server

Re: [mime4j] Remove StringArrayMap?

2008-11-17 Thread Norman Maurer
I think it would worth to deprecate it first... Cheers, Norman 2008/11/17 Robert Burrell Donkin [EMAIL PROTECTED] On Mon, Nov 17, 2008 at 1:27 PM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Mon, 2008-11-17 at 13:23 +0100, Markus Wiederkehr wrote: Does

Re: [crypto] Repackage?

2008-11-17 Thread Robert Burrell Donkin
On Mon, Nov 17, 2008 at 8:35 AM, Stefano Bagnara [EMAIL PROTECTED] wrote: Robert Burrell Donkin ha scritto: ATM the cryptographic mailet code is packaged into: * org.apache.james.security (http://svn.apache.org/repos/asf/james/mailet/crypto/trunk/src/main/java/org/apache/james/security/) *

svn commit: r718356 - in /james/mime4j/trunk/src: main/java/org/apache/james/mime4j/message/ test/java/org/apache/james/mime4j/message/

2008-11-17 Thread olegk
Author: olegk Date: Mon Nov 17 12:16:31 2008 New Revision: 718356 URL: http://svn.apache.org/viewvc?rev=718356view=rev Log: #writeTo(InputStream, Mode) method of message components to throw MimeIOException instead of MimeException Modified:

svn commit: r718361 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/util/StringArrayMap.java

2008-11-17 Thread olegk
Author: olegk Date: Mon Nov 17 12:18:58 2008 New Revision: 718361 URL: http://svn.apache.org/viewvc?rev=718361view=rev Log: Deprecated StringArrayMap Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/util/StringArrayMap.java Modified:

Re: [mime4j] Reopen MIME4J-77?

2008-11-17 Thread Oleg Kalnichevski
On Mon, 2008-11-17 at 15:10 +0100, Oleg Kalnichevski wrote: On Mon, 2008-11-17 at 14:42 +0100, Markus Wiederkehr wrote: On Mon, Nov 17, 2008 at 2:28 PM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Mon, 2008-11-17 at 14:15 +0100, Markus Wiederkehr wrote: With MIME4J-77 the decision

Re: [mime4j] Remove StringArrayMap?

2008-11-17 Thread Oleg Kalnichevski
Deprecated. To be removed in 0.7. Oleg On Mon, 2008-11-17 at 19:42 +0100, Norman Maurer wrote: I think it would worth to deprecate it first... Cheers, Norman 2008/11/17 Robert Burrell Donkin [EMAIL PROTECTED] On Mon, Nov 17, 2008 at 1:27 PM, Oleg Kalnichevski [EMAIL PROTECTED]

Re: [mime4j] Reopen MIME4J-77?

2008-11-17 Thread Markus Wiederkehr
On Mon, Nov 17, 2008 at 9:20 PM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: ... Done. Please review. Looks good, thanks! Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r718390 - in /james/protocols/imap/trunk/src: ./ site/ site/resources/ site/resources/images/ site/resources/images/asf-logo-reduced.gif site/resources/images/james-imap-logo.gif site/site

2008-11-17 Thread rdonkin
Author: rdonkin Date: Mon Nov 17 13:31:53 2008 New Revision: 718390 URL: http://svn.apache.org/viewvc?rev=718390view=rev Log: Initial web site Added: james/protocols/imap/trunk/src/ (with props) james/protocols/imap/trunk/src/site/ james/protocols/imap/trunk/src/site/resources/

svn commit: r718392 - /james/protocols/imap/trunk/stage/biz.aQute/

2008-11-17 Thread rdonkin
Author: rdonkin Date: Mon Nov 17 13:34:31 2008 New Revision: 718392 URL: http://svn.apache.org/viewvc?rev=718392view=rev Log: Prepare to support OSGi Added: james/protocols/imap/trunk/stage/biz.aQute/ - copied from r718391, james/mailet/api/trunk/stage/biz.aQute/

svn commit: r718398 - in /james/protocols/imap/trunk: LICENSE.base LICENSE.txt NOTICE.base NOTICE.txt stage/jmock/jars/jmock-1.1.0.LICENSE stage/village/jars/village-2.0.LICENSE

2008-11-17 Thread rdonkin
Author: rdonkin Date: Mon Nov 17 13:49:54 2008 New Revision: 718398 URL: http://svn.apache.org/viewvc?rev=718398view=rev Log: Correct license information Added: james/protocols/imap/trunk/LICENSE.base - copied, changed from r718392, james/protocols/imap/trunk/LICENSE.txt

svn commit: r718399 - in /james/protocols/imap/trunk: NOTICE.base NOTICE.txt api/NOTICE.txt deployment/NOTICE.txt mailbox/NOTICE.txt message/NOTICE.txt processor/NOTICE.txt protocol-tester/NOTICE.txt

2008-11-17 Thread rdonkin
Author: rdonkin Date: Mon Nov 17 13:53:22 2008 New Revision: 718399 URL: http://svn.apache.org/viewvc?rev=718399view=rev Log: Correct copyright dates Modified: james/protocols/imap/trunk/NOTICE.base james/protocols/imap/trunk/NOTICE.txt james/protocols/imap/trunk/api/NOTICE.txt

svn commit: r718401 - in /james/protocols/imap/trunk: api/LICENSE.txt decode/LICENSE.txt deployment/LICENSE.txt mailbox/LICENSE.txt message/LICENSE.txt processor/LICENSE.txt protocol-tester/LICENSE.tx

2008-11-17 Thread rdonkin
Author: rdonkin Date: Mon Nov 17 13:55:42 2008 New Revision: 718401 URL: http://svn.apache.org/viewvc?rev=718401view=rev Log: All module licenses should really just be plain Apache ones. Modified: james/protocols/imap/trunk/api/LICENSE.txt james/protocols/imap/trunk/decode/LICENSE.txt

svn commit: r718410 - /james/protocols/imap/trunk/pom.xml

2008-11-17 Thread rdonkin
Author: rdonkin Date: Mon Nov 17 14:14:50 2008 New Revision: 718410 URL: http://svn.apache.org/viewvc?rev=718410view=rev Log: Include NOTICE and LICENSE in jars Modified: james/protocols/imap/trunk/pom.xml Modified: james/protocols/imap/trunk/pom.xml URL:

svn commit: r718425 - in /james/protocols/imap/trunk: build-tools/common-build.xml build-tools/module-build.xml include.properties

2008-11-17 Thread rdonkin
Author: rdonkin Date: Mon Nov 17 14:51:12 2008 New Revision: 718425 URL: http://svn.apache.org/viewvc?rev=718425view=rev Log: Enable OSGi Modified: james/protocols/imap/trunk/build-tools/common-build.xml james/protocols/imap/trunk/build-tools/module-build.xml