svn commit: r1057121 - in /james/server/trunk: queue-api/src/main/java/org/apache/james/queue/api/ queue-jms/src/main/java/org/apache/james/queue/jms/ queue-jms/src/test/java/org/apache/james/queue/jm

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 08:48:13 2011 New Revision: 1057121 URL: http://svn.apache.org/viewvc?rev=1057121&view=rev Log: Allow to browse mailqueue via JMX. See JAMES-1180 Modified: james/server/trunk/queue-api/src/main/java/org/apache/james/queue/api/ManageableMailQueue.java jame

[jira] Resolved: (JAMES-1180) Allow to browse MailQueue

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JAMES-1180. -- Resolution: Fixed Fix Version/s: (was: 3.0) 3.0-M3 done > Allow

[jira] Created: (MAILBOX-30) Subscribe fails with maildir mailbox

2011-01-10 Thread Eric Charles (JIRA)
Subscribe fails with maildir mailbox Key: MAILBOX-30 URL: https://issues.apache.org/jira/browse/MAILBOX-30 Project: James Mailbox Issue Type: Bug Components: maildir mailbox Affects Versions

[jira] Commented: (JAMES-1181) Modules dependencies review

2011-01-10 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979510#action_12979510 ] Eric Charles commented on JAMES-1181: - Hi Stefano, For the record, there is a module d

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Eric Charles
Hi Norman, I see two attention points there: - Additional operational components to be managed/monitored (the intermediate delivery queues, jms or whatever), but I see you already began to take it into account with JAMES-1180 (Allow to browse MaillQueue) - Which configuration/processing framewo

[jira] Commented: (MAILBOX-30) Subscribe fails with maildir mailbox

