Finally a good implementation of a Gmail notifier for Mac. I wish Google wasn't always so focused on Windows only software. We mac-a-terians want a taste, too.
Anyway
Extras for your Mac Gmail Notifier
2. Extend the Notifier using plugins
The Gmail Notifier supports plugins written in AppleScript, or full-blown Cocoa Bundles in Objective-C. Details about the Objective-C plugin API can be found inside the Gmail Notifier application bundle in the required header file, GGPluginProtocol.h (control+click Gmail Notifier.app -> Show Package Contents -> Contents -> Headers).AppleScript plugins are written by simply implementing a handler like:
on NewMessagesReceived(messages, fullCount) -- Your code goes here... end NewMessagesReceived
also links to a gmail growl notifier, here, via wootest.net
Tags: appleScript, /gmail