Re: James on Internet

2009-05-31 Thread Danny Angus
Frank, >> If you have more questions, ask on server-u...@james.apache.org where >> other users will be able to help you, this list is for contributors to >> talk about developing James. d. - To unsubscribe, e-mail: server-dev-un

Re: IMAP Library

2009-05-31 Thread Robert Burrell Donkin
On Sun, May 31, 2009 at 1:00 PM, Norman Maurer wrote: > Hi Zsombor, > > thx for sharing, I will have a look at it :-) > > Bye, > Norman > > 2009/5/31 Zsombor : >> On Sat, May 30, 2009 at 21:45, Norman Maurer wrote: >>> I'm in the planning to devleop a Webmail written in GWT which should >>> use I

RE: [jira] Commented: (JSPF-65) Possible racing issue in StagedMultipleSPFExecutor or dnsjnio

2009-05-31 Thread Steve Brewin
It may be totally nothing to do with it, but in other endeavours I've known Hudson builds get out of whack because the clock on the SVN server differed from that on the Hudson build server. Its good practise that the build server and repository server are synced to the same timesource, such as the

Re: [jira] Commented: (JSPF-65) Possible racing issue in StagedMultipleSPFExecutor or dnsjnio

2009-05-31 Thread Norman Maurer
/me is crossing fingers ;-) 2009/5/31 Stefano Bagnara (JIRA) : > >    [ > https://issues.apache.org/jira/browse/JSPF-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714909#action_12714909 > ] > > Stefano Bagnara commented on JSPF-65: > --

[jira] Commented: (JSPF-65) Possible racing issue in StagedMultipleSPFExecutor or dnsjnio

2009-05-31 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714909#action_12714909 ] Stefano Bagnara commented on JSPF-65: - I just reenabled 5 minutes builds on hudson. In pas

svn commit: r780482 - /james/jspf/trunk/tester/pom.xml

2009-05-31 Thread bago
Author: bago Date: Sun May 31 17:38:04 2009 New Revision: 780482 URL: http://svn.apache.org/viewvc?rev=780482&view=rev Log: Let's rat know we added a 3rd party licensed test file. Modified: james/jspf/trunk/tester/pom.xml Modified: james/jspf/trunk/tester/pom.xml URL: http://svn.apache.org/

[jira] Updated: (JSPF-71) $ in mail address causes java.lang.IllegalArgumentException: Illegal group reference

2009-05-31 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara updated JSPF-71: Priority: Critical (was: Major) > $ in mail address causes java.lang.IllegalArgumentException: Illega

[jira] Updated: (JSPF-66) Incorrect macro explansion for %- and %_

2009-05-31 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara updated JSPF-66: Priority: Critical (was: Major) > Incorrect macro explansion for %- and %_ > ---

[jira] Updated: (JSPF-72) Parsing errors for TXT records

2009-05-31 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara updated JSPF-72: Priority: Critical (was: Major) > Parsing errors for TXT records > -- > >

[jira] Updated: (JSPF-70) Add a new spfd style daemon based on jspf.

2009-05-31 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara updated JSPF-70: Priority: Minor (was: Major) > Add a new spfd style daemon based on jspf. > -

[jira] Commented: (JSPF-65) Possible racing issue in StagedMultipleSPFExecutor or dnsjnio

2009-05-31 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714874#action_12714874 ] Stefano Bagnara commented on JSPF-65: - We should enable back the repeated build on hudson

[jira] Resolved: (JSPF-72) Parsing errors for TXT records

2009-05-31 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara resolved JSPF-72. - Resolution: Fixed I found that the issue was better solved in the xbill resolver and not in the SPF

svn commit: r780445 - /james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/impl/DNSServiceXBillImpl.java

2009-05-31 Thread norman
Author: norman Date: Sun May 31 14:48:44 2009 New Revision: 780445 URL: http://svn.apache.org/viewvc?rev=780445&view=rev Log: Just cleanup... Modified: james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/impl/DNSServiceXBillImpl.java Modified: james/jspf/trunk/resolver/src/main/j

svn commit: r780443 - in /james/jspf/trunk/resolver/src: main/java/org/apache/james/jspf/impl/DNSServiceXBillImpl.java main/java/org/apache/james/jspf/policies/SPFRetriever.java test/java/org/apache/j

2009-05-31 Thread bago
Author: bago Date: Sun May 31 14:42:37 2009 New Revision: 780443 URL: http://svn.apache.org/viewvc?rev=780443&view=rev Log: DNSJava already parsed quoted TXT records correctly, so I moved the "unquote" to the resolver instead of the SPFRetriever that now expect a single, unquoted, string (JSPF-7

svn commit: r780441 - /james/jspf/trunk/stage/pom.xml

2009-05-31 Thread bago
Author: bago Date: Sun May 31 14:39:53 2009 New Revision: 780441 URL: http://svn.apache.org/viewvc?rev=780441&view=rev Log: Updated pom.xml for the new dnsjnio (JSPF-73) Modified: james/jspf/trunk/stage/pom.xml Modified: james/jspf/trunk/stage/pom.xml URL: http://svn.apache.org/viewvc/james

[jira] Assigned: (JSPF-72) Parsing errors for TXT records

2009-05-31 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara reassigned JSPF-72: --- Assignee: Stefano Bagnara > Parsing errors for TXT records > -- > >

Re: svn commit: r780418 - in /james/jspf/trunk/resolver/src: main/java/org/apache/james/jspf/core/MacroExpand.java test/java/org/apache/james/jspf/core/MacroExpandTest.java

2009-05-31 Thread Norman Maurer
Hi, I not added the backslash because backslashes are not allowed in emailaddresses, anyway It can't harm ;-) Thx, Norman 2009/5/31 : > Author: bago > Date: Sun May 31 12:22:44 2009 > New Revision: 780418 > > URL: http://svn.apache.org/viewvc?rev=780418&view=rev > Log: > Also add escaping for b

svn commit: r780420 - /james/jspf/trunk/pom.xml

2009-05-31 Thread bago
Author: bago Date: Sun May 31 12:25:47 2009 New Revision: 780420 URL: http://svn.apache.org/viewvc?rev=780420&view=rev Log: Upgraded parent project to 1.3 final. Modified: james/jspf/trunk/pom.xml Modified: james/jspf/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?

svn commit: r780418 - in /james/jspf/trunk/resolver/src: main/java/org/apache/james/jspf/core/MacroExpand.java test/java/org/apache/james/jspf/core/MacroExpandTest.java

2009-05-31 Thread bago
Author: bago Date: Sun May 31 12:22:44 2009 New Revision: 780418 URL: http://svn.apache.org/viewvc?rev=780418&view=rev Log: Also add escaping for backslash in regex replace strings (JSPF-71) >From javadocs, both dollar and backslash need escaping. (also replaced tabs with spaces for our formatting

Re: IMAP Library

2009-05-31 Thread Norman Maurer
Hi Zsombor, thx for sharing, I will have a look at it :-) Bye, Norman 2009/5/31 Zsombor : > On Sat, May 30, 2009 at 21:45, Norman Maurer wrote: >> I'm in the planning to devleop a Webmail written in GWT which should >> use IMAP for accessing the mailbox. I'm not to happy with using >> javamail

