RE: Who wants to write POP and IMAP transports? [status]

2005-12-04 Thread Rajith Attapattu
Ok here is what I have right now for POP3. I have gone through the RFC 1939 in detail and here is the summary. I have also gone through the JavaMail API spec. Started a bit if coding. I can come with a basic POP3 implementation that connects, authenticates and list/retrieve/delete messages by Tue

RE: Who wants to write POP and IMAP transports? [status]

2005-12-04 Thread Rajith Attapattu
t: RE: Who wants to write POP and IMAP transports? [status] Ok here is what I have right now for POP3. I have gone through the RFC 1939 in detail and here is the summary. I have also gone through the JavaMail API spec. Started a bit if coding. I can come with a basic POP3 implementation that con

RE: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Rajith Attapattu
, December 05, 2005 12:23 AM To: dev@geronimo.apache.org Subject: RE: Who wants to write POP and IMAP transports? [status] Is anybody willing to tackle the Message (which conforms to specifications RFC822 and RFC2045) then I can concentrate on POP3 and Bruce on IMAP. Since this Message is a beast on it&#

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Rick McGuire
onday, December 05, 2005 12:23 AM To: dev@geronimo.apache.org Subject: RE: Who wants to write POP and IMAP transports? [status] Is anybody willing to tackle the Message (which conforms to specifications RFC822 and RFC2045) then I can concentrate on POP3 and Bruce on IMAP. Since this Message is a bea

