Hoping someone out here can help...
I need to create an automated process (CRON) which will read a mail box for email alerts from Google News. Google sends emails to me containing links to news articles... I'll set up a unique email just for these alerts and then subscribe to Google news alerts.
Once a day, via a php script, I want to read this inbasket, parse out the links (to the news articles) and write them to MySql.
I've been looking at PHP imap commands. Before I start, I want to ask if such a script already exists (don't want to re-invent the wheel!)... Anybody have some code I could look at? Thanks.