I'm trying to access yahoo mail IMAP server with a php script. I read that yahoo requires a specific IMAP command “ID ("GUID" "1")”. How do I send this command ?
+1
A:
As of this writing, I don't believe you can access Yahoo's IMAP services externally. However, in general, you will want to use socket functions.
webbiedave
2010-03-16 18:14:34
+1
A:
This library was released a couple of days ago and says it supports Yahoo!'s IMAP variant: http://github.com/petewarden/handmadeimap (I've not tried it myself)
Chris Smith
2010-03-17 02:14:56