2011-01-10 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979514#action_12979514 ] Eric Charles commented on MAILBOX-30: - Seems like we don't have test for Subscribe in m

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Norman Maurer
Hi there, comments inside... 2011/1/10 Eric Charles : > Hi Norman, > > I see two attention points there: > - Additional operational components to be managed/monitored (the > intermediate delivery queues, jms or whatever), but I see you already began > to take it into account with JAMES-1180 (All

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Eric Charles
So configuration and code would the same for now, simply export them to separate components (additional conf file and maven module I guess) ? As side effect, we should have in mind: - More resources (memory / cpu / I/O) for the delivery threads and queues. - Additional delay for the mails to be

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Norman Maurer
Kind of.. I would try to refactor the code a bit more to make it easy to replace javamail Transport usage for SMTP later etc. Also I would try to hook in kind of plugins for postprocessing and jmx stats. I think the memory/cpu is not really a problem. It should not be notable. The IO should also n

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Stefano Bagnara
2011/1/10 Eric Charles : > So configuration and code would the same for now, simply export them to > separate components (additional conf file and maven module I guess) ? > > As side effect, we should have in mind: > - More resources (memory / cpu / I/O) for the delivery threads and queues. > - Add

[jira] Commented: (JAMES-1181) Modules dependencies review

2011-01-10 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979524#action_12979524 ] Stefano Bagnara commented on JAMES-1181: I create the graph using a very raw byteco

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Eric Charles
Hi, Tks for the information. What about the jsieve functions? We'll we reimplement it or reuse the existing mailet? Tks, Eric On 10/01/2011 10:54, Stefano Bagnara wrote: 2011/1/10 Eric Charles: So configuration and code would the same for now, simply export them to separate components (additi

[jira] Commented: (JAMES-1181) Modules dependencies review

2011-01-10 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979526#action_12979526 ] Eric Charles commented on JAMES-1181: - I like 1 cause "If it can grow, it will grow". A

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Stefano Bagnara
2011/1/10 Eric Charles : > What about the jsieve functions? We'll we reimplement it or reuse the > existing mailet? I have to make more clear that my previous comment was about the Remote delivery which I know well as it didn't change in the last 2 years. I don't have a good knowledge of the loca

svn commit: r1057159 - in /james/mailbox/trunk/maildir/src: main/java/org/apache/james/mailbox/maildir/ main/java/org/apache/james/mailbox/maildir/user/ test/java/org/apache/james/mailbox/maildir/

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 11:50:14 2011 New Revision: 1057159 URL: http://svn.apache.org/viewvc?rev=1057159&view=rev Log: Fix subscriptions in Maildir. See MAILBOX-30 Added: james/mailbox/trunk/maildir/src/test/java/org/apache/james/mailbox/maildir/MaildirSubscriptionManagerTest.java M

[jira] Resolved: (MAILBOX-30) Subscribe fails with maildir mailbox

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-30. -- Resolution: Fixed fixed > Subscribe fails with maildir mailbox > -

svn commit: r1057161 - in /james/mailbox/trunk: jcr/src/test/java/org/apache/james/mailbox/jcr/JCRSubscriptionManagerTest.java jpa/src/test/java/org/apache/james/mailbox/jpa/JPASubscriptionManagerTest

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 12:00:55 2011 New Revision: 1057161 URL: http://svn.apache.org/viewvc?rev=1057161&view=rev Log: Add SubscriptionManager tests for JCR and JPA Added: james/mailbox/trunk/jcr/src/test/java/org/apache/james/mailbox/jcr/JCRSubscriptionManagerTest.java james/m

svn commit: r1057162 - /james/server/trunk/cli/src/main/java/org/apache/james/cli/ServerCmd.java

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 12:02:25 2011 New Revision: 1057162 URL: http://svn.apache.org/viewvc?rev=1057162&view=rev Log: fix passing arguments to client. See JAMES-1179 Modified: james/server/trunk/cli/src/main/java/org/apache/james/cli/ServerCmd.java Modified: james/server/trunk/cli

[jira] Commented: (JAMES-1181) Modules dependencies review

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979556#action_12979556 ] Norman Maurer commented on JAMES-1181: -- Thanks for your feedbacks (Stefano/Eric). >Fr

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Norman Maurer
The jsieve stuff would be need to get moved to the "core" service too. Bye, Norman 2011/1/10 Eric Charles : > Hi, > Tks for the information. > What about the jsieve functions? We'll we reimplement it or reuse the > existing mailet? > Tks, > Eric > > On 10/01/2011 10:54, Stefano Bagnara wrote: >>

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Norman Maurer
Thx for all your input (both of you). Maybe I should just go ahead and write some code to show how exactly it will look like.. It's most times easy to get the point when looking at some "real code". WDYT ? Bye, Norman 2011/1/10 Stefano Bagnara : > 2011/1/10 Eric Charles : >> What about the jsie

svn commit: r1057169 - /james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 12:28:21 2011 New Revision: 1057169 URL: http://svn.apache.org/viewvc?rev=1057169&view=rev Log: Adjust log level to debug Modified: james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java Modified: james/mailbox/trunk/ma

Re: [PROPOSAL] Move RemoteDelivery logic to a "core service"

2011-01-10 Thread Eric Charles
+1 Eric On 10/01/2011 13:10, Norman Maurer wrote: Thx for all your input (both of you). Maybe I should just go ahead and write some code to show how exactly it will look like.. It's most times easy to get the point when looking at some "real code". WDYT ? Bye, Norman 2011/1/10 Stefano Bagnar

svn commit: r1057177 - /james/mailbox/trunk/api/src/main/java/org/apache/james/mailbox/StandardMailboxMetaDataComparator.java

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 13:01:14 2011 New Revision: 1057177 URL: http://svn.apache.org/viewvc?rev=1057177&view=rev Log: Should use MailboxConstants Modified: james/mailbox/trunk/api/src/main/java/org/apache/james/mailbox/StandardMailboxMetaDataComparator.java Modified: james/mailbo

svn commit: r1057184 - /james/mailbox/trunk/maildir/src/test/java/org/apache/james/mailbox/maildir/MaildirSubscriptionManagerTest.java

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 13:25:54 2011 New Revision: 1057184 URL: http://svn.apache.org/viewvc?rev=1057184&view=rev Log: adjust directory Modified: james/mailbox/trunk/maildir/src/test/java/org/apache/james/mailbox/maildir/MaildirSubscriptionManagerTest.java Modified: james/mailbox/

svn commit: r1057190 - in /james/server/trunk: ./ dnsservice-library/ dnsservice-library/src/ dnsservice-library/src/main/ dnsservice-library/src/main/config/ dnsservice-library/src/main/java/ dnsserv

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 13:41:51 2011 New Revision: 1057190 URL: http://svn.apache.org/viewvc?rev=1057190&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Added: james/server/trunk/dnsservice-library/ (with props) james/server/

svn commit: r1057191 - in /james/server/trunk/dnsservice-library/src/test/java/org/apache/james/util/netmatcher: ./ NetMatcherTest.java

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 13:42:12 2011 New Revision: 1057191 URL: http://svn.apache.org/viewvc?rev=1057191&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Added: james/server/trunk/dnsservice-library/src/test/java/org/apache/james/u

svn commit: r1057193 - /james/server/trunk/util/src/main/java/org/apache/james/util/netmatcher/NetMatcher.java

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 13:44:23 2011 New Revision: 1057193 URL: http://svn.apache.org/viewvc?rev=1057193&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Removed: james/server/trunk/util/src/main/java/org/apache/james/util/netmatch

[jira] Created: (MAILBOX-31) Creating Maildir subfolder should correctly create all folder hierachy (if not existing)

2011-01-10 Thread Eric Charles (JIRA)
Creating Maildir subfolder should correctly create all folder hierachy (if not existing) Key: MAILBOX-31 URL: https://issues.apache.org/jira/browse/MAILBOX-31 Pr

svn commit: r1057197 - /james/server/trunk/dnsservice-library/src/test/java/org/apache/james/util/netmatcher/

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 13:57:04 2011 New Revision: 1057197 URL: http://svn.apache.org/viewvc?rev=1057197&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Removed: james/server/trunk/dnsservice-library/src/test/java/org/apache/james

svn commit: r1057203 - /james/server/trunk/util/src/main/java/org/apache/james/util/netmatcher/netmatcher/

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 14:10:05 2011 New Revision: 1057203 URL: http://svn.apache.org/viewvc?rev=1057203&view=rev Log: Trying to revert the file deleted by mistake. Added: james/server/trunk/util/src/main/java/org/apache/james/util/netmatcher/netmatcher/ (props changed) - cop

svn commit: r1057204 - in /james/server/trunk/util/src/main/java/org/apache/james/util/netmatcher: NetMatcher.java netmatcher/NetMatcher.java

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 14:10:43 2011 New Revision: 1057204 URL: http://svn.apache.org/viewvc?rev=1057204&view=rev Log: Trying to revert the file deleted by mistake. Added: james/server/trunk/util/src/main/java/org/apache/james/util/netmatcher/NetMatcher.java (props changed) -

svn commit: r1057205 - /james/server/trunk/util/src/main/java/org/apache/james/util/netmatcher/netmatcher/

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 14:11:22 2011 New Revision: 1057205 URL: http://svn.apache.org/viewvc?rev=1057205&view=rev Log: Trying to revert the file deleted by mistake. Removed: james/server/trunk/util/src/main/java/org/apache/james/util/netmatcher/netmatcher/ --

svn commit: r1057210 - in /james/server/trunk: dnsservice-library/src/main/java/org/apache/james/util/inetnetwork/ dnsservice-library/src/main/java/org/apache/james/util/netmatcher/ dnsservice-library

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 14:14:43 2011 New Revision: 1057210 URL: http://svn.apache.org/viewvc?rev=1057210&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181). Moving util.inetnetwork and util.netmatcher to the new module. Added: james/

svn commit: r1057214 - in /james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir: MaildirStore.java mail/MaildirMailboxMapper.java

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 14:37:14 2011 New Revision: 1057214 URL: http://svn.apache.org/viewvc?rev=1057214&view=rev Log: Reuse MailboxConstants Modified: james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirStore.java james/mailbox/trunk/maildir/src/m

svn commit: r1057216 - in /james/server/trunk/dnsservice-library/src: main/java/org/apache/james/dnsservice/ main/java/org/apache/james/dnsservice/library/ main/java/org/apache/james/dnsservice/librar

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 14:43:26 2011 New Revision: 1057216 URL: http://svn.apache.org/viewvc?rev=1057216&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Renaming package from util to dnsservice.library Added: james/server/trunk/dn

svn commit: r1057217 - in /james/server/trunk: mailets/src/main/java/org/apache/james/transport/matchers/ smtpserver/src/main/java/org/apache/james/smtpserver/fastfail/ smtpserver/src/main/java/org/ap

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 14:45:32 2011 New Revision: 1057217 URL: http://svn.apache.org/viewvc?rev=1057217&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Update dependencies to account for package renames Modified: james/server/tru

svn commit: r1057232 - in /james/server/trunk: container-spring/src/main/config/james/context/ mailetcontainer-camel/src/main/java/org/apache/james/mailetcontainer/camel/ mailetcontainer-library/src/m

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 15:09:53 2011 New Revision: 1057232 URL: http://svn.apache.org/viewvc?rev=1057232&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Make sure mailetcontainer-library does not depends on dnsservice-library (librarie

svn commit: r1057233 - in /james/server/trunk: dnsservice-library/src/main/java/org/apache/james/util/MXHostAddressIterator.java util/src/main/java/org/apache/james/util/MXHostAddressIterator.java

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 15:11:12 2011 New Revision: 1057233 URL: http://svn.apache.org/viewvc?rev=1057233&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Move also MXHostAddressIterator to dnsservice-library Added: james/server/tru

svn commit: r1057234 - /james/server/trunk/dnsservice-library/src/main/java/org/apache/james/dnsservice/library/MXHostAddressIterator.java

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 15:15:14 2011 New Revision: 1057234 URL: http://svn.apache.org/viewvc?rev=1057234&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Move also MXHostAddressIterator to the new package Added: james/server/trunk/

svn commit: r1057235 - in /james/server/trunk: mailetcontainer-camel/ mailetcontainer-camel/src/main/java/org/apache/james/mailetcontainer/camel/ mailets/src/main/java/org/apache/james/transport/maile

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 15:16:43 2011 New Revision: 1057235 URL: http://svn.apache.org/viewvc?rev=1057235&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Move also MXHostAddressIterator to the new package Modified: james/server/trun

svn commit: r1057237 - in /james/server/trunk/dnsservice-library/src: main/java/org/apache/james/util/MXHostAddressIterator.java main/java/org/apache/james/util/inetnetwork/ test/java/org/apache/james

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 15:17:57 2011 New Revision: 1057237 URL: http://svn.apache.org/viewvc?rev=1057237&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Remove old packages. Removed: james/server/trunk/dnsservice-library/src/main/

[jira] Commented: (MAILBOX-31) Creating Maildir subfolder should correctly create all folder hierachy (if not existing)

2011-01-10 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979602#action_12979602 ] Eric Charles commented on MAILBOX-31: - The exact failure scenario for maildir is: - Cre

[jira] Commented: (MAILBOX-31) Creating Maildir subfolder should correctly create all folder hierachy (if not existing)

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979607#action_12979607 ] Norman Maurer commented on MAILBOX-31: -- Could you attach the full stacktrace? > Creat

svn commit: r1057245 - in /james/server/trunk: mailetcontainer-camel/src/main/java/org/apache/james/mailetcontainer/camel/ mailetcontainer-library/src/main/java/org/apache/james/mailetcontainer/lib/

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 15:45:54 2011 New Revision: 1057245 URL: http://svn.apache.org/viewvc?rev=1057245&view=rev Log: Introducing a dnsservice-library module trying to reduce dependency layers (JAMES-1181) Definitely move JamesMailetContext to the camel function as it also depends on Mai

svn commit: r1057274 - in /james/server/trunk: cli/ container-spring/ core/ dnsservice-api/ dnsservice-dnsjava/ dnsservice-library/ domainlist-api/ domainlist-jpa/ domainlist-library/ domainlist-xml/

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 16:46:48 2011 New Revision: 1057274 URL: http://svn.apache.org/viewvc?rev=1057274&view=rev Log: Adding "bin" to svn:ignore because my eclipse insists creating them with the latest m2eclipse (multimodule) Modified: james/server/trunk/cli/ (props changed) ja

[jira] Updated: (JAMES-1181) Modules dependencies review

2011-01-10 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara updated JAMES-1181: --- Attachment: graph-server-edited.gif > Modules dependencies review > -

[jira] Commented: (JAMES-1181) Modules dependencies review

2011-01-10 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979636#action_12979636 ] Stefano Bagnara commented on JAMES-1181: I did the dnsservice-library stuff. I had

[jira] Commented: (JAMES-1181) Modules dependencies review

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979658#action_12979658 ] Norman Maurer commented on JAMES-1181: -- After a quick review it looks better from the

[Share] JPA Mailbox copy to Maildir

2011-01-10 Thread Eric Charles
Hi, I just want to share that I migrated mailboxes (1,5GB, 100.000 mails, 30 mailboxes) from jpa to maildir. It was a mandatory step for me before tackling IMAP-228 (Database Tables and Columns). Btw, If you want to copy to maildir, wait a little for MAILBOX-31 (Creating Maildir subfolder sh

[jira] Commented: (MAILBOX-31) Creating Maildir subfolder should correctly create all folder hierachy (if not existing)

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979659#action_12979659 ] Norman Maurer commented on MAILBOX-31: -- I still can't reproduce this.. Can you create

svn commit: r1057291 - /james/server/trunk/pom.xml

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 17:34:27 2011 New Revision: 1057291 URL: http://svn.apache.org/viewvc?rev=1057291&view=rev Log: Remove ? from pom.xml. Seems like a mistake Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/serve

Re: svn commit: r1057291 - /james/server/trunk/pom.xml

2011-01-10 Thread Eric Charles
tks eclipse ;) On 10/01/2011 18:34, nor...@apache.org wrote: Author: norman Date: Mon Jan 10 17:34:27 2011 New Revision: 1057291 URL: http://svn.apache.org/viewvc?rev=1057291&view=rev Log: Remove? from pom.xml. Seems like a mistake Modified: james/server/trunk/pom.xml Modified: james/se

Re: svn commit: r1057291 - /james/server/trunk/pom.xml

2011-01-10 Thread Stefano Bagnara
2011/1/10 : > Author: norman > Date: Mon Jan 10 17:34:27 2011 > New Revision: 1057291 > > URL: http://svn.apache.org/viewvc?rev=1057291&view=rev > Log: > Remove ? from pom.xml. Seems like a mistake I was just trying to understand why hudson was failing since last december and complained about a "

svn commit: r1057295 - in /james/server/trunk: container-spring/pom.xml imapserver/pom.xml lmtpserver/pom.xml nio-netty/ pom.xml pop3server/pom.xml protocols-library/ protocols-library/pom.xml smtpser

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 18:17:01 2011 New Revision: 1057295 URL: http://svn.apache.org/viewvc?rev=1057295&view=rev Log: Rename nio-netty to protocol-library. See JAMES-1181 Added: james/server/trunk/protocols-library/ - copied from r1057288, james/server/trunk/nio-netty/ Removed

svn commit: r1057299 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/netty/ lmtpserver/src/main/java/org/apache/james/lmtpserver/netty/ nio-netty/ nio-netty/target/ pop3

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 18:26:37 2011 New Revision: 1057299 URL: http://svn.apache.org/viewvc?rev=1057299&view=rev Log: adjust packages for to match protocols-library. See JAMES-1181 Added: james/server/trunk/nio-netty/ james/server/trunk/nio-netty/target/ james/server/trunk/

svn commit: r1057303 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/netty/ lmtpserver/src/main/java/org/apache/james/lmtpserver/netty/ pop3server/src/main/java/org/apac

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 18:30:47 2011 New Revision: 1057303 URL: http://svn.apache.org/viewvc?rev=1057303&view=rev Log: adjust packages for to match protocols-library. See JAMES-1181 Added: james/server/trunk/protocols-library/src/main/java/org/apache/james/protocols/lib/ james/

svn commit: r1057304 - in /james/server/trunk/protocols-library/src: main/java/org/apache/james/protocols/library/ main/java/org/apache/james/server/ test/java/org/apache/james/server/

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 18:33:32 2011 New Revision: 1057304 URL: http://svn.apache.org/viewvc?rev=1057304&view=rev Log: Remove empty packages Removed: james/server/trunk/protocols-library/src/main/java/org/apache/james/protocols/library/ james/server/trunk/protocols-library/src/m

svn commit: r1057322 - in /james/mailbox/trunk/maildir/src: main/java/org/apache/james/mailbox/maildir/ main/java/org/apache/james/mailbox/maildir/mail/ test/java/org/apache/james/mailbox/maildir/

2011-01-10 Thread norman
Author: norman Date: Mon Jan 10 19:14:49 2011 New Revision: 1057322 URL: http://svn.apache.org/viewvc?rev=1057322&view=rev Log: Fix NPE when try to create INBOX mailbox after other mailbox was created. See MAILBOX-31 Modified: james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailb

[jira] Resolved: (MAILBOX-31) Creating Maildir subfolder should correctly create all folder hierachy (if not existing)

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-31. -- Resolution: Fixed > Creating Maildir subfolder should correctly create all folder hierachy (if

svn commit: r1057416 - /james/server/trunk/nio-netty/

2011-01-10 Thread bago
Author: bago Date: Mon Jan 10 23:41:17 2011 New Revision: 1057416 URL: http://svn.apache.org/viewvc?rev=1057416&view=rev Log: Remove old directories. Removed: james/server/trunk/nio-netty/ - To unsubscribe, e-mail: server-d

[jira] Resolved: (MAILBOX-26) Fix maildir directory structure %domain/%user

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-26. -- Resolution: Won't Fix Thats "by design". In MaildirStoreUtil we "adjust" the path based on vir

svn commit: r1057499 - /james/server/trunk/mailbox-adapter/src/main/java/org/apache/james/adapter/mailbox/maildir/MaildirStoreUtil.java

2011-01-10 Thread norman
Author: norman Date: Tue Jan 11 06:55:14 2011 New Revision: 1057499 URL: http://svn.apache.org/viewvc?rev=1057499&view=rev Log: Reuse static constants Modified: james/server/trunk/mailbox-adapter/src/main/java/org/apache/james/adapter/mailbox/maildir/MaildirStoreUtil.java Modified: james/s

svn commit: r1057506 - in /james/mailbox/trunk/maildir/src: main/java/org/apache/james/mailbox/maildir/mail/MaildirMailboxMapper.java test/java/org/apache/james/mailbox/maildir/MaildirMailboxManagerTe

2011-01-10 Thread norman
Author: norman Date: Tue Jan 11 07:25:10 2011 New Revision: 1057506 URL: http://svn.apache.org/viewvc?rev=1057506&view=rev Log: Now MaildirStore constructed with %fulluser and %user work like expected. See MAILBOX-32 Modified: james/mailbox/trunk/maildir/src/main/java/org/apache/james/mailb

[jira] Created: (MAILBOX-32) MaildirStore constructed with %fulluser or only %user fails to operate correctly

2011-01-10 Thread Norman Maurer (JIRA)
MaildirStore constructed with %fulluser or only %user fails to operate correctly Key: MAILBOX-32 URL: https://issues.apache.org/jira/browse/MAILBOX-32 Project: James Mail

[jira] Resolved: (MAILBOX-32) MaildirStore constructed with %fulluser or only %user fails to operate correctly

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-32. -- Resolution: Fixed > MaildirStore constructed with %fulluser or only %user fails to operate > c

[jira] Resolved: (MAILBOX-20) MailboxManager should expose method to get a list of all MailboxPath it has stored

2011-01-10 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-20. -- Resolution: Fixed Fix Version/s: 0.2 Ths was done.. forgot to close this > MailboxManag