This is a discussion on Reading POP Boxes within the PHP Language forums, part of the PHP Programming Forums category; Hi All I've been looking round for something that will read the contents of a pop box and populate ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All
I've been looking round for something that will read the contents of a pop box and populate a MySQL table. The e-mails will all be of a fixed format and include a jpeg as an attachment. I need to put the following columns in: sender subject body filename (possibly appended to the date to mitigate the risk of The script would also need to save the attachment to a predetermined folder. Does anyone know of anything that would do this? Alternatively, how much would it cost for someone to get this working for me? Cheers Andy |
|
|||
|
Regarding this well-known quote, often attributed to AJ's famous "Wed, 2
Jun 2004 14:25:35 +0000 (UTC)" speech: > Hi All > > I've been looking round for something that will read the contents of a pop > box and populate a MySQL table. > > The e-mails will all be of a fixed format and include a jpeg as an > attachment. I need to put the following columns in: > > sender > subject > body > filename (possibly appended to the date to mitigate the risk of > The script would also need to save the attachment to a predetermined folder. > > Does anyone know of anything that would do this? Alternatively, how much > would it cost for someone to get this working for me? > > Cheers > > Andy http://us3.php.net/manual/en/ref.imap.php IMAP PHP functions also work on a POP3 connection. -- -- Rudy Fleminger -- sp@mmers.and.evil.ones.will.bow-down-to.us (put "Hey!" in the Subject line for priority processing!) -- http://www.pixelsaredead.com |