Let's say I want to fetch a list of message in my hotmail account, how do I login and fetch the page? How to fetch with a post method? Or is there already a such program?
Thanks!
Have you checked out the imap functions http://www.php.net/manual/en/ref.imap.php? I've written programs to answer mail from accounts we ran, nevre to an etxernal one (like hotmail, for example) so I'm not sure if it acts like a true mail server, but its work a shot.