I have read through all PHP documentation on IMAP functions (www.php.net/imap), but didn't find anything on issueing an IDLE command over an IMAP connection.
I want to establish an IMAP connection between my server and GMail, and be notified instantly that a new message has arrived. It's kind of GMail PUSH to my server. The way mobile devices are doing it is by connecting through IMAP and sending the IDLE command.
But didn't find a word on IDLE in PHP-IMAP. Is it supported?