Re: [PROPOSAL] Replace MailRepository with Mailbox / MailboxManager for POP3Server ...

2010-03-28 Thread Eric Charles
Hi Norman, I just made the following tests: - Fresh checkout from trunk and mvn package (some new dependencies were downloaded such as jsieve, mailet-sdk,...) => same problem on a local deployment with thunderbird : it hangs when mailbox is empty. - I after defined my production account on e

JAMES Server Nightly Build Report

2010-03-28 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below: -

Fwd: [PROPOSAL] Replace MailRepository with Mailbox / MailboxManager for POP3Server ...

2010-03-28 Thread Norman Maurer
-- Forwarded message -- From: Norman Maurer Date: 2010/3/28 Subject: Re: [PROPOSAL] Replace MailRepository with Mailbox / MailboxManager for POP3Server ... To: Eric Charles Hi Eric, could you maybe use wireshark or something similar to log what thunderbird tries todo exactly..

svn commit: r928399 - in /james/server/trunk: core-function/src/main/java/org/apache/james/mailrepository/ remotemanager/src/main/java/org/apache/james/remotemanager/core/ spring-deployment/src/main/c

2010-03-28 Thread norman
Author: norman Date: Sun Mar 28 14:06:01 2010 New Revision: 928399 URL: http://svn.apache.org/viewvc?rev=928399&view=rev Log: Remove SpoolRepository implementations, cause we use JMS now (JAMES-976) Removed: james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/FileS

Re: [PROPOSAL] Replace MailRepository with Mailbox / MailboxManager for POP3Server ...

2010-03-28 Thread Norman Maurer
Hi Eric, I just tried to acces an empty inbox via thunderbird (pop3) here. It worked without any probs. Im using windows 7 and thunderbird 3.0.3 Bye, Norman 2010/3/28 Norman Maurer : > -- Forwarded message -- > From: Norman Maurer > Date: 2010/3/28 > Subject: Re: [PROPOSAL] Re

svn commit: r928602 - /james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

2010-03-28 Thread norman
Author: norman Date: Mon Mar 29 05:58:29 2010 New Revision: 928602 URL: http://svn.apache.org/viewvc?rev=928602&view=rev Log: disable jmx by default on camel content Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Modified: james/server/trunk/spring-dep

svn commit: r928611 - /james/server/trunk/spring-deployment/src/main/config/james/log4j.properties

2010-03-28 Thread norman
Author: norman Date: Mon Mar 29 06:52:15 2010 New Revision: 928611 URL: http://svn.apache.org/viewvc?rev=928611&view=rev Log: Add some logging for jackrabbit Modified: james/server/trunk/spring-deployment/src/main/config/james/log4j.properties Modified: james/server/trunk/spring-deployment/

svn commit: r928612 - /james/server/trunk/pop3server/src/main/java/org/apache/james/pop3server/core/StatCmdHandler.java

2010-03-28 Thread norman
Author: norman Date: Mon Mar 29 06:52:44 2010 New Revision: 928612 URL: http://svn.apache.org/viewvc?rev=928612&view=rev Log: Fix stat command, which was failing on empty inbox. This effected thunderbird sometimes.. (Thx Eric for the pointer) Modified: james/server/trunk/pop3server/src/main

Re: [PROPOSAL] Replace MailRepository with Mailbox / MailboxManager for POP3Server ...

2010-03-28 Thread Norman Maurer
Hi Eric, I was able to reproduce your problem and just checked in the fix. Please svn up and try again.. Thx for your feedback. Bye, Norman 2010/3/29 Norman Maurer : > Hi Eric, > > I just tried to acces an empty inbox via thunderbird (pop3) here. It > worked without any probs. > > Im using wind