I simply need to check my mail server for new email messages and be able to search them by email address. I don't need to load the messages just check for new ones.
Here's the scenario. I have table that lists models I have contacted. I want to run a check every 15 minutes or so, or even manually by a push button, that checks to see if I have any new responses from that model and place an icon in that row informing me there is a new email from that model.
I don't need anything except how to check for NEW emails from a specific email address. I have tried the IMAP php code and I always get some sort of error when using it. It won't ever connect correctly so I am at a loss here.