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 (real) plain text... > Hi the

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

2001-12-27 Thread Jim Lucas [php]
I was just reading the other day the php has imap function that give you the ability to get only the body of the message. have your cron job get that and then strip HTML tags on that. Don't see why that wouldn't work. http://www.php.net/manual/en/function.imap-body.php Jim - Original Messa