Giter Site home page Giter Site logo

vickychijwani / gmail_notifier Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 3.0 1.05 MB

Notifies the user of unread email as soon as it arrives using Ubuntu's default notification bubbles (notify-osd). Integrates with the messaging menu. HTTP proxy is supported.

Shell 0.10% Python 99.90%

gmail_notifier's Introduction

GMAIL NOTIFIER

Notifies the user of unread email as soon as it arrives, using Ubuntu's default notification bubbles. Also integrates with the messaging menu. HTTP proxy supported.

Installation

  1. Open the script 'gmail_notifier' in a text editor. Enter your Gmail username and password at the top of the script in the 'User Configuration Options' section. Also configure other options to your liking (all options are documented in the script itself). Save and exit.
  2. Run the following commands (this will also install all dependencies automatically):
$ make configure
$ sudo make install
  1. To uninstall, run:
$ sudo make uninstall

Dependencies

  • curl
  • python-indicate (installed by default in Ubuntu 10.10 Maverick Meerkat; I'm not sure about other versions of Ubuntu.)
  • feedparser (available at http://code.google.com/p/feedparser/)

Supported Platforms

Tested on Ubuntu 10.10, 11.04

Features

  1. Notifications are sent through the native notification system (notify-osd)
  2. Notifications also display the subject and sender's name for all unread mail
  3. Integrates well with Ubuntu's messaging menu
  4. Network errors and authentication errors are handled gracefully, and the user is optionally notified of them too

To-do

  1. Currently the username and password are hard-coded into the script. This vulnerability should be eliminated either by storing the password in encrypted form or under the control of another password (say, the user's login password).
  2. Currently, to check for new unread email, the script checks if the count of unread email has increased. This is not necessarily true (e.g. if the user reads an unread email and another new email arrives in the time between two checks).
  3. Provide GUI for configuration options (time between 2 consecutive checks, expiry time of notifications, what things to display in the notification, etc).

gmail_notifier's People

Contributors

vickychijwani avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gmail_notifier's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.