Hacker News new | ask | show | jobs
by geekrax 3948 days ago
Does it poll the email servers frequently or it's receiving IMAP notifications directly?
1 comments

There is no use of IMAP, it's using the Gmail API. It does poll the Gmail API frequently which is currently the recommended method of checking for new email according to Google.

I know at some point they will switch to PubSubHubbub as the preferred way to get notifications.