svn commit: r1175769 - /james/server/trunk/queue-file/src/main/java/org/apache/james/queue/file/FileMailQueue.java

2011-09-26 Thread norman
Author: norman Date: Mon Sep 26 10:10:50 2011 New Revision: 1175769 URL: http://svn.apache.org/viewvc?rev=1175769view=rev Log: Fix management operations. See JAMES-1316 Modified: james/server/trunk/queue-file/src/main/java/org/apache/james/queue/file/FileMailQueue.java Modified: james

svn commit: r1175811 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractSession.java

2011-09-26 Thread norman
Author: norman Date: Mon Sep 26 11:52:44 2011 New Revision: 1175811 URL: http://svn.apache.org/viewvc?rev=1175811view=rev Log: Use extra hashmap to store state of session Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractSession.java Modified: james

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

2011-09-26 Thread norman
Author: norman Date: Mon Sep 26 12:26:03 2011 New Revision: 1175825 URL: http://svn.apache.org/viewvc?rev=1175825view=rev Log: Remove ProtocolSession.writeResponse(...). See PROTOCOLS-35 Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractSession.java

svn commit: r1175826 - /james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver/DataLineLMTPMessageHookHandler.java

2011-09-26 Thread norman
Author: norman Date: Mon Sep 26 12:26:58 2011 New Revision: 1175826 URL: http://svn.apache.org/viewvc?rev=1175826view=rev Log: Remove ProtocolSession.writeResponse(...). See PROTOCOLS-35 Modified: james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver

[jira] [Created] (PROTOCOLS-36) NettyProtocolSession.writeResponse(...) does not maintain order of written Responses if FutureResponse and Response is mixed

2011-09-26 Thread Norman Maurer (JIRA)
URL: https://issues.apache.org/jira/browse/PROTOCOLS-36 Project: JAMES Protocols Issue Type: Bug Affects Versions: 1.6 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6 If we mix FutureResponse and Response

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

2011-09-26 Thread norman
Author: norman Date: Tue Sep 27 05:54:29 2011 New Revision: 1176210 URL: http://svn.apache.org/viewvc?rev=1176210view=rev Log: Just use one interface for result handling Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler/ProtocolHandlerResultHandler.java

svn commit: r1176211 - in /james/server/trunk: pop3server/src/main/java/org/apache/james/pop3server/jmx/ protocols-library/src/main/java/org/apache/james/protocols/lib/jmx/ smtpserver/src/main/java/or

2011-09-26 Thread norman
Author: norman Date: Tue Sep 27 05:55:31 2011 New Revision: 1176211 URL: http://svn.apache.org/viewvc?rev=1176211view=rev Log: Just use one interface for result handling Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/jmx/ConnectHandlerResultJMXMonitor.java

svn commit: r1175345 - /james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver/DataLineLMTPMessageHookHandler.java

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 09:23:17 2011 New Revision: 1175345 URL: http://svn.apache.org/viewvc?rev=1175345view=rev Log: LineHandler and ConnectHandler now return Response. See PROTOCOLS-34 Modified: james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver

svn commit: r1175419 - in /james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver: DataLineLMTPMessageHookHandler.java LMTPMultiResponse.java netty/LMTPServer.java

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 16:06:40 2011 New Revision: 1175419 URL: http://svn.apache.org/viewvc?rev=1175419view=rev Log: LineHandler and ConnectHandler now return Response. See PROTOCOLS-34 Added: james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver

svn commit: r1175434 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java api/src/main/java/org/apache/james/protocols/api/Response.java impl/src/main/ja

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 17:28:54 2011 New Revision: 1175434 URL: http://svn.apache.org/viewvc?rev=1175434view=rev Log: Remove Response.getRawLine() Added: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/NettyConstants.java (with props) Modified

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

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 17:31:13 2011 New Revision: 1175435 URL: http://svn.apache.org/viewvc?rev=1175435view=rev Log: Remove not needed castings Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/esmtp/MailSizeEsmtpExtension.java Modified

svn commit: r1175436 - /james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver/LMTPMultiResponse.java

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 17:32:12 2011 New Revision: 1175436 URL: http://svn.apache.org/viewvc?rev=1175436view=rev Log: Remove Response.getRawLine() Modified: james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver/LMTPMultiResponse.java Modified: james/server/trunk

