RE: [PHP] eml splitting

2005-06-22 Thread Kim Madsen
-Original Message- From: david forums [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 10:48 AM Do you are or know where I could find something (already made) to split eml (getting headers, body) Use fopen() to read the file line by line, then echo/save the info You need --

Re: [PHP] eml splitting

2005-06-22 Thread Richard Lynch
On Wed, June 22, 2005 1:48 am, david forums said: Hi Do you are or know where I could find something (already made) to split eml (getting headers, body) I try to have a look on imap extension, but it seems to need an smtp server connection. ?php $message = /full/path/to/email/message;