Re: About dot qmail program!

2001-03-22 Thread Charles Cazabon
Silver Dirk <[EMAIL PROTECTED]> wrote: > > I write a program use C/C++ language, and put its path into a dot qmail file > like this: > > |/path/to/my/program/getmailcontent > > But I get nothing but headers. So I need urs help how to get the whole mail > content from this environment. Eith

Re: About dot qmail program!

2001-03-22 Thread shenjuefei
s(buffer,pFile); if (pclose(pFile)) err_sys("error close pipe"); exit(0); ___ - Original Message - From: "Silver Dirk" <[EMAIL PROTECTED]> To: "shenjuefei" <[EMAIL PROTECTED]> Sent: Thursday, Mar

Fw: About dot qmail program!

2001-03-22 Thread shenjuefei
can u send me your program? I think u have mistake in useing stream IO or read function . > > - Original Message - > From: "Silver Dirk" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 22, 2001 12:04 PM > Subject: Abo

About dot qmail program!

2001-03-21 Thread Silver Dirk
Hello all, I write a program use C/C++ language, and put its path into a dot qmail file like this: |/path/to/my/program/getmailcontent But I get nothing but headers. So I need urs help how to get the whole mail content from this environment. Thanks a lot. Dirk.ye