Sending IMAP commands using php

I am trying to access yahoo mail IMAP server using php script. I read that yahoo requires a specific IMAP command "ID (" GUID "1"). "How do I send this command?

+5
source share
2 answers

At the time of this writing, I do not believe that you can access Yahoo IMAP services from outside. However, in general, you will want to use socket functions.

http://us.php.net/manual/en/ref.sockets.php

+1
source
+1

All Articles