Re: IMAP implementation in JAVA

2004-10-04 Thread Chris Tilden
Maybe this is what you're looking for, http://james.apache.org/ It supports POP3 right now and IMAP is on the way. http://james.apache.org/FAQ.html#6 On Sun, 03 Oct 2004 22:09:47 +0200, Omry Yadan <[EMAIL PROTECTED]> wrote: > my mistake, I missed the server bit in your email :) > > > Rishabh M

Re: IMAP implementation in JAVA

2004-10-03 Thread Omry Yadan
my mistake, I missed the server bit in your email :) Rishabh Manocha wrote: I did read it. It does not provide an API for writing a POP3 server, that is already written. I think the API there is only for writing clients. Thanks On 03/10/04 21:50 +0200, Omry Yadan wrote: You can probably use sun'

Re: IMAP implementation in JAVA

2004-10-03 Thread Rishabh Manocha
I did read it. It does not provide an API for writing a POP3 server, that is already written. I think the API there is only for writing clients. Thanks On 03/10/04 21:50 +0200, Omry Yadan wrote: > You can probably use sun's javamail. > google for it. > > Rishabh Manocha wrote: > > >-BEGIN PG

Re: IMAP implementation in JAVA

2004-10-03 Thread Omry Yadan
You can probably use sun's javamail. google for it. Rishabh Manocha wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey guys, just wondering if anyone knows of a good IMAP server implementation in JAVA.

IMAP implementation in JAVA

2004-10-02 Thread Rishabh Manocha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey guys, just wondering if anyone knows of a good IMAP server implementation in JAVA. I tried to read the RCF document but I being so new to all this, could not make much sense out of it. I was hence hoping to learn by example. Basically I am hoping t