svn commit: r1175439 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/ smtp/src/main/java/org/apache/james/protocols/smtp/

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 17:36:43 2011 New Revision: 1175439 URL: http://svn.apache.org/viewvc?rev=1175439view=rev Log: Move getConnectionState() to the ProtocolSession and add implementation to AbstractSession Modified: james/protocols/trunk/api/src/main/java/org/apache/james

svn commit: r1175441 - /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3SessionImpl.java

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 17:38:32 2011 New Revision: 1175441 URL: http://svn.apache.org/viewvc?rev=1175441view=rev Log: (empty) Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3SessionImpl.java Modified: james/server/trunk/pop3server/src/main

svn commit: r1175443 - in /james/protocols/trunk/smtp/src: main/java/org/apache/james/protocols/smtp/ main/java/org/apache/james/protocols/smtp/core/fastfail/ test/java/org/apache/james/protocols/smtp

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 17:42:51 2011 New Revision: 1175443 URL: http://svn.apache.org/viewvc?rev=1175443view=rev Log: Remove SMTPSession.sleep(...) Removed: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/fastfail/TarpitHandler.java james

svn commit: r1175444 - /james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/fastfail/TarpitHandler.java

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 17:43:07 2011 New Revision: 1175444 URL: http://svn.apache.org/viewvc?rev=1175444view=rev Log: Remove SMTPSession.sleep(...) Removed: james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/fastfail/TarpitHandler.java

svn commit: r1175445 - in /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api: BaseRequest.java ProtocolSession.java ProtocolSessionFactory.java ProtocolTransport.java

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 17:55:58 2011 New Revision: 1175445 URL: http://svn.apache.org/viewvc?rev=1175445view=rev Log: Add javadocs Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/BaseRequest.java james/protocols/trunk/api/src/main/java/org

svn commit: r1175447 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/NettyConstants.java

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 18:00:33 2011 New Revision: 1175447 URL: http://svn.apache.org/viewvc?rev=1175447view=rev Log: Committed by mistake Removed: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/NettyConstants.java

svn commit: r1175448 - /james/protocols/trunk/impl/src/main/java/org/jboss/

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 18:02:31 2011 New Revision: 1175448 URL: http://svn.apache.org/viewvc?rev=1175448view=rev Log: Remove empty package Removed: james/protocols/trunk/impl/src/main/java/org/jboss

[jira] [Resolved] (PROTOCOLS-32) Add a lower-level api which allows Handlers to return a Response in a async fashion

2011-09-25 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-32. Resolution: Fixed Fix Version/s: 1.6 Add a lower-level api which allows Handlers

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

2011-09-25 Thread norman
Author: norman Date: Sun Sep 25 18:14:10 2011 New Revision: 1175459 URL: http://svn.apache.org/viewvc?rev=1175459view=rev Log: Make AUTH login more useful on FAIL. Thanks to Thomas UNG for the patch. See PROTOCOLS-26 Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james

[jira] [Resolved] (PROTOCOLS-26) Make AUTH method failed string a more useful error message

2011-09-25 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-26. Resolution: Fixed Fix Version/s: (was: 1.5) 1.6 Committed

[jira] [Resolved] (PROTOCOLS-31) Add a simple netty bases SMTPServer implementation

2011-09-25 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-31. Resolution: Fixed done Add a simple netty bases SMTPServer implementation

[jira] [Created] (PROTOCOLS-34) LineHandler/ConnectHandler should return a Response

2011-09-24 Thread Norman Maurer (JIRA)
: Norman Maurer Assignee: Norman Maurer LineHandler and ConectHandler should return a Response object if they want to write a Msg back to the client and not use ProtocolSession.writeResponse(...). This will make the contract much more clear and also allows us to remove

[jira] [Created] (PROTOCOLS-35) Remove ProtocolSession.writeResponse(...)

2011-09-24 Thread Norman Maurer (JIRA)
Versions: 1.5 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6 We should remove ProtocolSession.writeResponse(...) method and just use on ProtocolTransport.write(...) if needed. -- This message is automatically generated by JIRA. For more

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

2011-09-24 Thread norman
Author: norman Date: Sat Sep 24 12:02:47 2011 New Revision: 1175162 URL: http://svn.apache.org/viewvc?rev=1175162view=rev Log: LineHandler and ConnectHandler now return Response. See PROTOCOLS-34 Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/Response.java

