Fw: [PHP] Translating email to (real) plain text...

2001-12-28 Thread David Bouw
Hi Richard, > > So far so good! Only problem which I have is that some (=most) > > people create email with clients that output email with HTML > > codes (Internet Explorer for example).. > Internet Explorer is a browser, it doesn't create email. It was a bit late, I meant Outlook Express which

RE: [PHP] Translating email to (real) plain text...

2001-12-27 Thread Richard Heyes
> So far so good! Only problem which I have is that some (=most) > people create email with > clients that > output email with HTML codes (Internet Explorer for example).. Internet Explorer is a browser, it doesn't create email. > Does anyone khow this is done..? Use either the imap extension,

Re: [PHP] Translating email to (real) plain text...

2001-12-27 Thread Jim Lucas [php]
and this http://www.php.net/manual/en/function.imap-fetchstructure.php - Original Message - From: "David Bouw" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 27, 2001 11:44 AM Subject: [PHP] Translating email to

Re: [PHP] Translating email to (real) plain text...

2001-12-27 Thread Jim Lucas [php]
- Original Message - From: "David Bouw" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 27, 2001 11:44 AM Subject: [PHP] Translating email to (real) plain text... > Hi there, > > I would like to ask some suggestions o

[PHP] Translating email to (real) plain text...

2001-12-27 Thread David Bouw
Hi there, I would like to ask some suggestions on my following problem: I am making a small tool which allows you to store incomming mail in a database table. This mail is then scanned on keywords etc etc and with the help of some status bits the priority is given. Via a webpage interface, peopl