I have a shared-hosting account at Godaddy, and I was just wondering if anyone knew if it's possible to grab e-mails in PHP from a certain e-mail address connected to my Godaddy account.
For example, I may have an e-mail address called "me@mydomain.com," and I'd want to be able to store the contents of all the e-mails sent to that address in a variable and do whatever I want to it.
I've looked at various webmail clients, and the code for these is unnecessarily complicated, so it's nearly impossible for me to look through the source code for these applications to find the relevant code. Like I said, all I want to be able to do is scour through the inbox of one of e-mail addresses.
Thanks in advance.