svn commit: r1221132 - in /james/protocols/trunk: pom.xml smtp/pom.xml smtp/src/main/java/org/apache/james/protocols/smtp/core/ReceivedDataLineFilter.java smtp/src/main/java/org/apache/james/protocols

2011-12-19 Thread norman
Author: norman Date: Tue Dec 20 07:58:52 2011 New Revision: 1221132 URL: http://svn.apache.org/viewvc?rev=1221132&view=rev Log: Remove dependency on mailet-base. See PROTOCOLS-56 Modified: james/protocols/trunk/pom.xml james/protocols/trunk/smtp/pom.xml james/protocols/trunk/smtp/src

[jira] [Created] (PROTOCOLS-56) Remove dependency on mailet-api, mailet-base and javamail

2011-12-19 Thread Norman Maurer (Created) (JIRA)
Remove dependency on mailet-api, mailet-base and javamail - Key: PROTOCOLS-56 URL: https://issues.apache.org/jira/browse/PROTOCOLS-56 Project: JAMES Protocols Issue Type: Improvement

[jira] [Updated] (JAMES-1354) Problems with spaces in paths (phoenix)

2011-12-19 Thread Veit Guna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Veit Guna updated JAMES-1354: - Attachment: spacefix_patch.txt Fixes the File-to-URL handling in the phoenix Classloader classes. Diff w

[jira] [Created] (JAMES-1354) Problems with spaces in paths (phoenix)

2011-12-19 Thread Veit Guna (Created) (JIRA)
Problems with spaces in paths (phoenix) --- Key: JAMES-1354 URL: https://issues.apache.org/jira/browse/JAMES-1354 Project: JAMES Server Issue Type: Improvement Components: James Core Affects

Re: Notes on JAMES-1352 Commits

2011-12-19 Thread Stefano Bagnara
2011/12/19 Steve Brewin : >> - Could the api reside in lifecyle-api (or data-api?) and the >> implementation be moved to ldap module (does it make sense?) > > I don't think either are a natural fit. Should we find we use this approach > generally useful it should probably be offered up to Commons.

Re: Notes on JAMES-1352 Commits

2011-12-19 Thread Steve Brewin
Hi Eric My responses inserted below. Cheers --Steve On 19/12/2011 18:48, Eric Charles wrote: Hi Steve, I finally found time to look at the code and can now better realize what you did :) Just giving you some loosely feedback I noted: - What's the difference between perform() and operation

Re: Notes on JAMES-1352 Commits

2011-12-19 Thread Eric Charles
On 18/12/11 21:05, Stefano Bagnara wrote: Remember that RemoteDelivery has a persistence of the current retry status. I didn't look at your code so I don't know if this really apply, but I don't expect your generic RetrySchedule deals with persistence, too. I guess the RetryHandler implementat

Re: I deployed mailbox site

2011-12-19 Thread Eric Charles
Hi, I see Server and Hupa different from the rest. For these 2 projects, there's a demand for a separate user manual and a need for a appealing marketing web site. Currently, we are mixing 3 things in those sites (general presentation + user manual + information for developers). The other pr

Re: Notes on JAMES-1352 Commits

2011-12-19 Thread Eric Charles
Hi Steve, I finally found time to look at the code and can now better realize what you did :) Just giving you some loosely feedback I noted: - What's the difference between perform() and operation() methods? I'm not sure to completely get it from javadoc :) - reading RetryingLdapContext giv

svn commit: r1220718 - in /james/protocols/trunk: ./ api/ api/src/main/java/org/apache/james/protocols/api/handler/

2011-12-19 Thread norman
Author: norman Date: Mon Dec 19 12:33:48 2011 New Revision: 1220718 URL: http://svn.apache.org/viewvc?rev=1220718&view=rev Log: Remove dependency on commons-configuration by providing a ProtocolHandlerConfiguration. See PROTOCOLS-55 Added: james/protocols/trunk/api/src/main/java/org/apache/

[jira] [Created] (PROTOCOLS-55) Remove dependency on commons configuration

2011-12-19 Thread Norman Maurer (Created) (JIRA)
Remove dependency on commons configuration -- Key: PROTOCOLS-55 URL: https://issues.apache.org/jira/browse/PROTOCOLS-55 Project: JAMES Protocols Issue Type: Improvement Components: api Af