Re: Webmail - considerations...

2001-06-13 Thread Jeremy C. Reed
> I would be pretty surprised if there is no c library for IMAP as well. GNU mailutils (libmailbox) has IMAP support. It is still in development. http://www.gnu.org/software/mailutils/ Jeremy C. Reed echo 'G014AE824B0-07CC?/JJFFFI?D64CB>D=3C427=>;>6HI2>

Re: Webmail - considerations...

2001-06-13 Thread Jeremy C. Reed
> I would be pretty surprised if there is no c library for IMAP as well. GNU mailutils (libmailbox) has IMAP support. It is still in development. http://www.gnu.org/software/mailutils/ Jeremy C. Reed echo 'G014AE824B0-07CC?/JJFFFI?D64CB>D=3C427=>;>6HI2>

Re: Webmail - considerations...

2001-06-13 Thread Keith G. Murphy
Przemyslaw Wegrzyn wrote: > > On Tue, 12 Jun 2001, Jeremy Lunn wrote: > > > On Tue, Jun 12, 2001 at 02:59:00PM +0200, Przemyslaw Wegrzyn wrote: > > > Of course, I know... > > > But our middle-tier will be developed using C++ , AFAIK. > > > That's why I asked about c-client library... > > > > I wo

Re: Webmail - considerations...

2001-06-13 Thread Keith G. Murphy
Przemyslaw Wegrzyn wrote: > > On Tue, 12 Jun 2001, Jeremy Lunn wrote: > > > On Tue, Jun 12, 2001 at 02:59:00PM +0200, Przemyslaw Wegrzyn wrote: > > > Of course, I know... > > > But our middle-tier will be developed using C++ , AFAIK. > > > That's why I asked about c-client library... > > > > I w

Re: Webmail - considerations...

2001-06-12 Thread Vector
ssage - From: "Jeremy Lunn" <[EMAIL PROTECTED]> To: "Przemyslaw Wegrzyn" <[EMAIL PROTECTED]> Cc: "Russell Coker" <[EMAIL PROTECTED]>; ; Sent: Tuesday, June 12, 2001 7:03 AM Subject: Re: Webmail - considerations... > On Tue, Jun 12, 2001 at 02:59:00P

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 02:59:00PM +0200, Przemyslaw Wegrzyn wrote: > > Of course, I know... > > But our middle-tier will be developed using C++ , AFAIK. > > That's why I asked about c-client library... > > I would be pretty surprised if there is no c

Re: Webmail - considerations...

2001-06-12 Thread Vector
ssage - From: "Jeremy Lunn" <[EMAIL PROTECTED]> To: "Przemyslaw Wegrzyn" <[EMAIL PROTECTED]> Cc: "Russell Coker" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Sent: Tuesday, June 12, 2001 7:03 AM Subject: Re: Webmail - considerations... > On T

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 01:26:09PM +0200, Przemyslaw Wegrzyn wrote: > > Thanx, I didn't know this feature... Acctually, I'm not so familiar with > > IMAP protocol yet... > > Depending what language you use you won't need to know the IMAP > protocol. Th

Re: Webmail - considerations...

2001-06-12 Thread Jeremy Lunn
On Tue, Jun 12, 2001 at 01:26:09PM +0200, Przemyslaw Wegrzyn wrote: > Thanx, I didn't know this feature... Acctually, I'm not so familiar with > IMAP protocol yet... Depending what language you use you won't need to know the IMAP protocol. Things like perl and php have IMAP modules. -- Jeremy L

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 02:59:00PM +0200, Przemyslaw Wegrzyn wrote: > > Of course, I know... > > But our middle-tier will be developed using C++ , AFAIK. > > That's why I asked about c-client library... > > I would be pretty surprised if there is no c

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Russell Coker wrote: > Another thing, do the webmail systems use directory notifications? With > directory notifications the application can be informed by the kernel > when new files are created. The IMAP protocol supports announcing new > mail to the client. If the m

Re: Webmail - considerations...

2001-06-12 Thread Jeremy Lunn
On Tue, Jun 12, 2001 at 02:59:00PM +0200, Przemyslaw Wegrzyn wrote: > Of course, I know... > But our middle-tier will be developed using C++ , AFAIK. > That's why I asked about c-client library... I would be pretty surprised if there is no c library for IMAP as well. -- Jeremy Lunn Melbourne,

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 01:26:09PM +0200, Przemyslaw Wegrzyn wrote: > > Thanx, I didn't know this feature... Acctually, I'm not so familiar with > > IMAP protocol yet... > > Depending what language you use you won't need to know the IMAP > protocol. T

Re: Webmail - considerations...

2001-06-12 Thread Jeremy Lunn
On Tue, Jun 12, 2001 at 01:26:09PM +0200, Przemyslaw Wegrzyn wrote: > Thanx, I didn't know this feature... Acctually, I'm not so familiar with > IMAP protocol yet... Depending what language you use you won't need to know the IMAP protocol. Things like perl and php have IMAP modules. -- Jeremy

Re: Webmail - considerations...

2001-06-12 Thread Russell Coker
On Sunday 10 June 2001 17:16, Przemyslaw Wegrzyn wrote: > 1. Almost every available webmail system uses the following way of > handling (rreceiving, in this example) attachements: load the whole > message body from IMAP server or message file, decode it and send to > the client. > The _whole_ attac

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Russell Coker wrote: > Another thing, do the webmail systems use directory notifications? With > directory notifications the application can be informed by the kernel > when new files are created. The IMAP protocol supports announcing new > mail to the client. If the

Re: Webmail - considerations...

2001-06-12 Thread Russell Coker
On Sunday 10 June 2001 17:16, Przemyslaw Wegrzyn wrote: > 1. Almost every available webmail system uses the following way of > handling (rreceiving, in this example) attachements: load the whole > message body from IMAP server or message file, decode it and send to > the client. > The _whole_ atta

Webmail - considerations...

2001-06-10 Thread Przemyslaw Wegrzyn
We are going to develop web-mail system, that's capable of handling relatively high loads. I know, there are many open source web-mail systems , but they doesn't satisfy me. Almost every falls into one of two cateogries: php based, using imap; perl cgi based, using IMAP or direct filesystem acces

Webmail - considerations...

2001-06-10 Thread Przemyslaw Wegrzyn
We are going to develop web-mail system, that's capable of handling relatively high loads. I know, there are many open source web-mail systems , but they doesn't satisfy me. Almost every falls into one of two cateogries: php based, using imap; perl cgi based, using IMAP or direct filesystem acce