Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-08-08 Thread Stefan Preuss
Am Jul 19, 2005 10:26 AM schrieb Martin Kauss [EMAIL PROTECTED]: On Jul 19, 2005 09:57 AM, Chris Burdess [EMAIL PROTECTED] wrote: Tom Tromey wrote: Chris If you just want ACL support in the GNU IMAP provider, we can schedule Chris it in for the next release. Martin We can help to make such an

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-08-08 Thread Tom Tromey
Stefan == Stefan Preuss [EMAIL PROTECTED] writes: Stefan But is it really necessary as the JavaMail is now part of the Stefan GlassFish Project? My understanding is that the code in GlassFish is under the CDDL, which is not GPL compatible, and that furthermore Open Exchange is GPL. Tom

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-19 Thread Chris Burdess
Tom Tromey wrote: Chris If you just want ACL support in the GNU IMAP provider, we can schedule Chris it in for the next release. Martin We can help to make such an implementation happen, but our Martin focus is the solution and the features. Thats why we have not Martin ask for methods. Now,

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-19 Thread Martin Kauss
On Jul 19, 2005 09:57 AM, Chris Burdess [EMAIL PROTECTED] wrote: Tom Tromey wrote: Chris If you just want ACL support in the GNU IMAP provider, we can schedule Chris it in for the next release. Martin We can help to make such an implementation happen, but our Martin focus is the

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-19 Thread Marcus Klein
Hi all! Martin Kauss schrieb: On Jul 19, 2005 09:57 AM, Chris Burdess [EMAIL PROTECTED] wrote: Tom Tromey wrote: Chris If you just want ACL support in the GNU IMAP provider, we can schedule Chris it in for the next release. Martin We can help to make such an implementation happen, but our

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-18 Thread Tom Tromey
Chris == Chris Burdess [EMAIL PROTECTED] writes: Chris If you just want ACL support in the GNU IMAP provider, we can schedule Chris it in for the next release. Martin We can help to make such an implementation happen, but our Martin focus is the solution and the features. Thats why we have not

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-15 Thread Martin Kauss
Am Jul 14, 2005 08:26 PM schrieb Chris Burdess [EMAIL PROTECTED]: Martin Kauss wrote: The problem is that Rights, as well as ACL and Quota, are in a com.sun package. OX makes use of the class IMAPFolder and there you have the method addRights(ACL acl) which lead us to setRights(Rights

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-14 Thread Martin Kauss
Am Jul 13, 2005 08:17 PM schrieb David Walluck [EMAIL PROTECTED]: Martin Kauss [EMAIL PROTECTED] wrote: The complete part Rights is missing in the classpath implementation or i was not able to find it (http://www.gnu.org/software/classpathx/javamail/javadoc/alphaindex.html). The

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-14 Thread Chris Burdess
Martin Kauss wrote: The problem is that Rights, as well as ACL and Quota, are in a com.sun package. OX makes use of the class IMAPFolder and there you have the method addRights(ACL acl) which lead us to setRights(Rights rights) and there we find the Rights. The GNU classpath javamail API does

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-13 Thread David Walluck
Martin Kauss [EMAIL PROTECTED] wrote: The complete part Rights is missing in the classpath implementation or i was not able to find it (http://www.gnu.org/software/classpathx/javamail/javadoc/alphaindex.html). The problem is that Rights, as well as ACL and Quota, are in a com.sun package.

Re: [fedora-java] Re: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-13 Thread Stephen Crawley
You wrote: The problem is that we have public javax.mail API's that return class instances from the internal package com.sun.mail. Really? My reading was that the javax.mail.Folder is clean. The problem is that some key public methods com.sun.mail.imap.IMAPFolder do not have corresponding