PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I was just wondering if anyone could tell me what is wrong with this code. For a web application I want to connect to my email supplier with whom I have an account. I am trying to make a basic connection using imap, to simply test this is possible. I have looked around and have been unable to find sources that would help me, as I understand it, this particular method should be working.
As far as I can tell, you can't use php's imap extension to connect to yahoo's imap servers because they use slightly different protocol (1 more command to send before login): http://en.wikipedia.org/wiki/Yahoo!_Mai ... TPs_access
Am I coming from the wrong angle, I am trying to create a PHP client to read email. I need it to be a working proto-type. Is IMAP the right solution. I was trying to connect to BTinternet.com as I already have an active account. I also have an MS outlook account at my University, would I still need to insert the GU ID = 1 statement for login.