[jira] Commented: (PROTOCOLS-11) Make CommandHandler/LineHandler/ConnectHandler more consistent

2010-11-18 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933354#action_12933354 ] Norman Maurer commented on PROTOCOLS-11: Thats not true (the one about not

[jira] Commented: (IMAP-230) Remove usage of RewindableInputStream

2010-11-18 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933355#action_12933355 ] Norman Maurer commented on IMAP-230: Yeah thats was the original idea of it. But I think

[jira] Commented: (PROTOCOLS-11) Make CommandHandler/LineHandler/ConnectHandler more consistent

2010-11-18 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933356#action_12933356 ] Norman Maurer commented on PROTOCOLS-11: And just as a side note we miss the

Re: [DISCUSS] Run James on james-testing.de

2010-11-18 Thread Bernd Fondermann
On Thu, Nov 18, 2010 at 08:58, Stefano Bagnara apa...@bago.org wrote: 2010/11/18 Norman Maurer nor...@apache.org: Hi Bernd, thx for the offer. This sounds interesting ;) I think all we would need is some kind of automatic deployment of latest snapshot and some script which runs the needed

Re: [DISCUSS] Run James on james-testing.de

2010-11-18 Thread Norman Maurer
Thats right.. unfortunally java is horrible outdated in freebsd :( Bye, Norman 2010/11/18 Bernd Fondermann bernd.fonderm...@googlemail.com: On Thu, Nov 18, 2010 at 08:58, Stefano Bagnara apa...@bago.org wrote: 2010/11/18 Norman Maurer nor...@apache.org: Hi Bernd, thx for the offer. This

svn commit: r1036424 - in /james/imap/trunk: jcr/src/main/java/org/apache/james/mailbox/jcr/mail/model/ jpa/src/main/java/org/apache/james/mailbox/jpa/mail/model/openjpa/ maildir/src/main/java/org/apa

2010-11-18 Thread norman
Author: norman Date: Thu Nov 18 11:52:13 2010 New Revision: 1036424 URL: http://svn.apache.org/viewvc?rev=1036424view=rev Log: Replace usage of RewindableInputStream with InputStream. See IMAP-230 Removed:

[jira] Commented: (IMAP-230) Remove usage of RewindableInputStream

2010-11-18 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933401#action_12933401 ] Norman Maurer commented on IMAP-230: I just committed the change:

Re: [DISCUSS] Run James on james-testing.de

2010-11-18 Thread Eric Charles
Hi, The ideal would be to have windows and linux (virtual) server with jdk 1.5 and enough memory (2GB?). I don't know if apache or Bernd's infra can offer this. I was also thinking to benchmarks (james/windows vs james/linux, james vs other mails servers, james maildir vs james jpa,...), so

[jira] Reopened: (JAMES-1136) Re-Open 1005 -POP3 Stat/List hangs on second execution during POP3Session

2010-11-18 Thread Sylvain Vieujot (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Vieujot reopened JAMES-1136: I still have the same problem with the latest snapshot :

[jira] Commented: (JAMES-1136) Re-Open 1005 -POP3 Stat/List hangs on second execution during POP3Session

2010-11-18 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933497#action_12933497 ] Norman Maurer commented on JAMES-1136: -- Could you please show me the output of kill -3

[jira] Created: (IMAP-231) InputStreamContent.writeTo(..) should use FileChannel.transferTo(...) if the InputStream was a FileInputStream

2010-11-18 Thread Norman Maurer (JIRA)
InputStreamContent.writeTo(..) should use FileChannel.transferTo(...) if the InputStream was a FileInputStream -- Key: IMAP-231 URL:

svn commit: r1036569 - in /james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/streaming: InputStreamContent.java InputStreamFullContent.java

2010-11-18 Thread norman
Author: norman Date: Thu Nov 18 18:35:45 2010 New Revision: 1036569 URL: http://svn.apache.org/viewvc?rev=1036569view=rev Log: Use Channels to transfer data if possible. See IMAP-231 Removed:

svn commit: r1036571 - in /james/imap/trunk/store/src/main/java/org/apache/james/mailbox/store/streaming: InputStreamContent.java LazySkippingInputStream.java

2010-11-18 Thread norman
Author: norman Date: Thu Nov 18 18:50:47 2010 New Revision: 1036571 URL: http://svn.apache.org/viewvc?rev=1036571view=rev Log: Use Channels to transfer data if possible and be a bit smarter with LazySkippingInputStream. See IMAP-231 Modified:

[jira] Resolved: (IMAP-231) InputStreamContent.writeTo(..) should use FileChannel.transferTo(...) if the InputStream was a FileInputStream

2010-11-18 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-231. Resolution: Fixed done InputStreamContent.writeTo(..) should use FileChannel.transferTo(...) if

svn commit: r1036572 - /james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/mail/model/JCRMessage.java

2010-11-18 Thread norman
Author: norman Date: Thu Nov 18 18:53:43 2010 New Revision: 1036572 URL: http://svn.apache.org/viewvc?rev=1036572view=rev Log: Better error handling on JCR Streaming Modified: james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/mail/model/JCRMessage.java Modified:

[jira] Commented: (JAMES-1136) Re-Open 1005 -POP3 Stat/List hangs on second execution during POP3Session

2010-11-18 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933690#action_12933690 ] Eric Charles commented on JAMES-1136: - I just deployed current trunk, and may broken