svn commit: r952546 - in /james/server/trunk: jcr-store/pom.xml jpa-store/pom.xml pop3server/pom.xml remotemanager/pom.xml smtpserver/pom.xml spoolmanager/pom.xml

2010-06-07 Thread norman
Author: norman Date: Tue Jun 8 06:10:20 2010 New Revision: 952546 URL: http://svn.apache.org/viewvc?rev=952546&view=rev Log: More pom.xml cleanup Modified: james/server/trunk/jcr-store/pom.xml james/server/trunk/jpa-store/pom.xml james/server/trunk/pop3server/pom.xml james/server

[jira] Created: (JAMES-1015) Configuration files of components should be moved from the spring-deployment module to the concrete implementation

2010-06-07 Thread Norman Maurer (JIRA)
Configuration files of components should be moved from the spring-deployment module to the concrete implementation -- Key: JAMES-1015 URL: https://issu

[jira] Updated: (IMAP-151) Replace MailboxMapper.existsMailboxStartingWith() with hasChildren()

2010-06-07 Thread Tim-Christian Mundt (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim-Christian Mundt updated IMAP-151: - Attachment: IMAP-151a.patch Yeah, sorry, that was kinda stupid. In the new patch I changed

svn commit: r952413 - /james/server/trunk/jpa-store/pom.xml

2010-06-07 Thread norman
Author: norman Date: Mon Jun 7 20:20:02 2010 New Revision: 952413 URL: http://svn.apache.org/viewvc?rev=952413&view=rev Log: last missing pom adjustment Modified: james/server/trunk/jpa-store/pom.xml Modified: james/server/trunk/jpa-store/pom.xml URL: http://svn.apache.org/viewvc/james/ser

svn commit: r952408 - in /james/server/trunk: core-function/pom.xml javamail-util/pom.xml jcr-store/pom.xml jpa-store/pom.xml pop3server/pom.xml remotemanager/pom.xml smtpserver/pom.xml user-function/

2010-06-07 Thread norman
Author: norman Date: Mon Jun 7 20:15:45 2010 New Revision: 952408 URL: http://svn.apache.org/viewvc?rev=952408&view=rev Log: More dependency cleanup Modified: james/server/trunk/core-function/pom.xml james/server/trunk/javamail-util/pom.xml james/server/trunk/jcr-store/pom.xml ja

svn commit: r952388 - in /james/server/trunk: ./ core-library/ imapserver/ jcr-store/ mailets/ pop3server/ pop3server/src/main/java/org/apache/james/pop3server/core/ remotemanager/ smtpserver/ spoolma

2010-06-07 Thread norman
Author: norman Date: Mon Jun 7 19:43:09 2010 New Revision: 952388 URL: http://svn.apache.org/viewvc?rev=952388&view=rev Log: Cleanup poms to remove unused dependencies, add missed dependencies etc Removed: james/server/trunk/spoolmanager/src/test/java/org/apache/james/transport/LinearProces

JAMES IMAP in OSGI

2010-06-07 Thread Norman Maurer
FYI, Ian is currently workin on integrate JAMES IMAP into their product using JCR as backend. So far it seems to work.. http://blog.tfd.co.uk/2010/06/05/and-its-working-james3-imap-in-osgi-on-jackrabbit/#comment-563 :) Bye, Norman

[jira] Commented: (IMAP-151) Replace MailboxMapper.existsMailboxStartingWith() with hasChildren()

2010-06-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876304#action_12876304 ] Norman Maurer commented on IMAP-151: Btw, I agree that the method name is not optimal at

[jira] Commented: (IMAP-151) Replace MailboxMapper.existsMailboxStartingWith() with hasChildren()

2010-06-07 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876301#action_12876301 ] Ian Boston commented on IMAP-151: - Also there might be lots of other reasons there is a child

[jira] Commented: (IMAP-151) Replace MailboxMapper.existsMailboxStartingWith() with hasChildren()

2010-06-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876295#action_12876295 ] Norman Maurer commented on IMAP-151: Hi Tim, using Node.hasNodes() will not work with th

[jira] Updated: (IMAP-151) Replace MailboxMapper.existsMailboxStartingWith() with hasChildren()

2010-06-07 Thread Tim-Christian Mundt (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim-Christian Mundt updated IMAP-151: - Attachment: IMAP-151.patch I took the opportunity and also put the methods in the Mapper in

[jira] Created: (IMAP-151) Replace MailboxMapper.existsMailboxStartingWith() with hasChildren()

2010-06-07 Thread Tim-Christian Mundt (JIRA)
Replace MailboxMapper.existsMailboxStartingWith() with hasChildren() Key: IMAP-151 URL: https://issues.apache.org/jira/browse/IMAP-151 Project: JAMES Imap Issue Type: Impro

Re: [IMAP] Cut a milestone ?

2010-06-07 Thread Norman Maurer
Thx mate.. I deployed fresh trunk and everything seems to work so far without problems :) Bye, Norman Ps: I'm using JCR Mailbox 2010/6/7 Eric Charles : > Hi, > I will deploy a fresh trunk this night just to make sure everything is still > ok (cfr last commits in protocol,..). > The last snapsho

Re: [IMAP] Cut a milestone ?

2010-06-07 Thread Eric Charles
Hi, I will deploy a fresh trunk this night just to make sure everything is still ok (cfr last commits in protocol,..). The last snapshot I took is 2 weeks-old and is really stable. Tks, Eric On 06/07/2010 04:40 PM, Norman Maurer wrote: Hi all, I think all the stuff in the imap library is no

[IMAP] Cut a milestone ?

2010-06-07 Thread Norman Maurer
Hi all, I think all the stuff in the imap library is now very usable. I think we should cut a milestone and then cut one of james server. Anything you guys want to get refactored before ? Bye, Norman Ps: Even if we discover a bug later we can cut just another one.. Release often, Release early (

svn commit: r952214 - in /james/imap/trunk/jcr/src/main/java/org/apache/james/imap/jcr: AbstractJCRMapper.java GlobalMailboxSessionJCRRepository.java MailboxSessionJCRRepository.java

2010-06-07 Thread norman
Author: norman Date: Mon Jun 7 13:22:19 2010 New Revision: 952214 URL: http://svn.apache.org/viewvc?rev=952214&view=rev Log: Move the JCR handling to MailboxSessionJCRRepository, so we are sure only one Session is bound per Request Modified: james/imap/trunk/jcr/src/main/java/org/apache/ja

[jira] Resolved: (IMAP-150) Fail to retrieve big email because of a to many lines

2010-06-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-150. Resolution: Fixed > Fail to retrieve big email because of a to many lines > -

[jira] Created: (IMAP-150) Fail to retrieve big email because of a to many lines

2010-06-07 Thread Norman Maurer (JIRA)
Fail to retrieve big email because of a to many lines - Key: IMAP-150 URL: https://issues.apache.org/jira/browse/IMAP-150 Project: JAMES Imap Issue Type: Bug Components: Mailbox

svn commit: r952206 - in /james/imap/trunk/store/src/main/java/org/apache/james/imap/store: MessageSearcher.java streaming/PartContentBuilder.java

2010-06-07 Thread norman
Author: norman Date: Mon Jun 7 12:43:21 2010 New Revision: 952206 URL: http://svn.apache.org/viewvc?rev=952206&view=rev Log: Disable max line length while parsing (IMAP-150) Modified: james/imap/trunk/store/src/main/java/org/apache/james/imap/store/MessageSearcher.java james/imap/trunk

svn commit: r952180 - in /james/imap/trunk/jcr/src/main/java/org/apache/james/imap/jcr: JCRRepositoryAuthenticator.java MailboxSessionJCRRepository.java

2010-06-07 Thread norman
Author: norman Date: Mon Jun 7 10:27:57 2010 New Revision: 952180 URL: http://svn.apache.org/viewvc?rev=952180&view=rev Log: Add Authenticator implementation which use the JCR Repository for check if a user exists Added: james/imap/trunk/jcr/src/main/java/org/apache/james/imap/jcr/JCRRepos

svn commit: r952134 - /james/imap/trunk/jcr/src/main/java/org/apache/james/imap/jcr/AbstractJCRMapper.java

2010-06-07 Thread norman
Author: norman Date: Mon Jun 7 08:10:33 2010 New Revision: 952134 URL: http://svn.apache.org/viewvc?rev=952134&view=rev Log: Only use one JCR Session per Request Modified: james/imap/trunk/jcr/src/main/java/org/apache/james/imap/jcr/AbstractJCRMapper.java Modified: james/imap/trunk/jcr/sr