svn commit: r1175163 - in /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/core: POP3CommandDispatcherLineHandler.java WelcomeMessageHandler.java

2011-09-24 Thread norman
Author: norman Date: Sat Sep 24 12:03:52 2011 New Revision: 1175163 URL: http://svn.apache.org/viewvc?rev=1175163view=rev Log: LineHandler and ConnectHandler now return Response. See PROTOCOLS-34 Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/core

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

2011-09-24 Thread norman
Author: norman Date: Sat Sep 24 12:23:18 2011 New Revision: 1175165 URL: http://svn.apache.org/viewvc?rev=1175165view=rev Log: LineHandler and ConnectHandler now return Response. See PROTOCOLS-34 Modified: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl

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

2011-09-24 Thread norman
Author: norman Date: Sat Sep 24 19:10:11 2011 New Revision: 1175223 URL: http://svn.apache.org/viewvc?rev=1175223view=rev Log: LineHandler and ConnectHandler now return Response. See PROTOCOLS-34 Modified: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl

svn commit: r1175224 - in /james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver: DataLineJamesMessageHookHandler.java POP3BeforeSMTPHandler.java

2011-09-24 Thread norman
Author: norman Date: Sat Sep 24 19:11:43 2011 New Revision: 1175224 URL: http://svn.apache.org/viewvc?rev=1175224view=rev Log: LineHandler and ConnectHandler now return Response. See PROTOCOLS-34 Modified: james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver

[jira] [Resolved] (PROTOCOLS-34) LineHandler/ConnectHandler should return a Response

2011-09-24 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-34. Resolution: Fixed Fix Version/s: 1.6 done... LineHandler/ConnectHandler should

svn commit: r1175228 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java

2011-09-24 Thread norman
Author: norman Date: Sat Sep 24 19:53:49 2011 New Revision: 1175228 URL: http://svn.apache.org/viewvc?rev=1175228view=rev Log: Fix possible NPE Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java Modified: james/protocols/trunk/api/src

svn commit: r1175229 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java

2011-09-24 Thread norman
Author: norman Date: Sat Sep 24 19:55:07 2011 New Revision: 1175229 URL: http://svn.apache.org/viewvc?rev=1175229view=rev Log: Mark final Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java Modified: james/protocols/trunk/api/src/main

svn commit: r1175230 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/Response.java

2011-09-24 Thread norman
Author: norman Date: Sat Sep 24 19:56:52 2011 New Revision: 1175230 URL: http://svn.apache.org/viewvc?rev=1175230view=rev Log: Adjust javadocs Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/Response.java Modified: james/protocols/trunk/api/src/main/java

svn commit: r1174533 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java smtp/src/main/java/org/apache/james/protocols/smtp/SMTPResponse.java

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 06:05:05 2011 New Revision: 1174533 URL: http://svn.apache.org/viewvc?rev=1174533view=rev Log: Allow to have a null constructor for sub-classes Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java james

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

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 09:24:36 2011 New Revision: 1174606 URL: http://svn.apache.org/viewvc?rev=1174606view=rev Log: Allow to extend this class Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataLineMessageHookHandler.java Modified: james

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

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 10:53:15 2011 New Revision: 1174647 URL: http://svn.apache.org/viewvc?rev=1174647view=rev Log: Allow to extend this class and handle FutureResponse Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core

svn commit: r1174670 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/MailEnvelopeImpl.java

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 11:32:55 2011 New Revision: 1174670 URL: http://svn.apache.org/viewvc?rev=1174670view=rev Log: Fix MailEnvelopeImpl outputstream creation Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/MailEnvelopeImpl.java Modified

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

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 11:36:28 2011 New Revision: 1174671 URL: http://svn.apache.org/viewvc?rev=1174671view=rev Log: Allow to overwrite MailEnvelope creation Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataCmdHandler.java Modified

svn commit: r1174093 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/Response.java

2011-09-22 Thread norman
Author: norman Date: Thu Sep 22 12:38:47 2011 New Revision: 1174093 URL: http://svn.apache.org/viewvc?rev=1174093view=rev Log: Remove setters from the interface. The setters should only be present in the impls Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api

svn commit: r1174095 - /james/server/trunk/queue-file/src/main/java/org/apache/james/queue/file/FileMailQueue.java

