Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GMail feed mode #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dcolascione
Copy link

This PR adds a Mailnag backend for using GMail's inbox feed. This method supports GMail accounts for which IMAP support is disabled.

@pulb
Copy link
Owner

pulb commented Feb 4, 2021 via email

@dcolascione
Copy link
Author

Thanks for taking a look!

can you elaborate a bit what the advantages over conventional imap gmail are?

This backend works when IMAP access is turned off. Corporate customers of G Suite can disable IMAP access. Without IMAP access, conventional mailnag backends don't work. This backend gives users access to desktop email notifications even in organizations where IMAP access has been disabled by policy.

And is this a Gmail for workgroups only feature or does it work with free Gmail as well?

The linked documentation (https://developers.google.com/gmail/gmail_inbox_feed) suggests that it's a G-Suite-only feature, but the feed link (https://mail.google.com/mail/u/0/feed/atom) works with my personal account too, so I think the feature is just generally available.

@pulb
Copy link
Owner

pulb commented Feb 4, 2021 via email

@dcolascione
Copy link
Author

Thanks. IMAP access is still preferable though: this mode is read only (no mark as seen), had no push support (so we have to poll), and in my testing reports only the 20 most recent messages. It's better than nothing though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants