I need a script that will connect to a pop3 account using username and password, and take the first line of each emails and put it in a MySQL database. I have tried using the imap_open() function but it seems this functions isn't enables on php. Is there another way, and how ?
Thanks