gmailgem / gmail

A Rubyesque interface to Gmail, with all the tools you'll need.
Other
397 stars 119 forks source link

Any plan to support the Gmail Push Notifications? #187

Closed flyeven closed 9 years ago

flyeven commented 9 years ago

Hi thanks for your help. Does the gem support Gmail‘s new Push Notifications?

https://developers.google.com/gmail/api/guides/push

https://github.com/nihalshah/Integrate-Gmail-in-Ruby

johnnyshields commented 9 years ago

I don't think there's a strong need for these notifications in this Gem. We're primarily focused on receiving entire messages using the IMAP protocol, and we already support a way to idle and listen for new messages.