2011-09-22 Thread norman
Author: norman Date: Thu Sep 22 12:40:33 2011 New Revision: 1174095 URL: http://svn.apache.org/viewvc?rev=1174095view=rev Log: Make sure the FileMailQueue also handles messages with delay the right way. See JAMES-1316 Modified: james/server/trunk/queue-file/src/main/java/org/apache/james

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

2011-09-22 Thread norman
Author: norman Date: Thu Sep 22 13:27:35 2011 New Revision: 1174122 URL: http://svn.apache.org/viewvc?rev=1174122view=rev Log: Remove return value from ConnectHandler/LineHandler as it makes no sense. Not sure why I thought it would make sense before.. Beside this I added special type

svn commit: r1174123 - in /james/server/trunk: lmtpserver/src/main/java/org/apache/james/lmtpserver/ pop3server/src/main/java/org/apache/james/pop3server/core/ protocols-library/src/main/java/org/apac

2011-09-22 Thread norman
Author: norman Date: Thu Sep 22 13:28:58 2011 New Revision: 1174123 URL: http://svn.apache.org/viewvc?rev=1174123view=rev Log: Adjust for latest protocol changes Modified: james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver/CoreCmdHandlerLoader.java james/server

[jira] [Resolved] (JAMES-1316) Add a file based MailQueue implementation

2011-09-22 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1316. -- Resolution: Fixed FileMailQueue is in trunk now Add a file based MailQueue implementation

[jira] [Resolved] (JAMES-1317) Mail spooled but not processed

2011-09-22 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1317. -- Resolution: Fixed Fix Version/s: 3.0-beta4 I think its fixed by JAMES-1319. Could you

svn commit: r1174304 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractSession.java

2011-09-22 Thread norman
Author: norman Date: Thu Sep 22 18:34:18 2011 New Revision: 1174304 URL: http://svn.apache.org/viewvc?rev=1174304view=rev Log: Correctly handle FutureResponse Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractSession.java Modified: james/protocols

[jira] [Commented] (JAMES-1317) Mail spooled but not processed

2011-09-22 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112845#comment-13112845 ] Norman Maurer commented on JAMES-1317: -- Yes that should be right Mail spooled

svn commit: r1174512 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPResponse.java

2011-09-22 Thread norman
Author: norman Date: Fri Sep 23 04:04:06 2011 New Revision: 1174512 URL: http://svn.apache.org/viewvc?rev=1174512view=rev Log: Allow to only set the return code as this is valid in smtp Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPResponse.java

Re: New app development based on James 3M3 database...

2011-09-21 Thread Norman Maurer
for IMAP public static final int MIME_CONTENT = 0x1000;- Only interesting for IMAP I will add some javadocs... Bye, Norman 2011/9/21 Luc Saulière luc.sauli...@gmail.com: Thx for helping. The M2 dependency in my pom is the mailbox-adapter, the version is the latest given by maven. Is this dependency

[jira] [Created] (PROTOCOLS-33) Encoder/Decoder should be generic

2011-09-21 Thread Norman Maurer (JIRA)
: 1.5 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6 For Netty we have an Encoder and Decoder to convert stuff to a Request and from a Response. This kind of Encoder / Decoder should not depend on netty and are generic as we also need it when using

svn commit: r1173013 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java smtp/src/main/java/org/apache/james/protocols/smtp/SMTPResponse.java

2011-09-20 Thread norman
Author: norman Date: Tue Sep 20 07:44:16 2011 New Revision: 1173013 URL: http://svn.apache.org/viewvc?rev=1173013view=rev Log: Add Abstract implementation of Response Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractResponse.java (with props) Modified

svn commit: r1173014 - /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Response.java

2011-09-20 Thread norman
Author: norman Date: Tue Sep 20 07:44:27 2011 New Revision: 1173014 URL: http://svn.apache.org/viewvc?rev=1173014view=rev Log: Add Abstract implementation of Response Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Response.java Modified: james/server

[jira] [Resolved] (JAMES-1303) IMAPServer / SMTPServer / POP3Server MAY close the Channel before all messages are flushed out

2011-09-20 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1303. -- Resolution: Fixed was done... IMAPServer / SMTPServer / POP3Server MAY close the Channel

[jira] [Resolved] (JAMES-1302) SMTPNettySession.sleep(...) is not implemented

