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.

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 c

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 impl

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

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. No

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

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 set

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-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).

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

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

2005-07-13 Thread Martin Kauss
On Jul 09, 2005 01:21 PM, Martin Kauss <[EMAIL PROTECTED]> wrote: > On Jul 09, 2005 09:54 AM, Chris Burdess <[EMAIL PROTECTED]> wrote: > > > Martin Kauss wrote: > > > > So what I understand is this: (Correct me if I'm wrong) > > > > 1. Problems with servlets are solvable with free Java tools, and

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: [OX Devel] Re: Devel Digest, Vol 12, Issue 6

2005-07-10 Thread Martin Kauss
On Jul 09, 2005 09:54 AM, Chris Burdess <[EMAIL PROTECTED]> wrote: > Martin Kauss wrote: > > > So what I understand is this: (Correct me if I'm wrong) > > > 1. Problems with servlets are solvable with free Java tools, and these > > > are not major showstoppers > > > > I am not aware of any servl

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

2005-07-09 Thread Chris Burdess
Martin Kauss wrote: > > So what I understand is this: (Correct me if I'm wrong) > > 1. Problems with servlets are solvable with free Java tools, and these > > are not major showstoppers > > I am not aware of any servlet issues at all, tomcat for example > should provide all necessary libraries.

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

2005-07-09 Thread Martin Kauss
On Jul 09, 2005 05:15 AM, Soumyadip Modak <[EMAIL PROTECTED]> wrote: > Martin Kauss <[EMAIL PROTECTED]> wrote > > Hi, > > > > the configure just checks the system dependencies to build the > > system. The needed libraries are not checked until the compile > > process, JFYI. > > > > The questi