[jira] [Created] (PROTOCOLS-78) Add getCharset() and getLineDelimiters() to ProtocolSession

2011-12-31 Thread Norman Maurer (Created) (JIRA)
: Improvement Components: api Affects Versions: 1.6.0-RC1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6.0 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators

Re: Logging library in our projects

2011-12-31 Thread Norman Maurer
Hi there, I will review the Monitor usage in mime4j and then come back to you.. Have fun, Norman Von meinem iPad gesendet Am 31.12.2011 um 18:10 schrieb Stefano Bagnara apa...@bago.org: 2011/12/31 Norman Maurer nor...@apache.org: Hi Stefano, to be honest I like the monitor idea but its

svn commit: r1226195 - in /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core: AbstractAddHeadersFilter.java ReceivedDataLineFilter.java

2011-12-31 Thread norman
Author: norman Date: Sat Dec 31 22:02:54 2011 New Revision: 1226195 URL: http://svn.apache.org/viewvc?rev=1226195view=rev Log: Small code improvements. Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/AbstractAddHeadersFilter.java james/protocols

Re: [RESULT][VOTE] Release Apache James Protocols 1.6.0-RC1

2011-12-30 Thread Norman Maurer
Are you sure you have your ssh key setup? Bye Norman Von meinem iPhone gesendet Am 30.12.2011 um 18:37 schrieb Eric Charles e...@apache.org: Hi, I have updated the web site (wait 1 hour for rsynch) and our twitter feed (don't wait, go to http://twitter.com/#!/ApacheJames/status

Re: Logging library in our projects

2011-12-30 Thread Norman Maurer
slf4j. We did the same in jSPF. Hope it helps, Norman Von meinem iPhone gesendet Am 30.12.2011 um 20:48 schrieb Eric Charles e...@apache.org: Hi, I noticed: - https://issues.apache.org/jira/browse/JAMES-1149 (Replace commons-logging with jcl-over-slf4j) - and recent https

Re: [RESULT][VOTE] Release Apache James Protocols 1.6.0-RC1

2011-12-28 Thread Norman Maurer
Hi there, I pushed the release to the mirros and also maven central. @eric: I think you can update the news now.. Thanks, Norman 2011/12/24 Norman Maurer nor...@apache.org Hi there, The VOTE passed... +1 Felix, Stefano, Manuel, Norman,Steve +0 Ioan, Eric Thanks for Voting. I

svn commit: r1225212 - in /james/protocols/trunk/imap/src: main/java/org/apache/james/imap/main/ test/java/org/apache/james/imap/decode/main/ test/java/org/apache/james/imap/main/

2011-12-28 Thread norman
Author: norman Date: Wed Dec 28 16:06:34 2011 New Revision: 1225212 URL: http://svn.apache.org/viewvc?rev=1225212view=rev Log: Move some classes. See PROTOCOLS-73 Added: james/protocols/trunk/imap/src/test/java/org/apache/james/imap/decode/main/OutputStreamImapResponseWriter.java

svn commit: r1225213 - /james/protocols/trunk/imap/src/test/java/org/apache/james/imap/decode/parser/SearchCommandParserCharsetTest.java

2011-12-28 Thread norman
Author: norman Date: Wed Dec 28 16:09:26 2011 New Revision: 1225213 URL: http://svn.apache.org/viewvc?rev=1225213view=rev Log: cleanup. See PROTOCOLS-73 Modified: james/protocols/trunk/imap/src/test/java/org/apache/james/imap/decode/parser/SearchCommandParserCharsetTest.java Modified

[jira] [Commented] (PROTOCOLS-76) Remove dependency on slf4j

2011-12-27 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176210#comment-13176210 ] Norman Maurer commented on PROTOCOLS-76: I need to adjust server code to use

svn commit: r1225003 - in /james/protocols/trunk/imap/src/main/java/org/apache/james/protocols/imap: IMAPRequestLineReader.java IMAPSession.java

2011-12-27 Thread norman
Author: norman Date: Tue Dec 27 20:26:59 2011 New Revision: 1225003 URL: http://svn.apache.org/viewvc?rev=1225003view=rev Log: Add missing methods to IMAPSession and start to implment a custom ImapRequestLineReader. See PROTOCOLS-73 Added: james/protocols/trunk/imap/src/main/java/org

svn commit: r1225005 - in /james/protocols/trunk/imap/src: main/java/org/apache/james/imap/api/process/ main/java/org/apache/james/imap/decode/ main/java/org/apache/james/imap/decode/base/ main/java/o

2011-12-27 Thread norman
Author: norman Date: Tue Dec 27 20:29:56 2011 New Revision: 1225005 URL: http://svn.apache.org/viewvc?rev=1225005view=rev Log: move util classes to new package. See PROTOCOLS-73 Added: james/protocols/trunk/imap/src/main/java/org/apache/james/protocols/imap/utils/ james/protocols/trunk

svn commit: r1224757 - /james/protocols/branches/imap-integration/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 16:57:20 2011 New Revision: 1224757 URL: http://svn.apache.org/viewvc?rev=1224757view=rev Log: IMAP work will happen in trunk. See PROTOCOLS-73 Removed: james/protocols/branches/imap-integration

svn commit: r1224759 - /james/protocols/trunk/imap/src/main/java/org/apache/james/imap/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:07:59 2011 New Revision: 1224759 URL: http://svn.apache.org/viewvc?rev=1224759view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/main/java/org/apache/james/imap/ (props changed) - copied from r1224758, james

svn commit: r1224760 - /james/protocols/trunk/imap/src/main/java/org/apache/james/imap/imap/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:08:42 2011 New Revision: 1224760 URL: http://svn.apache.org/viewvc?rev=1224760view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/main/java/org/apache/james/imap/imap/ (props changed) - copied from r1224759

svn commit: r1224762 - /james/protocols/trunk/imap/src/main/java/org/apache/james/imap/*/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:10:50 2011 New Revision: 1224762 URL: http://svn.apache.org/viewvc?rev=1224762view=rev Log: Bad copy. See PROTOCOLS-73 Removed: james/protocols/trunk/imap/src/main/java/org/apache/james/imap

svn commit: r1224765 - /james/protocols/trunk/imap/src/main/java/org/apache/james/imap/encode/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:15:21 2011 New Revision: 1224765 URL: http://svn.apache.org/viewvc?rev=1224765view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/main/java/org/apache/james/imap/encode/ (props changed) - copied from r1224764

svn commit: r1224766 - /james/protocols/trunk/imap/src/main/java/org/apache/james/imap/main/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:15:49 2011 New Revision: 1224766 URL: http://svn.apache.org/viewvc?rev=1224766view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/main/java/org/apache/james/imap/main/ (props changed) - copied from r1224765

svn commit: r1224769 - /james/protocols/trunk/imap/src/main/java/org/apache/james/imap/imap/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:17:28 2011 New Revision: 1224769 URL: http://svn.apache.org/viewvc?rev=1224769view=rev Log: Bad copy. See PROTOCOLS-73 Removed: james/protocols/trunk/imap/src/main/java/org/apache/james/imap/imap

svn commit: r1224771 - /james/protocols/trunk/imap/src/main/java/org/apache/james/imap/processor/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:18:44 2011 New Revision: 1224771 URL: http://svn.apache.org/viewvc?rev=1224771view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/main/java/org/apache/james/imap/processor/ (props changed) - copied from r1224769

svn commit: r1224773 - /james/protocols/trunk/imap/src/test/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:24:50 2011 New Revision: 1224773 URL: http://svn.apache.org/viewvc?rev=1224773view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/test/ (props changed) - copied from r1224772, james/imap/trunk/api/src/test

svn commit: r1224774 - /james/protocols/trunk/imap/src/test/java/org/apache/james/imap/decode/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:26:33 2011 New Revision: 1224774 URL: http://svn.apache.org/viewvc?rev=1224774view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/test/java/org/apache/james/imap/decode/ (props changed) - copied from r1224773

svn commit: r1224775 - /james/protocols/trunk/imap/src/test/java/org/apache/james/api/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:28:00 2011 New Revision: 1224775 URL: http://svn.apache.org/viewvc?rev=1224775view=rev Log: Bad copy. See PROTOCOLS-73 Removed: james/protocols/trunk/imap/src/test/java/org/apache/james/api

svn commit: r1224776 - /james/protocols/trunk/imap/src/test/java/org/apache/james/imap/encode/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:28:33 2011 New Revision: 1224776 URL: http://svn.apache.org/viewvc?rev=1224776view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/test/java/org/apache/james/imap/encode/ (props changed) - copied from r1224775

svn commit: r1224777 - /james/protocols/trunk/imap/src/test/java/org/apache/james/imap/main/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:29:50 2011 New Revision: 1224777 URL: http://svn.apache.org/viewvc?rev=1224777view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/test/java/org/apache/james/imap/main/ (props changed) - copied from r1224776

svn commit: r1224779 - /james/protocols/trunk/imap/src/test/java/org/apache/james/imap/message/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:30:31 2011 New Revision: 1224779 URL: http://svn.apache.org/viewvc?rev=1224779view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/test/java/org/apache/james/imap/message/ (props changed) - copied from r1224778

svn commit: r1224780 - /james/protocols/trunk/imap/src/test/java/org/apache/james/imap/processor/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 17:31:19 2011 New Revision: 1224780 URL: http://svn.apache.org/viewvc?rev=1224780view=rev Log: Copy over imap code. See PROTOCOL-73 Added: james/protocols/trunk/imap/src/test/java/org/apache/james/imap/processor/ (props changed) - copied from r1224779

svn commit: r1224796 - in /james/protocols/trunk/imap/src/main/java/org/apache/james/imap: api/message/ decode/parser/ main/ processor/ processor/base/ processor/fetch/

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 19:48:12 2011 New Revision: 1224796 URL: http://svn.apache.org/viewvc?rev=1224796view=rev Log: Make compatible with java5. See PROTOCOLS-73 Modified: james/protocols/trunk/imap/src/main/java/org/apache/james/imap/api/message/IdRange.java james/protocols

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

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 19:58:15 2011 New Revision: 1224798 URL: http://svn.apache.org/viewvc?rev=1224798view=rev Log: Adjust pom.xml files for copied imap code. See PROTOCOLS-73 Modified: james/protocols/trunk/imap/pom.xml james/protocols/trunk/pom.xml Modified: james/protocols

svn commit: r1224800 - in /james/protocols/trunk: ./ imap/ imap/src/main/java/org/apache/james/imap/encode/ imap/src/test/java/org/apache/james/imap/decode/ imap/src/test/java/org/apache/james/imap/en

2011-12-26 Thread norman
Author: norman Date: Mon Dec 26 20:10:05 2011 New Revision: 1224800 URL: http://svn.apache.org/viewvc?rev=1224800view=rev Log: Cut down dependencies in IMAP. See PROTOCOLS-73 Modified: james/protocols/trunk/imap/pom.xml james/protocols/trunk/imap/src/main/java/org/apache/james/imap

svn commit: r1223054 - /james/protocols/branches/imap-integration/

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 09:07:19 2011 New Revision: 1223054 URL: http://svn.apache.org/viewvc?rev=1223054view=rev Log: Delete for copy the new trunk again Removed: james/protocols/branches/imap-integration

svn commit: r1223055 - /james/protocols/branches/imap-integration/

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 09:07:29 2011 New Revision: 1223055 URL: http://svn.apache.org/viewvc?rev=1223055view=rev Log: Create branch for imap-integration work. See PROTOCOL-73 Added: james/protocols/branches/imap-integration/ - copied from r1223054, james/protocols/trunk

svn commit: r1224609 - in /james/protocols/branches/imap-integration: ./ imap/ imap/target/ imap/target/classes/ imap/target/classes/META-INF/ imap/target/maven-archiver/ imap/target/maven-shared-arch

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 13:56:05 2011 New Revision: 1224609 URL: http://svn.apache.org/viewvc?rev=1224609view=rev Log: Add pom.xml for imap module .See PROTOCOLS-73 Added: james/protocols/branches/imap-integration/imap/ james/protocols/branches/imap-integration/imap/pom.xml

svn commit: r1224610 - /james/protocols/branches/imap-integration/imap/target/

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 13:59:41 2011 New Revision: 1224610 URL: http://svn.apache.org/viewvc?rev=1224610view=rev Log: Remove target folder. See PROTOCOLS-73 Removed: james/protocols/branches/imap-integration/imap/target

svn commit: r1224623 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler/CommandDispatcher.java

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 18:37:09 2011 New Revision: 1224623 URL: http://svn.apache.org/viewvc?rev=1224623view=rev Log: Make CommandDispatcher more easy to extend. This will be needed in IMAP later. See PROTOCOLS-73 Modified: james/protocols/trunk/api/src/main/java/org/apache/james

svn commit: r1224624 - in /james/protocols/trunk: ./ imap/ imap/target/ imap/target/classes/ imap/target/classes/META-INF/ imap/target/maven-archiver/ imap/target/maven-shared-archive-resources/ imap/

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 18:41:04 2011 New Revision: 1224624 URL: http://svn.apache.org/viewvc?rev=1224624view=rev Log: Add imap module. See PROTOCOLS-73 Added: james/protocols/trunk/imap/ james/protocols/trunk/imap/pom.xml (with props) james/protocols/trunk/imap/target

svn commit: r1224625 - /james/protocols/trunk/imap/target/

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 18:43:34 2011 New Revision: 1224625 URL: http://svn.apache.org/viewvc?rev=1224625view=rev Log: Remove target folder Removed: james/protocols/trunk/imap/target/ - To unsubscribe, e-mail

svn commit: r1224626 - /james/protocols/trunk/imap/

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 18:45:58 2011 New Revision: 1224626 URL: http://svn.apache.org/viewvc?rev=1224626view=rev Log: Add svn:ignore. See PROTOCOLS-73 Modified: james/protocols/trunk/imap/ (props changed) Propchange: james/protocols/trunk/imap

[jira] [Commented] (PROTOCOLS-73) Move imap code into protocols

2011-12-25 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13175847#comment-13175847 ] Norman Maurer commented on PROTOCOLS-73: I will do the development in trunk

svn commit: r1224632 - in /james/protocols/trunk/imap/src: ./ main/ main/java/ main/java/org/ main/java/org/apache/ main/java/org/apache/james/ main/java/org/apache/james/protocols/ main/java/org/apac

2011-12-25 Thread norman
Author: norman Date: Sun Dec 25 19:21:44 2011 New Revision: 1224632 URL: http://svn.apache.org/viewvc?rev=1224632view=rev Log: Start to add interfaces and classes for IMAP.See PROTOCOLS-73 Added: james/protocols/trunk/imap/src/ james/protocols/trunk/imap/src/main/ james/protocols

Re: [EXPERIMENT] Integrate imap into protocols

2011-12-24 Thread Norman Maurer
Because I wamt to push 1.6.0 as soon as possible. When I now start to work on imap in trunk we have some half done work again which will just block the release... bye, norman Von meinem iPad gesendet Am 24.12.2011 um 09:55 schrieb Eric Charles e...@apache.org: +1, IMAP's home is Protocols

[jira] [Updated] (PROTOCOLS-73) Move imap code into protocols

2011-12-24 Thread Norman Maurer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated PROTOCOLS-73: --- Affects Version/s: 1.6.0-RC1 Fix Version/s: 2.0.0 Move imap code

[jira] [Created] (PROTOCOLS-74) Minimize Response creation

2011-12-24 Thread Norman Maurer (Created) (JIRA)
Versions: 1.6.0-RC1 Reporter: Norman Maurer Assignee: Norman Maurer Priority: Minor Fix For: 1.6.0 We create a new Response everytime we want to return one from a ProtocolHandler. This is also true for Responses that are the same everytime

Re: svn commit: r1221748 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractProtocolTransport.java

2011-12-24 Thread Norman Maurer
a status flag ina concurrent way then its more cheap to just use a volatile for it. If you need to update more then one field in a atomic way you need synchronized. Updating a volatile in a synchronized is not a problem... Thx, Eric Hope it helps, Norman On 21/12/11 15:47, b

[jira] [Created] (PROTOCOLS-76) Remove dependency on slf4j

2011-12-24 Thread Norman Maurer (Created) (JIRA)
Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6.0 We should remove the dependency on slf4j as a no-dependency api is kind of sexy. We should just use our own Logger interface and then provide an adapter in the netty module -- This message is automatically

Re: svn commit: r1221748 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/AbstractProtocolTransport.java

2011-12-24 Thread Norman Maurer
in the easy-understanding. For example, if this class is designed to be used by only 2 threads, it should come out for the reader from javadoc, method, fields... namings. As this is more a internal thing I would Not mention it. Thx, Eric Bye, Norman On 24/12/11 12:19, Stefano Bagnara wrote

[RESULT][VOTE] Release Apache James Protocols 1.6.0-RC1

2011-12-24 Thread Norman Maurer
Hi there, The VOTE passed... +1 Felix, Stefano, Manuel, Norman,Steve +0 Ioan, Eric Thanks for Voting. I will publish the artifacts to Maven Central and the mirrors. @eric: I will let you know once we can update the Website... Bye Norman Am Mittwoch, 21. Dezember 2011 schrieb Norman Maurer

[jira] [Resolved] (PROTOCOLS-74) Minimize Response creation

2011-12-24 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-74. Resolution: Fixed done Minimize Response creation

[jira] [Resolved] (PROTOCOLS-76) Remove dependency on slf4j

2011-12-24 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-76. Resolution: Fixed done Remove dependency on slf4j

svn commit: r1223033 - in /james/protocols/trunk: api/ api/src/main/java/org/apache/james/protocols/api/ lmtp/ lmtp/src/test/java/org/apache/james/protocols/lmtp/ netty/ netty/src/main/java/org/apache

2011-12-24 Thread norman
Author: norman Date: Sat Dec 24 22:37:17 2011 New Revision: 1223033 URL: http://svn.apache.org/viewvc?rev=1223033view=rev Log: Remove dependency on slf4j. See PROTOCOLS-76 Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/Logger.java (with props) james

[jira] [Commented] (PROTOCOLS-76) Remove dependency on slf4j

2011-12-24 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13175810#comment-13175810 ] Norman Maurer commented on PROTOCOLS-76: I know this section but I don't agree

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

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 09:04:28 2011 New Revision: 1222614 URL: http://svn.apache.org/viewvc?rev=1222614view=rev Log: Add test for SMTP server. See PROTOCOLS-64 Added: james/protocols/trunk/smtp/src/test/java/org/apache/james/protocols/smtp/SMTPServerTest.java (with props

[jira] [Resolved] (PROTOCOLS-64) Add unit tests for SMTPServer

2011-12-23 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-64. Resolution: Fixed done Add unit tests for SMTPServer

svn commit: r1222623 - /james/protocols/trunk/pop3/bin/

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 09:45:33 2011 New Revision: 1222623 URL: http://svn.apache.org/viewvc?rev=1222623view=rev Log: svn:ignore Added: james/protocols/trunk/pop3/bin/ - To unsubscribe, e-mail: server-dev-unsubscr

svn commit: r1222653 - in /james/protocols/trunk: ./ api/src/main/java/org/apache/james/protocols/api/ lmtp/ lmtp/src/test/ lmtp/src/test/java/ lmtp/src/test/java/org/ lmtp/src/test/java/org/apache/ l

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 12:07:09 2011 New Revision: 1222653 URL: http://svn.apache.org/viewvc?rev=1222653view=rev Log: Add unit tests for LMTP. See PROTOCOLS-66 Added: james/protocols/trunk/lmtp/src/test/ james/protocols/trunk/lmtp/src/test/java/ james/protocols/trunk/lmtp

[jira] [Resolved] (PROTOCOLS-66) Add unit tests for LMTPServer

2011-12-23 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-66. Resolution: Fixed done Add unit tests for LMTPServer

svn commit: r1222657 - /james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/POP3Protocol.java

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 12:34:35 2011 New Revision: 1222657 URL: http://svn.apache.org/viewvc?rev=1222657view=rev Log: Fix compile error Modified: james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/POP3Protocol.java Modified: james/protocols/trunk/pop3/src

[jira] [Created] (PROTOCOLS-68) Add sievemanager as protocols module

2011-12-23 Thread Norman Maurer (Created) (JIRA)
Add sievemanager as protocols module Key: PROTOCOLS-68 URL: https://issues.apache.org/jira/browse/PROTOCOLS-68 Project: JAMES Protocols Issue Type: Task Reporter: Norman Maurer A Protocol

[jira] [Updated] (PROTOCOLS-68) Add sievemanager as protocols module

2011-12-23 Thread Norman Maurer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated PROTOCOLS-68: --- Component/s: sieve @steve: maybe interested to implement? Add

[jira] [Commented] (JSIEVE-79) Implement a mechanism for users to manage their Sieve scripts via SMTP

2011-12-23 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13175467#comment-13175467 ] Norman Maurer commented on JSIEVE-79: - I think it would make more sense to implement

[jira] [Commented] (JSIEVE-79) Implement a mechanism for users to manage their Sieve scripts via SMTP

2011-12-23 Thread Norman Maurer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13175466#comment-13175466 ] Norman Maurer commented on JSIEVE-79: - I think it would make more sense to implement

[jira] [Created] (PROTOCOLS-69) ProtocolHandlerChain should expose a destroy() method

2011-12-23 Thread Norman Maurer (Created) (JIRA)
Components: api Affects Versions: 1.6.0-RC1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6.0 We should add a destroy() method to ProtocolHandlerChain which can be used to destroy all contained LifecycleAwareProtocolHandler -- This message

svn commit: r1222771 - in /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler: AbstractProtocolHandlerChain.java ProtocolHandlerChain.java

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 18:09:17 2011 New Revision: 1222771 URL: http://svn.apache.org/viewvc?rev=1222771view=rev Log: Add destroy() method to ProtocolHandlerChain. See PROTOCOLS-69 Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler

[jira] [Resolved] (PROTOCOLS-69) ProtocolHandlerChain should expose a destroy() method

2011-12-23 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-69. Resolution: Fixed done ProtocolHandlerChain should expose a destroy

svn commit: r1222776 - /james/protocols/trunk/smtp/src/test/java/org/apache/james/protocols/smtp/SMTPServerTest.java

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 18:22:46 2011 New Revision: 1222776 URL: http://svn.apache.org/viewvc?rev=1222776view=rev Log: Remove @Override annotations from interface implementation Modified: james/protocols/trunk/smtp/src/test/java/org/apache/james/protocols/smtp/SMTPServerTest.java

svn commit: r1222780 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/handler/ lmtp/src/main/java/org/apache/james/protocols/lmtp/ pop3/bin/ pop3/src/main/java/org/apache/

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 18:30:24 2011 New Revision: 1222780 URL: http://svn.apache.org/viewvc?rev=1222780view=rev Log: Rename AbstractCommandDispatcher and make it make it non- abstract. See PROTOCOLS-70 Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api

[jira] [Created] (PROTOCOLS-70) Rename AbstractCommandDispatcher to CommandDispatcher and make it non abstract

2011-12-23 Thread Norman Maurer (Created) (JIRA)
Protocols Issue Type: Improvement Components: api, lmtp, pop3, smtp Affects Versions: 1.6.0-RC1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6.0 -- This message is automatically generated by JIRA. If you think it was sent

[jira] [Resolved] (PROTOCOLS-70) Rename AbstractCommandDispatcher to CommandDispatcher and make it non abstract

2011-12-23 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-70. Resolution: Fixed Rename AbstractCommandDispatcher to CommandDispatcher and make

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

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 18:33:54 2011 New Revision: 1222782 URL: http://svn.apache.org/viewvc?rev=1222782view=rev Log: Only use CommandDispatcher and so remove sub-classes. See PROTOCOLS-70 Removed: james/protocols/trunk/pop3/src/main/java/org/apache/james/protocols/pop3/core

[jira] [Created] (PROTOCOLS-71) LineHandler should use a read-only ByteBuffer as paramater as replacement for byte[]

2011-12-23 Thread Norman Maurer (Created) (JIRA)
Project: JAMES Protocols Issue Type: Improvement Components: api Affects Versions: 1.6.0-RC1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6.0 At the moment we use a byte[] as parameter for the LineHandler. This as many

svn commit: r1222829 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/handler/ netty/src/main/java/org/apache/james/protocols/netty/ smtp/src/main/java/org/apache/james/pr

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 20:19:13 2011 New Revision: 1222829 URL: http://svn.apache.org/viewvc?rev=1222829view=rev Log: Use ByteBuffer as parameter in LineHandler and DataLineFilter. See PROTOCOLS-71 Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api

[jira] [Resolved] (PROTOCOLS-71) LineHandler should use a read-only ByteBuffer as paramater as replacement for byte[]

2011-12-23 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-71. Resolution: Fixed done LineHandler should use a read-only ByteBuffer

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

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 20:36:23 2011 New Revision: 1222834 URL: http://svn.apache.org/viewvc?rev=1222834view=rev Log: Fix nullsender handling. I broke this before while refactoring state handling Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler

[jira] [Created] (PROTOCOLS-72) Add LineHandler which buffers lines

2011-12-23 Thread Norman Maurer (Created) (JIRA)
Add LineHandler which buffers lines Key: PROTOCOLS-72 URL: https://issues.apache.org/jira/browse/PROTOCOLS-72 Project: JAMES Protocols Issue Type: New Feature Reporter: Norman Maurer

svn commit: r1222836 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler/MultiLineHandler.java

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 20:48:07 2011 New Revision: 1222836 URL: http://svn.apache.org/viewvc?rev=1222836view=rev Log: Allow easy handling of multiple lines. See PROTOCOLS-72 Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler

[jira] [Updated] (PROTOCOLS-72) Add LineHandler which buffers lines

2011-12-23 Thread Norman Maurer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer updated PROTOCOLS-72: --- Component/s: imap api Description: For some

svn commit: r1222838 - /james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler/MultiLineHandler.java

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 20:55:43 2011 New Revision: 1222838 URL: http://svn.apache.org/viewvc?rev=1222838view=rev Log: Add missing license header Modified: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/handler/MultiLineHandler.java Modified: james

svn commit: r1222839 - in /james/protocols/trunk: api/src/main/java/org/apache/james/protocols/api/ProtocolServer.java netty/src/main/java/org/apache/james/protocols/netty/AbstractAsyncServer.java

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 20:56:11 2011 New Revision: 1222839 URL: http://svn.apache.org/viewvc?rev=1222839view=rev Log: Add ProtocolServer interface Added: james/protocols/trunk/api/src/main/java/org/apache/james/protocols/api/ProtocolServer.java (with props) Modified: james

svn commit: r1222846 - /james/protocols/trunk/netty/src/main/java/org/apache/james/protocols/netty/AbstractAsyncServer.java

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 21:02:35 2011 New Revision: 1222846 URL: http://svn.apache.org/viewvc?rev=1222846view=rev Log: Cleanup Modified: james/protocols/trunk/netty/src/main/java/org/apache/james/protocols/netty/AbstractAsyncServer.java Modified: james/protocols/trunk/netty/src

svn commit: r1222847 - /james/protocols/trunk/netty/src/main/java/org/apache/james/protocols/netty/LineHandlerUpstreamHandler.java

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 21:03:01 2011 New Revision: 1222847 URL: http://svn.apache.org/viewvc?rev=1222847view=rev Log: Fix comment Modified: james/protocols/trunk/netty/src/main/java/org/apache/james/protocols/netty/LineHandlerUpstreamHandler.java Modified: james/protocols/trunk

[jira] [Resolved] (PROTOCOLS-72) Add LineHandler which buffers lines

2011-12-23 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-72. Resolution: Fixed Add LineHandler which buffers lines

svn commit: r1222849 - /james/protocols/branches/

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 21:07:13 2011 New Revision: 1222849 URL: http://svn.apache.org/viewvc?rev=1222849view=rev Log: (empty) Added: james/protocols/branches/ - To unsubscribe, e-mail: server-dev-unsubscr

[jira] [Created] (PROTOCOLS-73) Move imap code into protocols

2011-12-23 Thread Norman Maurer (Created) (JIRA)
Move imap code into protocols - Key: PROTOCOLS-73 URL: https://issues.apache.org/jira/browse/PROTOCOLS-73 Project: JAMES Protocols Issue Type: New Feature Components: imap Reporter: Norman

svn commit: r1222859 - /james/protocols/branches/imap-integration/

2011-12-23 Thread norman
Author: norman Date: Fri Dec 23 21:41:44 2011 New Revision: 1222859 URL: http://svn.apache.org/viewvc?rev=1222859view=rev Log: Create branch for imap-integration work. See PROTOCOL-73 Added: james/protocols/branches/imap-integration/ - copied from r1222858, james/protocols/trunk

svn commit: r1222099 - /james/protocols/trunk/netty/src/main/java/org/apache/james/protocols/netty/AbstractAsyncServer.java

2011-12-22 Thread norman
Author: norman Date: Thu Dec 22 08:39:36 2011 New Revision: 1222099 URL: http://svn.apache.org/viewvc?rev=1222099view=rev Log: Make use of volatile as replacement of synchronized Modified: james/protocols/trunk/netty/src/main/java/org/apache/james/protocols/netty/AbstractAsyncServer.java

svn commit: r1222100 - /james/protocols/trunk/netty/src/main/java/org/apache/james/protocols/netty/AbstractAsyncServer.java

2011-12-22 Thread norman
Author: norman Date: Thu Dec 22 08:40:43 2011 New Revision: 1222100 URL: http://svn.apache.org/viewvc?rev=1222100view=rev Log: Use final keyword Modified: james/protocols/trunk/netty/src/main/java/org/apache/james/protocols/netty/AbstractAsyncServer.java Modified: james/protocols/trunk

[jira] [Created] (PROTOCOLS-63) @deprecate ProtocolSession.getState() and ProtocolSession.getConnectionState()

2011-12-22 Thread Norman Maurer (Created) (JIRA)
Protocols Issue Type: Improvement Components: api Affects Versions: 1.6.0-RC1 Reporter: Norman Maurer Assignee: Norman Maurer We should @deprecate ProtocolSession.getState() and ProtocolSession.getConnectionState() and better expose two methods

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

2011-12-22 Thread norman
Author: norman Date: Thu Dec 22 20:00:03 2011 New Revision: 1222414 URL: http://svn.apache.org/viewvc?rev=1222414view=rev Log: @deprecate ProtocolSession.getState() and ProtocolSession.getConnectionState(). See PROTOCOLS-63 Modified: james/protocols/trunk/api/src/main/java/org/apache/james

[jira] [Resolved] (PROTOCOLS-63) @deprecate ProtocolSession.getState() and ProtocolSession.getConnectionState()

2011-12-22 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-63. Resolution: Fixed Fix Version/s: 1.6.0 @deprecate ProtocolSession.getState

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

2011-12-22 Thread norman
Author: norman Date: Thu Dec 22 22:17:31 2011 New Revision: 1222491 URL: http://svn.apache.org/viewvc?rev=1222491view=rev Log: Remove usage of @deprecated methods. See PROTOCOLS-63 Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core

[EXPERIMENT] Integrate imap into protocols

2011-12-22 Thread Norman Maurer
to 1.6.0 release in Protocols. Once the merge is done and works I plan to cut a 2.0 release as I expect to need some api changes too. If we don't need api changes we can just release it as 1.7.0. Any comments ? Norman

[jira] [Created] (PROTOCOLS-65) Add unit tests for POP3Server

2011-12-22 Thread Norman Maurer (Created) (JIRA)
Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6.0 We should add more unit tests for POP3 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira

[jira] [Created] (PROTOCOLS-64) Add unit tests for SMTPServer

2011-12-22 Thread Norman Maurer (Created) (JIRA)
Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6.0 We should some more unit tests for the SMTP components -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https

svn commit: r1222589 - /james/protocols/trunk/pop3/bin/

2011-12-22 Thread norman
Author: norman Date: Fri Dec 23 07:17:04 2011 New Revision: 1222589 URL: http://svn.apache.org/viewvc?rev=1222589view=rev Log: add svn:ignore Added: james/protocols/trunk/pop3/bin/ - To unsubscribe, e-mail: server-dev

[jira] [Created] (PROTOCOLS-67) Upgrade to junit 4.10

2011-12-22 Thread Norman Maurer (Created) (JIRA)
-RC1 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6.0 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators

svn commit: r1222593 - in /james/protocols/trunk: ./ api/ api/src/test/java/org/apache/james/protocols/api/ smtp/src/test/java/org/apache/james/protocols/smtp/core/fastfail/

2011-12-22 Thread norman
Author: norman Date: Fri Dec 23 07:28:02 2011 New Revision: 1222593 URL: http://svn.apache.org/viewvc?rev=1222593view=rev Log: Upgrade to junit 4.10. See PROTOCOLS-67 Modified: james/protocols/trunk/api/pom.xml james/protocols/trunk/api/src/test/java/org/apache/james/protocols/api

[jira] [Resolved] (PROTOCOLS-67) Upgrade to junit 4.10

2011-12-22 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-67. Resolution: Fixed Upgrade to junit 4.10

[jira] [Created] (PROTOCOLS-61) FutureResponseImpl.setResponse(..) throws a NPE if no ResponseListener were registered before

2011-12-21 Thread Norman Maurer (Created) (JIRA)
Project: JAMES Protocols Issue Type: Bug Components: api Affects Versions: 1.6-beta3 Reporter: Norman Maurer Assignee: Norman Maurer Fix For: 1.6-beta4 FutureResponseImpl.setResponse(..) throws a NPE if no ResponseListener

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

2011-12-21 Thread norman
Author: norman Date: Wed Dec 21 08:02:02 2011 New Revision: 1221639 URL: http://svn.apache.org/viewvc?rev=1221639view=rev Log: Fix NPE which was thrown when no ResponseListener is registered and setResponse(..) is called. See PROTOCOLS-61 Modified: james/protocols/trunk/api/src/main/java

[jira] [Created] (PROTOCOLS-62) AbstractProtocolTransport does not write the Response's in the right order if FutureResponse and Response implements get written in a mixed fashion

2011-12-21 Thread Norman Maurer (Created) (JIRA)
--- Key: PROTOCOLS-62 URL: https://issues.apache.org/jira/browse/PROTOCOLS-62 Project: JAMES Protocols Issue Type: Bug Components: api Affects Versions: 1.6-beta3 Reporter: Norman Maurer Assignee: Norman

[jira] [Resolved] (PROTOCOLS-61) FutureResponseImpl.setResponse(..) throws a NPE if no ResponseListener were registered before

2011-12-21 Thread Norman Maurer (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved PROTOCOLS-61. Resolution: Fixed fixed! FutureResponseImpl.setResponse(..) throws

<    1   2   3   4   5   6   7   8   9   10   >