2011-09-20 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1302. -- Resolution: Invalid SMTPSession.sleep(..) was removed SMTPNettySession.sleep

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

2011-09-20 Thread norman
Author: norman Date: Wed Sep 21 05:06:46 2011 New Revision: 1173499 URL: http://svn.apache.org/viewvc?rev=1173499view=rev Log: EhloCommandHandler should hook in its extensions also Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/esmtp

svn commit: r1173506 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPProtocolHandlerChain.java

2011-09-20 Thread norman
Author: norman Date: Wed Sep 21 05:58:24 2011 New Revision: 1173506 URL: http://svn.apache.org/viewvc?rev=1173506view=rev Log: Allow to overwrite default handlers Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPProtocolHandlerChain.java Modified

svn commit: r1172483 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/ smtp/src/main/java/org/apache/james/protocols/smtp/

2011-09-19 Thread norman
Author: norman Date: Mon Sep 19 06:44:49 2011 New Revision: 1172483 URL: http://svn.apache.org/viewvc?rev=1172483view=rev Log: Merge TLSSupportedSession with ProtocolSession Removed: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/TLSSupportedSession.java Modified

svn commit: r1172484 - /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Session.java

2011-09-19 Thread norman
Author: norman Date: Mon Sep 19 06:45:33 2011 New Revision: 1172484 URL: http://svn.apache.org/viewvc?rev=1172484view=rev Log: Merge TLSSupportedSession with ProtocolSession Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Session.java Modified: james

svn commit: r1172488 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/ api/src/main/java/org/apache/james/protocols/api/handler/ smtp/src/main/java/org/apache/james/protoc

2011-09-19 Thread norman
Author: norman Date: Mon Sep 19 06:53:03 2011 New Revision: 1172488 URL: http://svn.apache.org/viewvc?rev=1172488view=rev Log: Move Handler stuff to extra package Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler/WiringException.java - copied

svn commit: r1172489 - in /james/server/trunk: pop3server/src/main/java/org/apache/james/pop3server/core/ protocols-library/src/main/java/org/apache/james/protocols/lib/ protocols-library/src/main/jav

2011-09-19 Thread norman
Author: norman Date: Mon Sep 19 06:53:39 2011 New Revision: 1172489 URL: http://svn.apache.org/viewvc?rev=1172489view=rev Log: Move Handler stuff to extra package Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/core/CapaCmdHandler.java james/server

svn commit: r1172981 - /james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/bean/factory/protocols/ProtocolHandlerLoaderBeanFactory.java

2011-09-19 Thread norman
Author: norman Date: Tue Sep 20 05:52:16 2011 New Revision: 1172981 URL: http://svn.apache.org/viewvc?rev=1172981view=rev Log: Move Handler stuff to extra package Modified: james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/bean/factory/protocols

svn commit: r1172253 - /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/LineHandlerUpstreamHandler.java

2011-09-18 Thread norman
Author: norman Date: Sun Sep 18 11:24:15 2011 New Revision: 1172253 URL: http://svn.apache.org/viewvc?rev=1172253view=rev Log: Make sure all bytes are written to the client before closing the channel Modified: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl

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

2011-09-18 Thread norman
Author: norman Date: Sun Sep 18 11:27:27 2011 New Revision: 1172255 URL: http://svn.apache.org/viewvc?rev=1172255view=rev Log: Merge AbstractChannelUpstreamHandler with BasicChannelUpstreamHandler as there is no need to have both Removed: james/protocols/trunk/impl/src/main/java/org/apache

svn commit: r1172256 - in /james/protocols/trunk/impl/src/main/java/org: apache/james/protocols/impl/ jboss/netty/handler/connection/

2011-09-18 Thread norman
Author: norman Date: Sun Sep 18 11:28:56 2011 New Revision: 1172256 URL: http://svn.apache.org/viewvc?rev=1172256view=rev Log: Remove jboss package Added: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/ConnectionLimitUpstreamHandler.java - copied, changed

svn commit: r1172257 - /james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/IMAPServer.java

2011-09-18 Thread norman
Author: norman Date: Sun Sep 18 11:29:20 2011 New Revision: 1172257 URL: http://svn.apache.org/viewvc?rev=1172257view=rev Log: Adjust for latest protocol changes Modified: james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/IMAPServer.java Modified: james/server

