svn commit: r1204411 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/FutureStreamResponseImpl.java

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 09:18:21 2011 New Revision: 1204411 URL: http://svn.apache.org/viewvc?rev=1204411view=rev Log: Formatting Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/FutureStreamResponseImpl.java Modified:

svn commit: r1204420 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/ impl/src/main/java/org/apache/james/protocols/impl/

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 09:48:23 2011 New Revision: 1204420 URL: http://svn.apache.org/viewvc?rev=1204420view=rev Log: Rename Secure to Encryption and add javadocs. See PROTOCOLS-51 Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/Encryption.java

svn commit: r1204423 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java pop3/src/main/java/org/apache/james/protocols/pop3/POP3Response.java

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 09:52:33 2011 New Revision: 1204423 URL: http://svn.apache.org/viewvc?rev=1204423view=rev Log: trim the code before set it Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java

svn commit: r1204425 - /james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/POP3Response.java

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 10:01:08 2011 New Revision: 1204425 URL: http://svn.apache.org/viewvc?rev=1204425view=rev Log: Provide static instances of +OK and -ERR responses Modified: james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/POP3Response.java Modified:

svn commit: r1204427 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/AbstractAsyncServer.java

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 10:08:53 2011 New Revision: 1204427 URL: http://svn.apache.org/viewvc?rev=1204427view=rev Log: Only allow to set the listen address when server is not running Modified:

svn commit: r1204430 - in /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl: AbstractChannelPipelineFactory.java AbstractSSLAwareChannelPipelineFactory.java HandlerConstants.ja

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 10:19:49 2011 New Revision: 1204430 URL: http://svn.apache.org/viewvc?rev=1204430view=rev Log: Add HandlerConstants which holds the keys under which the ChannelHandlers get added to the ChannelPipeline Added:

svn commit: r1204431 - in /james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/core: CapaCmdHandler.java PassCmdHandler.java UserCmdHandler.java

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 10:25:58 2011 New Revision: 1204431 URL: http://svn.apache.org/viewvc?rev=1204431view=rev Log: Cleanup imports Modified: james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/core/CapaCmdHandler.java

svn commit: r1204433 - in /james/protocols/trunk: lmtp/src/main/java/org/apache/james/protocols/lmtp/ smtp/src/main/java/org/apache/james/protocols/smtp/core/ smtp/src/main/java/org/apache/james/proto

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 10:29:27 2011 New Revision: 1204433 URL: http://svn.apache.org/viewvc?rev=1204433view=rev Log: cleanup Modified: james/protocols/trunk/lmtp/src/main/java/org/apache/james/protocols/lmtp/LMTPDataLineMessageHookHandler.java

svn commit: r1204438 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/BasicChannelUpstreamHandler.java

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 10:33:44 2011 New Revision: 1204438 URL: http://svn.apache.org/viewvc?rev=1204438view=rev Log: Remove usage of @deprecated methods and suppress some warnings Modified:

[jira] [Commented] (JAMES-1347) RemoteDelivery Mailet should support SSL

2011-11-21 Thread Steve Brewin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13154112#comment-13154112 ] Steve Brewin commented on JAMES-1347: - Yes, that is exactly right and what I do too.

svn commit: r1204493 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/netty/ pop3server/src/main/java/org/apache/james/pop3server/netty/ protocols-library/src/main/java/o

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 13:46:59 2011 New Revision: 1204493 URL: http://svn.apache.org/viewvc?rev=1204493view=rev Log: Adjust for latest protocols changes. See PROTOCOLS-51 Modified: james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/IMAPServer.java

[jira] [Created] (JAMES-1348) Update RemoteDelivery mailet Javadoc to reflect reality

2011-11-21 Thread Steve Brewin (Created) (JIRA)
Update RemoteDelivery mailet Javadoc to reflect reality --- Key: JAMES-1348 URL: https://issues.apache.org/jira/browse/JAMES-1348 Project: JAMES Server Issue Type: Improvement

svn commit: r1204508 - /james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java

2011-11-21 Thread sbrewin
Author: sbrewin Date: Mon Nov 21 14:14:26 2011 New Revision: 1204508 URL: http://svn.apache.org/viewvc?rev=1204508view=rev Log: JAMES-1347 - RemoteDelivery Mailet should support SSL JAMES-1348 - Update RemoteDelivery mailet Javadoc to reflect reality Modified:

[jira] [Resolved] (JAMES-1347) RemoteDelivery Mailet should support SSL

