RE: Current James Development and Contribution

2006-03-23 Thread Noel J. Bergman
> I wonder how many commiters are on the james project cause i only see > one. There are a number of us, but unfortunately, most are quite busy. When I get a chance to code on JAMES, I consider it a vacation. I had fun last week writing a sendmail client in python so that you can install JAMES o

[jira] Commented: (JAMES-461) Maildir support

2006-03-23 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-461?page=comments#action_12371593 ] Norman Maurer commented on JAMES-461: - Not yet.. But maybe someone else.. How you solve the problem in MboxMailRepository.. Maybe we can use something like in there.. >

[jira] Commented: (JAMES-461) Maildir support

2006-03-23 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-461?page=comments#action_12371587 ] Stefano Bagnara commented on JAMES-461: --- Here is a problematic scenario: Iterator i1 = repos.list(); Iterator i2 = repos.list(); repos.retrieve(i1.next()); IMHO the seco

[jira] Updated: (JAMES-461) Maildir support

2006-03-23 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-461?page=all ] Norman Maurer updated JAMES-461: Attachment: JavamailStoreMailRepository.java Rename the class and fix the TODO > Maildir support > --- > > Key: JAMES-461 > URL: h

[jira] Commented: (JAMES-460) Running James as an NT service

2006-03-23 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-460?page=comments#action_12371578 ] Stefano Bagnara commented on JAMES-460: --- The problem is that DaemonLauncher look for org.tanukisoftware.wrapper.WrapperListener while we bundle an older wrapper: com.silve

[jira] Assigned: (JAMES-460) Running James as an NT service

2006-03-23 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-460?page=all ] Stefano Bagnara reassigned JAMES-460: - Assign To: Stefano Bagnara > Running James as an NT service > -- > > Key: JAMES-460 > URL: http://issues.

Re: [jira] Commented: (JAMES-461) Maildir support

2006-03-23 Thread Stefano Bagnara
Norman Maurer wrote: Sorry.. I meant the javamaildir import .. To long on work today ;-) The second think problem you notice is something i not notice before. But i will have a look again. Maybe i found a workaround. If you have a idea fell free to post it ;-) Look at the file I attached. I th

Re: [jira] Commented: (JAMES-461) Maildir support

2006-03-23 Thread Norman Maurer
Sorry.. I meant the javamaildir import .. To long on work today ;-) The second think problem you notice is something i not notice before. But i will have a look again. Maybe i found a workaround. If you have a idea fell free to post it ;-) bye Am Donnerstag, den 23.03.2006, 15:15 + schrieb

[jira] Updated: (JAMES-461) Maildir support

2006-03-23 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-461?page=all ] Stefano Bagnara updated JAMES-461: -- Attachment: MaildirMailRepository.java I removed all but one of the references to javamaildir. I added a TODO to the last call that should be replaced. It st

[jira] Commented: (JAMES-461) Maildir support

2006-03-23 Thread Stefano Bagnara (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-461?page=comments#action_12371573 ] Stefano Bagnara commented on JAMES-461: --- It is ok if it needs javamail. The problematic import is the one from "javamailDIR". You should use MimeMessage instead of Maild

[jira] Updated: (JAMES-461) Maildir support

2006-03-23 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-461?page=all ] Norman Maurer updated JAMES-461: Attachment: MaildirMailRepository.java First Version based un the patch of alex.. This need the javamail.jar for compile :-( > Maildir support > --

Re: maildir support and needed jar

2006-03-23 Thread Norman Maurer
Here: http://issues.apache.org/jira/browse/JAMES-461 thx Am Donnerstag, den 23.03.2006, 15:38 +0100 schrieb Stefano Bagnara: > Norman Maurer wrote: > > Thats the main problem.. it not build without the jar :-( I have the > > imports of the maildir things in it and don't know or understand howto >

[jira] Created: (JAMES-461) Maildir support

2006-03-23 Thread Norman Maurer (JIRA)
Maildir support --- Key: JAMES-461 URL: http://issues.apache.org/jira/browse/JAMES-461 Project: James Type: New Feature Reporter: Norman Maurer Add Maildir support.. -- This message is automatically generated by JIRA. - If you think it was sent in

Re: maildir support and needed jar

2006-03-23 Thread Stefano Bagnara
Norman Maurer wrote: Thats the main problem.. it not build without the jar :-( I have the imports of the maildir things in it and don't know or understand howto get rid of them.. Post the code somewhere (JIRA) so I can look what is imported and why. Stefano --

Re: maildir support and needed jar

2006-03-23 Thread Norman Maurer
Thats the main problem.. it not build without the jar :-( I have the imports of the maildir things in it and don't know or understand howto get rid of them.. bye Am Donnerstag, den 23.03.2006, 15:27 +0100 schrieb Stefano Bagnara: > Norman Maurer wrote: > > Hm, any example for such thinks? Maybe s

Re: maildir support and needed jar

2006-03-23 Thread Stefano Bagnara
Norman Maurer wrote: Hm, any example for such thinks? Maybe some code where i can have a look how this was did ? No, finish your work and submit it to JIRA. I'll try to look at it and explain what's wrong and, I hope, how to fix it. Basically you should be able to build your code without the m

Re: maildir support and needed jar

2006-03-23 Thread Norman Maurer
Hm, any example for such thinks? Maybe some code where i can have a look how this was did ? bye Am Donnerstag, den 23.03.2006, 14:26 +0100 schrieb Stefano Bagnara: > r interface only and the binding to maildir is only > in configuration files: then you should add documentation to let the > user

Re: maildir support and needed jar

2006-03-23 Thread Stefano Bagnara
Norman Maurer wrote: just one question you said that you can'T include gpl stuff. So whats the best way to add features that need gpl jars ? Like its done with the java mail jar ? Or is there a better option.. No, it's worse. We CAN bundle mail.jar in binary distribution but CAN'T bundle it in

maildir support and needed jar

2006-03-23 Thread Norman Maurer
Hi, just one question you said that you can'T include gpl stuff. So whats the best way to add features that need gpl jars ? Like its done with the java mail jar ? Or is there a better option.. bye signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

[jira] Created: (JAMES-460) Running James as an NT service

2006-03-23 Thread carlos aviles (JIRA)
Running James as an NT service -- Key: JAMES-460 URL: http://issues.apache.org/jira/browse/JAMES-460 Project: James Type: Bug Versions: 2.3.0 Environment: Windows 2000 Professional JDK1.5.0_04 Reporter: carlos aviles When tr

Re: MailStoreRepository

2006-03-23 Thread Norman Maurer
Thx for the explaination.. Now it seems to be clearer.. Maildir support now works for me here.. After a few more tests etc i will add it to jira.. thx Am Donnerstag, den 23.03.2006, 09:38 +0100 schrieb Stefano Bagnara: > Norman Maurer wrote: > > I will have a look.. > > > > So im right that the

Re: MailStoreRepository

2006-03-23 Thread Stefano Bagnara
Norman Maurer wrote: I will have a look.. So im right that the getUserInbox from James class get the right Mbox for the User on delivery and retrieve? Is this not only a default ? Sorry for asking such question .. but james is very complex when starting with add some code on it. POP3Server as

[jira] Commented: (JAMES-459) Incompatible/Duplicate excalibur-cli-1.0.jar library in classpath

2006-03-23 Thread Bernd Fondermann (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-459?page=comments#action_12371527 ] Bernd Fondermann commented on JAMES-459: that's right, phoenix-bin/bin/lib/excalibur-cli-1.0.jar is the right one to not let the stacktrace in question appear - but it