svn commit: r1172306 - /james/server/trunk/mailetcontainer-camel/src/main/java/org/apache/james/mailetcontainer/impl/camel/CamelMailetProcessor.java

2011-09-18 Thread norman
Author: norman Date: Sun Sep 18 17:35:16 2011 New Revision: 1172306 URL: http://svn.apache.org/viewvc?rev=1172306view=rev Log: Don't use parallel processing when splitting the Mail. See JAMES-1319 Modified: james/server/trunk/mailetcontainer-camel/src/main/java/org/apache/james

[jira] [Created] (JAMES-1319) CamelMailetProcessor MAY use more threads as expected and so has some side-effects

2011-09-18 Thread Norman Maurer (JIRA)
: JAMES Server Issue Type: Bug Components: SpoolManager Processors Affects Versions: 3.0-beta3 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 3.0-beta4 In CamelMailetProcessor we use parallel processing when splitting the mail

[jira] [Resolved] (JAMES-1319) CamelMailetProcessor MAY use more threads as expected and so has some side-effects

2011-09-18 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1319. -- Resolution: Fixed CamelMailetProcessor MAY use more threads as expected and so has some

svn commit: r1172326 - /james/server/trunk/core/src/main/java/org/apache/james/core/MimeMessageWrapper.java

2011-09-18 Thread norman
Author: norman Date: Sun Sep 18 19:30:33 2011 New Revision: 1172326 URL: http://svn.apache.org/viewvc?rev=1172326view=rev Log: Don't call saveChanges() if not needed. See JAMES-1320 Modified: james/server/trunk/core/src/main/java/org/apache/james/core/MimeMessageWrapper.java Modified

[jira] [Resolved] (JAMES-1320) MimeMessageWrapper.writeTo(...) calls saveChanges() even if not needed

2011-09-18 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1320. -- Resolution: Fixed done MimeMessageWrapper.writeTo(...) calls saveChanges() even

[jira] [Created] (JAMES-1320) MimeMessageWrapper.writeTo(...) calls saveChanges() even if not needed

2011-09-18 Thread Norman Maurer (JIRA)
Type: Improvement Affects Versions: 3.0-beta3 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 3.0-beta4 When MimeMessageWrapper.writeTo(...) is called we call saveChanges() everytime even when the messagewas not modified at all. This is not neeed

svn commit: r1171926 - in /james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl: AbstractResponseEncoder.java NettyServer.java ResponseEncoder.java

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 07:51:21 2011 New Revision: 1171926 URL: http://svn.apache.org/viewvc?rev=1171926view=rev Log: Rename AbstractResponseEncoder to ResponseEncoder Added: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl/ResponseEncoder.java

[jira] [Resolved] (PROTOCOLS-30) STARTTLS handling is not correct and can cause touble execution of the STARTTLS handling

2011-09-17 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-30. Resolution: Fixed done STARTTLS handling is not correct and can cause touble execution

[jira] [Resolved] (PROTOCOLS-28) Use zero-file-copy if possible in AbstractSession.writeStream(...)

2011-09-17 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-28. Resolution: Won't Fix Writing a stream was removed from the abstract class Use zero

[jira] [Resolved] (PROTOCOLS-3) Add some reusable implementation code

2011-09-17 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-3. --- Resolution: Fixed Fix Version/s: 1.6 I think this can get closed now Add some

svn commit: r1171965 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPProtocol.java

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 12:36:57 2011 New Revision: 1171965 URL: http://svn.apache.org/viewvc?rev=1171965view=rev Log: Allow to pass in a ProtocolHandlerChain to make it more reusable. Maybe we should restrict somehow but not sure how yet Modified: james/protocols/trunk/smtp/src

svn commit: r1171969 - in /james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/netty: SMTPChannelUpstreamHandler.java SMTPNettySession.java SMTPServer.java

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 12:47:07 2011 New Revision: 1171969 URL: http://svn.apache.org/viewvc?rev=1171969view=rev Log: Refactor smtpserver to for latest protocols refactoring Modified: james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver/netty

svn commit: r1171971 - /james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver/netty/LMTPServer.java

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 13:10:46 2011 New Revision: 1171971 URL: http://svn.apache.org/viewvc?rev=1171971view=rev Log: Refactor lmtpserver for latest protocols refactoring Modified: james/server/trunk/lmtpserver/src/main/java/org/apache/james/lmtpserver/netty/LMTPServer.java