2011-11-21 Thread Steve Brewin (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Brewin resolved JAMES-1347. - Resolution: Fixed Delivered RemoteDelivery.java Committed revision 1204508.

[jira] [Resolved] (JAMES-1348) Update RemoteDelivery mailet Javadoc to reflect reality

2011-11-21 Thread Steve Brewin (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Brewin resolved JAMES-1348. - Resolution: Fixed Delivered RemoteDelivery.java Committed revision 1204508.

Re: [VOTE] Release TLP (pom.xml) Apache James Project 1.8

2011-11-21 Thread Felix Knecht
[X] +1 Please release - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

[RESULT] [VOTE] Release TLP (pom.xml) Apache James Project 1.8

2011-11-21 Thread Felix Knecht
Hi the vote passed with: +1 Norman, Stefano, Eric, Robert, Felix +1 (non binding) Ioan Thanks for everyone who voted. I will push the release to maven central and the apache mirrors. Regards Felix - To unsubscribe, e-mail:

svn commit: r1204691 - in /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api: FutureResponseImpl.java FutureStreamResponseImpl.java StartTlsFutureResponse.java

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 20:41:19 2011 New Revision: 1204691 URL: http://svn.apache.org/viewvc?rev=1204691view=rev Log: Make FutureResponseImpl more easy to use Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/FutureResponseImpl.java

svn commit: r1204692 - in /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api: FutureStreamResponseImpl.java StartTlsFutureResponse.java

2011-11-21 Thread norman
Author: norman Date: Mon Nov 21 20:47:08 2011 New Revision: 1204692 URL: http://svn.apache.org/viewvc?rev=1204692view=rev Log: Add some more detail to the IllegalArgumentException Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/FutureStreamResponseImpl.java

[jira] [Resolved] (PROTOCOLS-50) Allow to access the local bound address and the remote bound address

2011-11-21 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-50. Resolution: Fixed Allow to access the local bound address and the remote bound

svn commit: r1204699 - /james/server/trunk/pom.xml

2011-11-21 Thread felixk
Author: felixk Date: Mon Nov 21 20:57:22 2011 New Revision: 1204699 URL: http://svn.apache.org/viewvc?rev=1204699view=rev Log: Update to james-project 1.8 Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL:

svn commit: r1204811 - /james/server/trunk/pom.xml

2011-11-21 Thread felixk
Author: felixk Date: Tue Nov 22 05:15:27 2011 New Revision: 1204811 URL: http://svn.apache.org/viewvc?rev=1204811view=rev Log: - Remove duplicates from parent - Reordering Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL:

svn commit: r1204814 - in /james/protocols/trunk: api/pom.xml impl/pom.xml lmtp/pom.xml pom.xml pop3/pom.xml smtp/pom.xml

2011-11-21 Thread felixk
Author: felixk Date: Tue Nov 22 05:35:41 2011 New Revision: 1204814 URL: http://svn.apache.org/viewvc?rev=1204814view=rev Log: - Update to james-project 1.8 - Remove duplicates from parent - Reformat Modified: james/protocols/trunk/api/pom.xml james/protocols/trunk/impl/pom.xml

svn commit: r1204817 - in /james/mailbox/trunk: api/pom.xml guice/pom.xml hbase/pom.xml jcr/pom.xml jpa/pom.xml lucene/pom.xml maildir/pom.xml memory/pom.xml pom.xml spring/pom.xml store/pom.xml tool/

2011-11-21 Thread felixk
Author: felixk Date: Tue Nov 22 05:54:34 2011 New Revision: 1204817 URL: http://svn.apache.org/viewvc?rev=1204817view=rev Log: - Update to james-project 1.8 - Remove duplicates from parent - Reformat Modified: james/mailbox/trunk/api/pom.xml james/mailbox/trunk/guice/pom.xml

svn commit: r1204822 - in /james/jdkim/trunk: assemble/pom.xml mailets/pom.xml main/pom.xml pom.xml src/reporting-site/site.xml src/site/site.xml

2011-11-21 Thread felixk
Author: felixk Date: Tue Nov 22 06:13:02 2011 New Revision: 1204822 URL: http://svn.apache.org/viewvc?rev=1204822view=rev Log: Update to james-project 1.8 Modified: james/jdkim/trunk/assemble/pom.xml james/jdkim/trunk/mailets/pom.xml james/jdkim/trunk/main/pom.xml

svn commit: r1204823 - /james/jspf/trunk/pom.xml

2011-11-21 Thread felixk
Author: felixk Date: Tue Nov 22 06:20:44 2011 New Revision: 1204823 URL: http://svn.apache.org/viewvc?rev=1204823view=rev Log: Update to james-project 1.8 Modified: james/jspf/trunk/pom.xml Modified: james/jspf/trunk/pom.xml URL:

svn commit: r1204832 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/FutureResponseImpl.java

2011-11-21 Thread norman
Author: norman Date: Tue Nov 22 06:58:15 2011 New Revision: 1204832 URL: http://svn.apache.org/viewvc?rev=1204832view=rev Log: Correctly set the wrapped Response Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/FutureResponseImpl.java Modified:

svn commit: r1204842 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataCmdHandler.java

2011-11-21 Thread norman
Author: norman Date: Tue Nov 22 07:47:05 2011 New Revision: 1204842 URL: http://svn.apache.org/viewvc?rev=1204842view=rev Log: Don't tie responses to SMTPResponse Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataCmdHandler.java Modified:

svn commit: r1204847 - in /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core: ./ esmtp/

2011-11-21 Thread norman
Author: norman Date: Tue Nov 22 07:56:29 2011 New Revision: 1204847 URL: http://svn.apache.org/viewvc?rev=1204847view=rev Log: Replace SMTPResponse with Response for the return types where ever possible. This allows easier extension of the classes Modified: