JAMES Server Nightly Build Report

2007-03-24 Thread JAMES Nightly Build System
Updating From Source Control Acore-library/src/main/java/org/apache/james/core/CopyInputStream.java Ucore-library/src/main/java/org/apache/james/core/Abs

RE: [JSieve] Documentation Improvements

2007-03-24 Thread Steve Brewin
robert burrell donkin wrote: > > > On 3/24/07, Steve Brewin <[EMAIL PROTECTED]> wrote: > > robert burrell donkin wrote: > > > > > > > > > i've finished a MailAdapter that i can use to test SIEVE scripts. > > > basically, it wraps a javamail message and preserves a > recording of > > > the actions

svn commit: r522096 - in /james/jsieve/trunk: pom.xml src/site/xdoc/index.xml

2007-03-24 Thread rdonkin
Author: rdonkin Date: Sat Mar 24 12:12:16 2007 New Revision: 522096 URL: http://svn.apache.org/viewvc?view=rev&rev=522096 Log: Added more detail to the jSieve documentation. Hopefully people will jump in and correct any mistakes. Modified: james/jsieve/trunk/pom.xml james/jsieve/trunk/sr

Re: [JSieve] Documentation Improvements

2007-03-24 Thread robert burrell donkin
On 3/24/07, Steve Brewin <[EMAIL PROTECTED]> wrote: robert burrell donkin wrote: > > i've finished a MailAdapter that i can use to test SIEVE scripts. > basically, it wraps a javamail message and preserves a recording of > the actions accumulated when execute was called. this should allow me

RE: [JSieve] Documentation Improvements

2007-03-24 Thread Steve Brewin
robert burrell donkin wrote: > > On 3/23/07, Steve Brewin <[EMAIL PROTECTED]> wrote: > > robert burrell donkin wrote: > > > > > > the documentation on > http://james.apache.org/jsieve/index.html looks a > > > little sparse to me. i find that writing up documentation is often > > > useful when learn

Re: BouncyCastle libraries and IP patents

2007-03-24 Thread robert burrell donkin
On 3/24/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: I'm lurker on [EMAIL PROTECTED] and I just noticed they removed bouncycastle in favor of jdk JCE because BouncyCastle libraries contains patented code). that's not strictly true: this is not about a software patent. IDEA is a patented algor

svn commit: r522056 - in /james/server/trunk: core-library/src/main/java/org/apache/james/core/ core-library/src/main/java/org/apache/james/fetchmail/ core-library/src/main/java/org/apache/james/imaps

2007-03-24 Thread bago
Author: bago Date: Sat Mar 24 10:23:19 2007 New Revision: 522056 URL: http://svn.apache.org/viewvc?view=rev&rev=522056 Log: Moved around 3 Stream handling classes in order to remove fetchmail and imapserver packages from the core-library (avoid splitting packages in multiple modules) Added:

BouncyCastle libraries and IP patents

2007-03-24 Thread Stefano Bagnara
I'm lurker on [EMAIL PROTECTED] and I just noticed they removed bouncycastle in favor of jdk JCE because BouncyCastle libraries contains patented code). Does anyone know anything more about this issue? Does this apply to James Server, too? Stefano --

svn commit: r522034 - /james/server/trunk/stage/org.apache.james/jars/jsieve-0.2-SNAPSHOT.jar

2007-03-24 Thread berndf
Author: berndf Date: Sat Mar 24 07:03:23 2007 New Revision: 522034 URL: http://svn.apache.org/viewvc?view=rev&rev=522034 Log: use java 1.4 based jsieve build instead of java 1.5 Modified: james/server/trunk/stage/org.apache.james/jars/jsieve-0.2-SNAPSHOT.jar Modified: james/server/trunk/stag

Re: [JSieve] Documentation Improvements

2007-03-24 Thread robert burrell donkin
On 3/23/07, Steve Brewin <[EMAIL PROTECTED]> wrote: robert burrell donkin wrote: > > the documentation on http://james.apache.org/jsieve/index.html looks a > little sparse to me. i find that writing up documentation is often > useful when learning a new technology. shall i go ahead and create a >