svn commit: r1171984 - in /james/server/trunk/pop3server/src: main/java/org/apache/james/pop3server/ main/java/org/apache/james/pop3server/core/ main/java/org/apache/james/pop3server/netty/ test/java/

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 14:06:40 2011 New Revision: 1171984 URL: http://svn.apache.org/viewvc?rev=1171984view=rev Log: Refactor pop3server for latest protocols refactoring Added: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Protocol.java (with props

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

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 14:08:52 2011 New Revision: 1171986 URL: http://svn.apache.org/viewvc?rev=1171986view=rev Log: make sure all buffers are written to the client before close the channel Modified: james/protocols/trunk/impl/src/main/java/org/apache/james/protocols/impl

svn commit: r1172016 - in /james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver: ExtendedSMTPSession.java SenderAuthIdentifyVerificationRcptHook.java netty/SMTPNettySession.java net

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 16:54:03 2011 New Revision: 1172016 URL: http://svn.apache.org/viewvc?rev=1172016view=rev Log: Rename SMTPNettySession to ExtendedSMTPSession and move it out of the netty package Added: james/server/trunk/smtpserver/src/main/java/org/apache/james/smtpserver

svn commit: r1172017 - in /james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty: ImapChannelUpstreamHandler.java NettyImapSession.java

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 16:55:03 2011 New Revision: 1172017 URL: http://svn.apache.org/viewvc?rev=1172017view=rev Log: Fix imapserver for latest protocols refactoring Modified: james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty

[jira] [Resolved] (JAMES-1318) RemoteDelivery tries to modify the returned Collection of Mail.getRecipients() directly

2011-09-17 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1318. -- Resolution: Fixed RemoteDelivery tries to modify the returned Collection

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

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 18:01:09 2011 New Revision: 1172032 URL: http://svn.apache.org/viewvc?rev=1172032view=rev Log: Copy the recipients collection before try to modify it. See JAMES-1318 Modified: james/server/trunk/mailets/src/main/java/org/apache/james/transport/mailets

[jira] [Updated] (JAMES-1318) RemoteDelivery tries to modify the returned Collection of Mail.getRecipients() directly

2011-09-17 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated JAMES-1318: - Component/s: Matchers/Mailets (bundled) Affects Version/s: 3.0-beta3 Fix

[jira] [Created] (JAMES-1318) RemoteDelivery tries to modify the returned Collection of Mail.getRecipients() directly

2011-09-17 Thread Norman Maurer (JIRA)
Project: JAMES Server Issue Type: Bug Reporter: Norman Maurer Priority: Critical In RemoteDelivery we try to modify the returned Collection of Mail.getRecipients() directly. This may fail because a Collection can be read-only as remove etc is an optional

svn commit: r1172041 - in /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/netty: POP3ChannelUpstreamHandler.java POP3ProtocolTransport.java POP3ResponseEncoder.java POP3Server

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 18:33:25 2011 New Revision: 1172041 URL: http://svn.apache.org/viewvc?rev=1172041view=rev Log: Fix race-condition in pop3server. Now it works again without deadlocking Added: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/netty

svn commit: r1172042 - /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/netty/POP3ResponseEncoder.java

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 18:35:12 2011 New Revision: 1172042 URL: http://svn.apache.org/viewvc?rev=1172042view=rev Log: Not needed anymore Removed: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/netty/POP3ResponseEncoder.java

svn commit: r1172045 - in /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server: POP3HandlerConfiguration.java POP3HandlerConfigurationData.java POP3Protocol.java POP3Session.java P

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 18:44:33 2011 New Revision: 1172045 URL: http://svn.apache.org/viewvc?rev=1172045view=rev Log: Rename POP3HandlerConfigurationData to POP3HandlerConfiguration and remove one not needed method Added: james/server/trunk/pop3server/src/main/java/org/apache

svn commit: r1172046 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/ impl/src/main/java/org/apache/james/protocols/impl/log/ smtp/src/main/java/org/apache/james/protocol

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 18:47:43 2011 New Revision: 1172046 URL: http://svn.apache.org/viewvc?rev=1172046view=rev Log: Merge RetCodeResponse with Response interface Removed: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/RetCodeResponse.java Modified

svn commit: r1172047 - /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Response.java

