svn commit: r951305 - in /james/imap/trunk: jcr/src/main/java/org/apache/james/imap/jcr/ jpa/src/main/java/org/apache/james/imap/jpa/ jpa/src/main/java/org/apache/james/imap/jpa/openjpa/ memory/src/ma

2010-06-04 Thread norman
Author: norman Date: Fri Jun 4 07:08:06 2010 New Revision: 951305 URL: http://svn.apache.org/viewvc?rev=951305view=rev Log: Rename StoreMailbox to StoreMessageMapper, Rename implementations, Change getMailboxRow() to getMailboxEntity(). This work is part of IMAP-148. Thx to Tim-Christian Mundt

svn commit: r951398 [4/4] - in /james/imap/trunk: deployment/src/test/java/org/apache/james/imap/functional/inmemory/ deployment/src/test/java/org/apache/james/imap/functional/jcr/ deployment/src/test

2010-06-04 Thread norman
Added: james/imap/trunk/store/src/main/java/org/apache/james/imap/store/streaming/InputStreamContent.java URL: http://svn.apache.org/viewvc/james/imap/trunk/store/src/main/java/org/apache/james/imap/store/streaming/InputStreamContent.java?rev=951398view=auto

[jira] Resolved: (IMAP-148) Refactor Store

2010-06-04 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-148. Assignee: Norman Maurer Fix Version/s: 0.1 Resolution: Fixed Thx for the patches..

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

2010-06-04 Thread norman
Author: norman Date: Fri Jun 4 13:14:20 2010 New Revision: 951401 URL: http://svn.apache.org/viewvc?rev=951401view=rev Log: Changes for current imap Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Modified:

Re: Character encoding for some senders

2010-06-04 Thread Eric Charles
The issue is not james related (nor thunderbird). It comes from wrong mail header set by sender (saying base64-encoding, but is not): Content-Transfer-Encoding: base64 Sorry for the spam, Eric On 06/02/2010 07:28 PM, Norman Maurer wrote:

[jira] Created: (JDKIM-15) Support timestamp (t=) attribute in signature

2010-06-04 Thread Stefano Bagnara (JIRA)
Support timestamp (t=) attribute in signature - Key: JDKIM-15 URL: https://issues.apache.org/jira/browse/JDKIM-15 Project: JAMES jDKIM Issue Type: Improvement Components: library

[jira] Updated: (JAMES-990) Exception at first start for JDBCDomainList Configuration

2010-06-04 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated JAMES-990: --- Attachment: james-990.patch Attached james-990.patch solves the described issue. It also allows to

svn commit: r951454 - /james/server/trunk/spoolmanager/src/main/java/org/apache/james/AbstractMailServer.java

2010-06-04 Thread norman
Author: norman Date: Fri Jun 4 15:43:57 2010 New Revision: 951454 URL: http://svn.apache.org/viewvc?rev=951454view=rev Log: Fix Exception on first startup when using JDBCDomainList and fix the usage of DefaultDomain. See JAMES-990, thanks to Eric Charles for the patch! Modified:

[jira] Resolved: (JAMES-990) Exception at first start for JDBCDomainList Configuration

2010-06-04 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-990. - Fix Version/s: 3.0-M1 Resolution: Fixed Patch committed, thanks a bunch Eric! Exception

svn commit: r951472 - /james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/AbstractAsyncPOP3ServerTest.java

2010-06-04 Thread norman
Author: norman Date: Fri Jun 4 16:09:20 2010 New Revision: 951472 URL: http://svn.apache.org/viewvc?rev=951472view=rev Log: Fix POP3 tests Modified: james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/AbstractAsyncPOP3ServerTest.java Modified:

[jira] Created: (JAMES-1014) Terminating Open Connections

2010-06-04 Thread Ian Boston (JIRA)
Terminating Open Connections Key: JAMES-1014 URL: https://issues.apache.org/jira/browse/JAMES-1014 Project: JAMES Server Issue Type: Bug Components: IMAPServer Affects Versions: Trunk

svn commit: r951509 - /james/server/trunk/netty-socket/src/main/java/org/apache/james/socket/netty/AbstractAsyncServer.java

2010-06-04 Thread norman
Author: norman Date: Fri Jun 4 17:54:33 2010 New Revision: 951509 URL: http://svn.apache.org/viewvc?rev=951509view=rev Log: Close open channels on shutdown. See JAMES-1014 Modified: james/server/trunk/netty-socket/src/main/java/org/apache/james/socket/netty/AbstractAsyncServer.java

svn commit: r951510 - /james/server/trunk/netty-socket/src/main/java/org/apache/james/socket/netty/AbstractAsyncServer.java

2010-06-04 Thread norman
Author: norman Date: Fri Jun 4 17:55:29 2010 New Revision: 951510 URL: http://svn.apache.org/viewvc?rev=951510view=rev Log: Fix annotation warning Modified: james/server/trunk/netty-socket/src/main/java/org/apache/james/socket/netty/AbstractAsyncServer.java Modified:

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

2010-06-04 Thread norman
Author: norman Date: Fri Jun 4 19:32:58 2010 New Revision: 951538 URL: http://svn.apache.org/viewvc?rev=951538view=rev Log: Call shutdown on JCR Repository when shutdown the server Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Modified: