Before I laboriously write one, I was trying to find a PHP script that
would take an email spool file and parse it, putting each part into an
array (including attachments).
The eventual goal would be to take each individual array element and put
them into a MySQL database.
I've searched a bit and can't find one. Anyone know of one?
--
[ Sugapablo ]
[ http://www.sugapablo.net <--personal | http://www.sugapablo.com <--music ]
[ http://www.2ra.org <--political | http://www.subuse.net <--discuss ]
would take an email spool file and parse it, putting each part into an
array (including attachments).
The eventual goal would be to take each individual array element and put
them into a MySQL database.
I've searched a bit and can't find one. Anyone know of one?
--
[ Sugapablo ]
[ http://www.sugapablo.net <--personal | http://www.sugapablo.com <--music ]
[ http://www.2ra.org <--political | http://www.subuse.net <--discuss ]
Comment