RE: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Bilal Bhatti
> Regards, > > Rajith Attapattu. > > -Original Message- > From: Rajith Attapattu [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 12:10 AM > To: dev@geronimo.apache.org > Subject: RE: Who wants to write POP and IMAP transports? [status] > > Ok here i

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Dain Sundstrom
ajith Attapattu. -Original Message- From: Rajith Attapattu [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 12:23 AM To: dev@geronimo.apache.org Subject: RE: Who wants to write POP and IMAP transports? [status] Is anybody willing to tackle the Message (which conforms to specifica

RE: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Rajith Attapattu
ailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 12:27 PM To: dev@geronimo.apache.org Subject: Re: Who wants to write POP and IMAP transports? [status] I think we should wait until 1.1 to ship this. Even if we got it implemented this week, I don't think we will have time for any serio

RE: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Rajith Attapattu
Can somebody help me figure out if I am looking in the wrong place? Regards, Rajith Attapattu. -Original Message- From: Rick McGuire [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 11:52 AM To: dev@geronimo.apache.org Subject: Re: Who wants to write POP and IMAP transports?

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Bruce Snyder
On 12/5/05, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > Where can I find these classes have they been ported to the trunk from > the sandbox??? See modules/javamail-transport and modules/mail. > I did an update now and all I see under org.apache.geronimo.mail > Is a couple of GBeans for Stores

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Rick McGuire
MimePart etc..? Regards, Rajith Attapattu. -Original Message- From: Rajith Attapattu [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 12:23 AM To: dev@geronimo.apache.org Subject: RE: Who wants to write POP and IMAP transports? [status] Is anybody willing to tackle the Message (wh

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Rick McGuire
Bruce Snyder wrote: On 12/5/05, Rajith Attapattu <[EMAIL PROTECTED]> wrote: Where can I find these classes have they been ported to the trunk from the sandbox??? See modules/javamail-transport and modules/mail. The javamail APIs are in the specs tree, not in the geronimo code tree

RE: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Bilal Bhatti
; Sent: Monday, December 05, 2005 12:27 PM > To: dev@geronimo.apache.org > Subject: Re: Who wants to write POP and IMAP transports? [status] > > I think we should wait until 1.1 to ship this. Even if we got it > implemented this week, I don't think we will have time for any >

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Bruce Snyder
On 12/5/05, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > Ok here is what I have right now for POP3. > > I have gone through the RFC 1939 in detail and here is the summary. I > have also gone through the JavaMail API spec. Started a bit if coding. > > I can come with a basic POP3 implementation tha

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Dain Sundstrom
On Dec 5, 2005, at 11:15 AM, Bruce Snyder wrote: As for your research, it looks good. Let' concentrate on building a good base of the implementations for the Message and the Store for both POP3 and IMAP before we get into authentication, encryption and the like. If we build a well designed base

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Bruce Snyder
On 12/5/05, Dain Sundstrom <[EMAIL PROTECTED]> wrote: > On Dec 5, 2005, at 11:15 AM, Bruce Snyder wrote: > > > As for your research, it looks good. Let' concentrate on building a > > good base of the implementations for the Message and the Store for > > both POP3 and IMAP before we get into authent

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Bilal Bhatti
Bruce, Can you share the resources you have found about IMAP/JavaMail etc. in your research. Let me know where I can help you with that. I'm not a mail expert but I will help where possible. Thanks. > On 12/5/05, Rajith Attapattu <[EMAIL PROTECTED]> wrote: >> Ok here is what I have right now f

Re: Who wants to write POP and IMAP transports? [status]

2005-12-05 Thread Bruce Snyder
On 12/5/05, Bilal Bhatti <[EMAIL PROTECTED]> wrote: > Can you share the resources you have found about IMAP/JavaMail etc. in > your research. Let me know where I can help you with that. I'm not a mail > expert but I will help where possible. The majority of the resources I've found I have alrea

RE: Who wants to write POP and IMAP transports? [status]

2005-12-06 Thread Rajith Attapattu
D] Subject: Re: Who wants to write POP and IMAP transports? [status] On 12/5/05, Bilal Bhatti <[EMAIL PROTECTED]> wrote: > Can you share the resources you have found about IMAP/JavaMail etc. in > your research. Let me know where I can help you with that. I'm not a mail >

RE: Who wants to write POP and IMAP transports? [status]

2005-12-06 Thread Bilal Bhatti
> It's quite a bit to read :) > > Regards, > > Rajith Attapattu. > > -Original Message- > From: Bruce Snyder [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 3:36 PM > To: dev@geronimo.apache.org; [EMAIL PROTECTED] > Subject: Re: Who wants to wri

RE: Who wants to write POP and IMAP transports? [status]

2005-12-06 Thread Rajith Attapattu
es.txt > > It's quite a bit to read :) > > Regards, > > Rajith Attapattu. > > -Original Message- > From: Bruce Snyder [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 3:36 PM > To: dev@geronimo.apache.org; [EMAIL PROTECTED] > Subject: Re: Who

Re: Who wants to write POP and IMAP transports? [status]

2005-12-06 Thread Rick McGuire
e a bit to read :) Regards, Rajith Attapattu. -Original Message- From: Bruce Snyder [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 3:36 PM To: dev@geronimo.apache.org; [EMAIL PROTECTED] Subject: Re: Who wants to write POP and IMAP transports? [status] On 12/5/05, Bilal Bhat

Re: Who wants to write POP and IMAP transports? [status]

2005-12-06 Thread Bruce Snyder
On 12/6/05, Rick McGuire <[EMAIL PROTECTED]> wrote: > >Is the goal to create a full IMAP client with offline capabilities. If so > >what local message format is going to be used? Is this client going to be > >plugged in as a portlet in the console? We're not building a client application. We're s

RE: Who wants to write POP and IMAP transports? [status]

2005-12-06 Thread Rajith Attapattu
-Original Message- From: Bruce Snyder [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 12:23 PM To: dev@geronimo.apache.org; [EMAIL PROTECTED] Subject: Re: Who wants to write POP and IMAP transports? [status] On 12/6/05, Rick McGuire <[EMAIL PROTECTED]> wrote: > >Is t

Re: Who wants to write POP and IMAP transports? [status]

2005-12-06 Thread Dain Sundstrom
On Dec 6, 2005, at 7:24 AM, Bilal Bhatti wrote: I have the code for an online imap client. It has basic functionality to grab folders and pull down messages. Does your code use JavaMail or did you roll your own imap implementation? If you rolled your own we could really use the code. As

Re: Who wants to write POP and IMAP transports? [status]

2005-12-06 Thread Bruce Snyder
On 12/6/05, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > >There is an implementation of all of the javamail api classes > (including >support for multipart-MIME messages). There's very little > done in terms of >protocol-specific implementation classes other than > the SMTPTransport code >that wa

Re: Who wants to write POP and IMAP transports? [status]

2005-12-07 Thread Bilal Bhatti
I was using JavaMail, I misunderstood the earlier discussions. I am going through the RFC and javamail specs, and coding a bit. I should have something fairly soon. bilal > On Dec 6, 2005, at 7:24 AM, Bilal Bhatti wrote: > >> I have the code for an online imap client. It has basic >> functionalit

RE: Who wants to write POP and IMAP transports? [status]

2005-12-09 Thread Rajith Attapattu
POP and IMAP transports? [status] I was using JavaMail, I misunderstood the earlier discussions. I am going through the RFC and javamail specs, and coding a bit. I should have something fairly soon. bilal > On Dec 6, 2005, at 7:24 AM, Bilal Bhatti wrote: > >> I have the code for an