[PHP-DB] Grabbing emails into MySql

2003-02-24 Thread Dave Carrera
Hi All How would I go about grabbing ALL emails to a SMTP box and placing there contents and heads (individual parts of the message) into a MySql database. I have a feeling its a file to array kind of thing or a fsock thing but not sure. I have never attempted this kind of thing so any

Re: [PHP-DB] Grabbing emails into MySql

2003-02-24 Thread Ignatius Reilly
Investigate PHP's IMAP functions. Ignatius - Original Message - From: Dave Carrera [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 8:09 AM Subject: [PHP-DB] Grabbing emails into MySql Hi All How would I go about