Cant seem to find this information anywhere - does anyone know if yahoo mail and hotmail support IMAP IDLE?
feedback
|
migrated from stackoverflow.com Jun 1 '10 at 2:18
This question came from our site for professional and enthusiast programmers.
|
Having searched for
| |||
feedback
|
|
As @dfjacobs has mentioned in his comment, Push Email support and IMAP IDLE are not the same thing. IMAP's IDLE command is optional and not part of the original IMAP spec and not every mail server is required to implement it. As far as I can tell, Yahoo's IMAP servers actually do not support the IDLE command. In my tests, when sending the IDLE command I receive a BAD response with the message:
This seems to indicate that it is not possible. This does not rule out all methods of Push Email, but it does unfortunately appear to rule out IMAP IDLE which is one of the more common methods of accomplishing it. EDIT: I also forgot to mention that Hotmail does not support IMAP so the IDLE command will definitely not work there. | ||||
|
feedback
|