Gmail-Notifier
Gmail-Notifier copied to clipboard
Minimalist Gmail inbox notifications for Mac OS X.
These are called "[Today Widgets](https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/Today.html#//apple_ref/doc/uid/TP40014214-CH11-SW7)". Rather than having a permanent notification list, display messages in the user notification center's Today view.
Add some sort of update-checking mechanism (perhaps using the Github Releases API) to alert users when a new version is available.
inbox.google.com is a re-skin of gmail. Please add an option to use this instead of mail.google.com. It should be as simple as changing all URL hostnames from mail.google.com to inbox.google.com....
Instead of parsing the [Gmail Inbox Feed](https://developers.google.com/gmail/gmail_inbox_feed), use the [Gmail API](https://developers.google.com/gmail/api/) to read new messages. This may reduce overhead, and should allow for potential additional functionality, such as buttons to...