http://packages.debian.org/testing/libs/libc-client4.7.html
The above is a c client library for imap written by the University of
Washington (not sure, but I don't think that package is the latest version
but you can get the source from UW if you want).
vector
- Original Message -
From
Hey Marcel,
print "Content-Type: text/html\n\n";
is the one you want.
--
Kevin
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
On Tue, Jun 12, 2001 at 12:12:13PM +0200, Marcel Hicking wrote:
> On 12 Jun 2001, at 1:21, Jeremy Lunn wrote:
>
> > I am wondering what is the best way to get simular results
> > to suexec with php?
> >
> > I've heard of people running seperate instances of apache
> > for each client. Is that li
http://packages.debian.org/testing/libs/libc-client4.7.html
The above is a c client library for imap written by the University of
Washington (not sure, but I don't think that package is the latest version
but you can get the source from UW if you want).
vector
- Original Message -
Fro
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
Hey Marcel,
print "Content-Type: text/html\n\n";
is the one you want.
--
Kevin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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
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
On Tue, Jun 12, 2001 at 12:12:13PM +0200, Marcel Hicking wrote:
> On 12 Jun 2001, at 1:21, Jeremy Lunn wrote:
>
> > I am wondering what is the best way to get simular results
> > to suexec with php?
> >
> > I've heard of people running seperate instances of apache
> > for each client. Is that l
Bart-Jan Vrielink <[EMAIL PROTECTED]> 12 Jun 2001, at 12:04:
> On Tue, 12 Jun 2001, Ritesh Goel wrote:
>
> > I have a script which runs fine from the UNIX shell. As soon as I
> > try going thru the browser, I get an error which says - "Premature
> > end of Script Header". What should i do or wh
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
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,
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
On 12 Jun 2001, at 19:52, Jeremy Lunn wrote:
> On Tue, Jun 12, 2001 at 11:37:38AM +0200, Marcel Hicking
> wrote: > Unfortunatelly you cannot set user/group in your
> apache > config within a virtual host. The user/group
> directives > once again will only affect cgi programs when
> set for vhosts.
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
On 12 Jun 2001, at 1:21, Jeremy Lunn wrote:
> I am wondering what is the best way to get simular results
> to suexec with php?
>
> I've heard of people running seperate instances of apache
> for each client. Is that likely to be a messy solution?
> how much overhead would each instance be?
You w
On Tue, 12 Jun 2001, Ritesh Goel wrote:
> I have a script which runs fine from the UNIX shell. As soon as I try
> going thru the browser, I get an error which says - "Premature end of
> Script Header". What should i do or what can i do ??
It looks like the script does not produce any valid HTTP h
Hi
I have a script which runs fine from the UNIX
shell. As soon as I try going thru the browser, I get an error which says -
"Premature end of Script Header". What should i do or what can i do
??
Thanks,
Ritesh Goel
On Friday 08 June 2001 19:56, Kevin J. Menard, Jr. wrote:
> What would be the best structure for this?
>
> I was thinking something like:
>
> o = my_organization -- domain1
> -- domain2
> -- domainN
> -- Admins -- L
On Monday 11 June 2001 10:51, Jason Lim wrote:
> Too bad this is a production system or I would try it. I've never tried
> reiserFS (neither has anyone else here) so we might test it along with
> a 2.4 kernel later. I hear 2.4 has intergrated reiserFS support?
2.4 has integrated ReiserFS support.
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
Bart-Jan Vrielink <[EMAIL PROTECTED]> 12 Jun 2001, at 12:04:
> On Tue, 12 Jun 2001, Ritesh Goel wrote:
>
> > I have a script which runs fine from the UNIX shell. As soon as I
> > try going thru the browser, I get an error which says - "Premature
> > end of Script Header". What should i do or w
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
On 12 Jun 2001, at 19:52, Jeremy Lunn wrote:
> On Tue, Jun 12, 2001 at 11:37:38AM +0200, Marcel Hicking
> wrote: > Unfortunatelly you cannot set user/group in your
> apache > config within a virtual host. The user/group
> directives > once again will only affect cgi programs when
> set for vhosts
On 12 Jun 2001, at 1:21, Jeremy Lunn wrote:
> I am wondering what is the best way to get simular results
> to suexec with php?
>
> I've heard of people running seperate instances of apache
> for each client. Is that likely to be a messy solution?
> how much overhead would each instance be?
You
On Tue, 12 Jun 2001, Ritesh Goel wrote:
> I have a script which runs fine from the UNIX shell. As soon as I try
> going thru the browser, I get an error which says - "Premature end of
> Script Header". What should i do or what can i do ??
It looks like the script does not produce any valid HTTP
My company has a data center in Minneapolis. I'm just an internal Unix
guy doing billing and Unix'y stuff so you'll have to talk to sales or
someone knowledgeable about our pricing to get more info.
www.inflow.com
Nashville is the next closet to places on your list...
On Tue, Jun 05, 2001 at 12
Hi
I have a script which runs fine from the UNIX
shell. As soon as I try going thru the browser, I get an error which says -
"Premature end of Script Header". What should i do or what can i do
??
Thanks,
Ritesh Goel
On Friday 08 June 2001 19:56, Kevin J. Menard, Jr. wrote:
> What would be the best structure for this?
>
> I was thinking something like:
>
> o = my_organization -- domain1
> -- domain2
> -- domainN
> -- Admins --
On Monday 11 June 2001 10:51, Jason Lim wrote:
> Too bad this is a production system or I would try it. I've never tried
> reiserFS (neither has anyone else here) so we might test it along with
> a 2.4 kernel later. I hear 2.4 has intergrated reiserFS support?
2.4 has integrated ReiserFS support.
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
My company has a data center in Minneapolis. I'm just an internal Unix
guy doing billing and Unix'y stuff so you'll have to talk to sales or
someone knowledgeable about our pricing to get more info.
www.inflow.com
Nashville is the next closet to places on your list...
On Tue, Jun 05, 2001 at 1
33 matches
Mail list logo