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 ?
Asked
Active
Viewed 1,654 times
2 Answers
1
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
- 48,414
- 8
- 88
- 101
1
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
- 10,337
- 1
- 38
- 46