PDA

View Full Version : [omgRLY] Looking for a script



Florx
30-12-2007, 06:30 PM
Hey,

I'm looking for a script that will grab emails from POP just like Outlook does except this is done in PHP so I can insert them into a MySQL database.

Does anybody know of such a script?

Ive google'd but to no prevail, ive tried PHPclasses.org but none that work.

Thanks,
Jake.

Moved by Agesilaus (Forum Moderator) from Designing and Development: Please post in the correct forum next time. :)

Luno1599
30-12-2007, 06:57 PM
Will this get all the emails if it dose it will be well good :) But i dont know if there is one or how to

Florx
30-12-2007, 07:31 PM
Doesn't matter I found one :p

MrCraig
30-12-2007, 09:13 PM
:o Share where you found jake?

Ive been looking for one of these for ages, :(

Luno1599
31-12-2007, 09:46 AM
I was going to say why didnt you post a link or post the file...?


Dan

Florx
31-12-2007, 10:27 AM
OK fine lol.

http://www.phpclasses.org/browse/package/1120.html < Download that.
http://www.phpit.net/article/read-email-php-pop3/ < Read that.

Have fun.

Luno1599
31-12-2007, 10:34 AM
I dont understand it :S, do you have to make it put it in by editing the script?

Florx
31-12-2007, 10:36 AM
http://www.phpit.net/demo/read%20email%20php/pop3email.phps

Theres the full script! Just edit the top few lines.



$do = $pop3->connect ('your-mail-server-here');




$do = $pop3->login ('your-email-login-name-here', 'password-here');

Want to hide these adverts? Register an account for free!