IMAP IDLE support #112
jav4
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I'm testing an implementation of IMAP IDLE usage I've written for Z-Push. Looks fine, although I'm still checking and fine tuning. It reduces server polling to just a single IDLE connection, although it's limited to a single mailbox (it selects INBOX if given the choice).
It requires an IDLE implementation in the IMAP library so instead of the standard php-imap library I'm using https://github.com/javanile/php-imap2 with a custom-made idle function (I also needed OAUTH2).
Would that be of interest?
Beta Was this translation helpful? Give feedback.
All reactions