Google Notifier Replacement for Mac OS X?

8

2

Google Notifier is great except that I can't configure when it checks, so it doesn't help my frantic need to know what's new on my email. Is there anything that can do what Google Notifier does?

Free would be good :)

It must work with Google App domains aside from Gmail.

Dan Rosenstark

Posted 2010-03-03T16:10:24.053

Reputation: 5 718

Question was closed 2016-11-19T03:25:04.247

Answers

5

I've been looking for something like this for a while now. The best free option is Google Notifr by James Chen: http://ashchan.com/projects/gmail-notifr

It does however have some issues with multiple accounts (no idea if it is relevant to you). Another option would be using MailPlane, which does everything you need and more: http://mailplaneapp.com

If you don't mind running a separate app for checking mail, I can only recommend it. I ended up using it myself, since I have to switch between different accounts pretty often.

Edit:
Found some more options, so to sum it up we have got:

  • Google Notifr: - support for multiple accounts and Google AppDomains.
  • GmailStatus: - pretty basic, you can set the checking interval though. Works with AppDomains. Does not support multiple accounts.
  • Notify: - as mentioned by dex. Free version comes with Google AppDomain support and multiple account support.
  • Gee: - pretty basic as well, supports only one account, since it uses Atom feeds, it probably will work with AppDomain accounts too.

All of the above solutions have one common problem, trying to open the inbox of a particular account from the notifier will just open Gmail in your default browser. If you are currently logged in into another Gmail account, you will remain there until you explicitly sign out. At least for me it is a major nuisance.

And as an aside, there is actually a way to set the checking interval in Google Notifier. Click on the mail icon, then hold down Command and Option and click on Preferences. You will get a dialog box with two fields. Enter AutocheckInterval into the upper field and the interval in minutes into the lower one.

Molotoff

Posted 2010-03-03T16:10:24.053

Reputation: 298

Wow, it's written in RubyCocoa. I didn't even know that existed. I have seen my future. I was totally underwhelmed with Mailplane, but I'll check out the notifier, thanks. – Dan Rosenstark – 2010-03-03T18:40:35.680

4

Notify is a great application. The free version allows to check your Gmail. I'm not sure about the Google Apps, but I think it's integrated in the free version too.

Notify

The [Mark Read] [Delete] and [Reply] buttons are for the paid version only

And if you want more, the paid version can check every IMAP account, plus MobileMe and RackSpace.

And it's only $ 10!

Loïc Wolff

Posted 2010-03-03T16:10:24.053

Reputation: 1 947

Google apps is integrated in the free version. this is an interesting app for sure. – Dan Rosenstark – 2010-03-04T01:12:12.647

4

You can edit

~/Library/Preferences/com.Google.GmailNotifier.plist

and add AutocheckInterval as a string with the value equal to the frequency you want Gmail checked (in minutes).

or: in Terminal defaults write com.Google.GmailNotifier.plist 1 for 1 minute checking

Dominik

Posted 2010-03-03T16:10:24.053

Reputation: 165