All Projects → ashchan → Gmail Notifr

ashchan / Gmail Notifr

A MacRuby Gmail Notifier for Mac OS X

Labels

Projects that are alternatives of or similar to Gmail Notifr

mailto
💌 ⚡️ The mailto encoder
Stars: ✭ 157 (-40.53%)
Mutual labels:  gmail
smtplib-bruteforce
bruteforcing gmail (TLS/SSL)
Stars: ✭ 26 (-90.15%)
Mutual labels:  gmail
modmail
Extremely Moddable Gmail
Stars: ✭ 12 (-95.45%)
Mutual labels:  gmail
Google-Clone
A Google Clone which built with ReactJS. When you click Gmail button, you will be directed to my other project, Gmail Clone. You can search whatever you want and send realtime emails by clicking Gmail button!
Stars: ✭ 37 (-85.98%)
Mutual labels:  gmail
maildir2gmail
Maildir 2 Gmail
Stars: ✭ 14 (-94.7%)
Mutual labels:  gmail
gmail-gitlab-filtering
Google Apps Script for Gmail to filter and sort email from GitLab
Stars: ✭ 84 (-68.18%)
Mutual labels:  gmail
polybar-gmail
A Polybar module to show unread messages from Gmail
Stars: ✭ 76 (-71.21%)
Mutual labels:  gmail
Gmail-Hack
Gmail account using brute force attack
Stars: ✭ 69 (-73.86%)
Mutual labels:  gmail
google-workspace
A unofficial high level Python API wrapper for some of the productivity based Google APIs, that is focused on simplicity.
Stars: ✭ 74 (-71.97%)
Mutual labels:  gmail
unattach
Unattach allows you to free your Google storage by easily downloading and/or removing Gmail attachments from many emails at once.
Stars: ✭ 110 (-58.33%)
Mutual labels:  gmail
argus
Argus Advanced Remote & Local Keylogger For macOS and Windows
Stars: ✭ 87 (-67.05%)
Mutual labels:  gmail
sharon
A lightweight and modular social sharing library
Stars: ✭ 16 (-93.94%)
Mutual labels:  gmail
briskine
Write faster with templates and keyboard shortcuts.
Stars: ✭ 88 (-66.67%)
Mutual labels:  gmail
gmailjs-node-boilerplate
A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.
Stars: ✭ 47 (-82.2%)
Mutual labels:  gmail
elixir-gmail
A Gmail API client for Elixir
Stars: ✭ 46 (-82.58%)
Mutual labels:  gmail
Gmail-Clone
A Gmail Clone which built with ReactJS and Redux. You can sign in with your Google Account, compose a new e-mail and send realtime emails to the project.
Stars: ✭ 48 (-81.82%)
Mutual labels:  gmail
hack-gmail
This is a python3 script for hacking Gmail account using Brute-force attack.
Stars: ✭ 204 (-22.73%)
Mutual labels:  gmail
Gmenu
A redesigned menu for Gmail iOS app, implemented using SwiftUI
Stars: ✭ 255 (-3.41%)
Mutual labels:  gmail
gnome-email-notifications
Gnome Email Notifications
Stars: ✭ 65 (-75.38%)
Mutual labels:  gmail
gmail-clj
A Clojure library that abstracts the GMail API (not the IMAP) interface.
Stars: ✭ 33 (-87.5%)
Mutual labels:  gmail

Gmail Notifr

A MacRuby Gmail Notifier for Mac OS X

Note: moved to gmail-notifr-objc. Native Objective-C used for future development.

Note: The RubyCocoa implementation has been moved to the rubycocoa branch.

screenshot

Yet Another Gmail Notifier

Gmail Notifr is written in MacRuby with these features:

  • Support multiple accounts.
  • Separate check and notification setting for each account.
  • Preferred browser setting for each account.
  • Support Google hosted account.
  • Check mail at a specified interval.
  • Growl & sound notifications.
  • Small & fast. *
  • Sparkle automatic updates.
  • No background daemon processes installed as Google's official notifier.
  • Open Source & free!

* MacRuby is private framework on Lion, Gmail Notifr needs to embed the framework so the final size is kind of 'big' comparing to RubyCocoa version. Memory usage is bigger (30MB+) due to the same reason.

Requirements

  • Mac OS X 10.6 (Snow Leopard) or higher
  • An Intel 64-bit machine
  • MacRuby 1.0 (nightly build, 2011-07-22 or newer)
  • BridgeSupport Preview 3

How to Build

The Xcode project depends on MacRuby Keychain Wrapper. It is added as a submodule. So don't forget to fetch it:

git clone https://github.com/ashchan/gmail-notifr.git
git submodule init
git submodule update

or use --recursive option:

git clone --recursive https://github.com/ashchan/gmail-notifr.git

Updates, Changelog & Feedback

Feedback is welcome! Leave a message on the feedback page, or create a github issue, or tweet the author @ashchan.

View the full changelog.

Visit project home page for more information.

Binary Download

Note: versions <= 0.5.2 do NOT run on OS X Lion.

License

(The MIT License)

Copyright (c) 2008 - 2012 James Chen (@ashchan)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].