2011-09-17 Thread norman
Author: norman Date: Sat Sep 17 18:48:10 2011 New Revision: 1172047 URL: http://svn.apache.org/viewvc?rev=1172047view=rev Log: Merge RetCodeResponse with Response interface Modified: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/POP3Response.java Modified: james

[jira] [Commented] (IMAP-340) James don't preserve UID order when copying messages

2011-09-17 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13107213#comment-13107213 ] Norman Maurer commented on IMAP-340: I think this should be moved to MAILBOX. James

[jira] [Created] (PROTOCOLS-30) STARTTLS handling is not correct and can cause touble execution of the STARTTLS handling

2011-09-16 Thread Norman Maurer (JIRA)
Project: JAMES Protocols Issue Type: Bug Components: api, smtp Affects Versions: 1.5 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6 When we handler STARTTLS we are current write the Response to the client via

[jira] [Created] (PROTOCOLS-31) Add a simple netty bases SMTPServer implementation

2011-09-16 Thread Norman Maurer (JIRA)
Components: smtp Affects Versions: 1.5 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6 At the moment we only ship the api for the SMTP-Server + some transport independent stuff. It would be nice if we could also include some simple SMTPServer

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

2011-09-16 Thread norman
Author: norman Date: Fri Sep 16 10:54:43 2011 New Revision: 1171499 URL: http://svn.apache.org/viewvc?rev=1171499view=rev Log: Handle STARTTLS correctly by use an special interface for the SMTPStartTlsResponse. See PROTOCOLS-30 Added: james/protocols/trunk/api/src/main/java/org/apache

svn commit: r1171500 - in /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server: StartTlsPop3Response.java core/StlsCmdHandler.java

2011-09-16 Thread norman
Author: norman Date: Fri Sep 16 10:56:13 2011 New Revision: 1171500 URL: http://svn.apache.org/viewvc?rev=1171500view=rev Log: Handle STARTTLS correctly. See PROTOCOLS-30 Added: james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/StartTlsPop3Response.java (with props

svn commit: r1171501 - in /james/protocols/trunk/smtp-netty: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/james/ src/main/java/org/apache/jame

2011-09-16 Thread norman
Author: norman Date: Fri Sep 16 10:57:30 2011 New Revision: 1171501 URL: http://svn.apache.org/viewvc?rev=1171501view=rev Log: Add simple SMTPServer by using netty. See PROTOCOLS-31 Added: james/protocols/trunk/smtp-netty/ (with props) james/protocols/trunk/smtp-netty/.classpath

svn commit: r1171502 - in /james/protocols/trunk: impl/src/main/java/org/apache/james/protocols/impl/ smtp/src/main/java/org/apache/james/protocols/smtp/ smtp/src/main/java/org/apache/james/protocols/

2011-09-16 Thread norman
Author: norman Date: Fri Sep 16 10:58:43 2011 New Revision: 1171502 URL: http://svn.apache.org/viewvc?rev=1171502view=rev Log: Add simple SMTPServer by using netty. See PROTOCOLS-31 Added: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/SMTPConfigurationImpl.java

svn commit: r1171509 - /james/protocols/trunk/smtp-netty/src/main/java/org/apache/james/protocols/smtp/netty/SMTPChannelUpstreamHandler.java

2011-09-16 Thread norman
Author: norman Date: Fri Sep 16 11:27:01 2011 New Revision: 1171509 URL: http://svn.apache.org/viewvc?rev=1171509view=rev Log: Mark some stuff protected Modified: james/protocols/trunk/smtp-netty/src/main/java/org/apache/james/protocols/smtp/netty/SMTPChannelUpstreamHandler.java Modified

svn commit: r1171510 - in /james/server/trunk: ./ protocols-library/src/main/java/org/apache/james/protocols/lib/netty/ smtpserver/ smtpserver/src/main/java/org/apache/james/smtpserver/netty/

2011-09-16 Thread norman
Author: norman Date: Fri Sep 16 11:27:54 2011 New Revision: 1171510 URL: http://svn.apache.org/viewvc?rev=1171510view=rev Log: Reuse protocols-smtp-netty jar Modified: james/server/trunk/pom.xml james/server/trunk/protocols-library/src/main/java/org/apache/james/protocols/lib/netty

<    4   5   6   7   8   9   10   11   12   13   >