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?
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
, Yahoo! IMAP: http://github.com/petewarden/handmadeimap ( )