Re: IMAP Library

2009-05-31 Thread Norman Maurer
Hi Robert, yeah I'm lookinf for imap client code, and it should be in java ;-) Bye, Norman 2009/5/31 Robert Burrell Donkin : > On Sat, May 30, 2009 at 8:45 PM, Norman Maurer wrote: >> Hi guys ( especially Robert ;)), >> >> I'm in the planning to devleop a Webmail written in GWT which should >>

Re: IMAP Library

2009-05-31 Thread Zsombor
On Sat, May 30, 2009 at 21:45, Norman Maurer wrote: > Hi guys ( especially Robert ;)), > > I'm in the planning to devleop a Webmail written in GWT which should > use IMAP for accessing the mailbox. I'm not to happy with using > javamail for this purpose so I thought about reusing some imap stuff

Re: IMAP Library

2009-05-31 Thread Robert Burrell Donkin
On Sat, May 30, 2009 at 8:45 PM, Norman Maurer wrote: > Hi guys ( especially Robert ;)), > > I'm in the planning to devleop a Webmail written in GWT which should > use IMAP for accessing the mailbox. I'm not to happy with using > javamail for this purpose so I thought about reusing some imap stuff

Re: Java5 for jSPF

2009-05-31 Thread Robert Burrell Donkin
On Sat, May 30, 2009 at 9:52 PM, Norman Maurer wrote: > Hi all, > > I would like to change jSPF to use Java5 (Generics etc). +1 - robert - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands,

JAMES Server Nightly Build Report

2009-05-31 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: -