My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Overview  
Summary
Featured
Updated Mar 24, 2008 by rlazo....@gmail.com

Introduction

GoogleMail Sentinel (gmail-sentinel) is a notification app for gmail. It started as a personal itch. There are many other similar apps, but I didn't like any of those. gmail-notify was the closest to good I could find but it has some drawbacks.

  1. It didn't work on x86_64 (amd64) by default.
  2. It uses a binary object that creates the status icon (and because it was compiled under x86 it didn't worked on amd64)
  3. Notifications didn't use libnotify (more on this latter)
  4. Translations were made using xml

My main goal was, beside learning, to create an app that:

  1. Uses gtk.StatusIcon for the icon in the task bar
  2. Uses libnotify to display the notifications
  3. Use gettext for translations
  4. Reduce the code size (and hopefully the memory footprint)

GoogleMail Sentinel

gmail-sentinel is what I came up with. It does everything that I want (even uses less memory than gmail-notify). gmail-sentinel is originally a fork of gmail-notify but at this time there isn't much code left of gmail-notify.

gmail-sentinel doesn't do everything gmail-notify can, specifically:

  1. It hasn't been tested on Mac or Windows
  2. It doesn't have a configuration GUI (this is done by design)
  3. Pop up notifications don't have a link to open your browser to read your message

Current Status

Current status is under development, is not intended for general usage yet.

Disclaimer

GoogleMail, Gmail and Google are trademarks of Google, Inc. This is project has no relationship with Google, Inc beside using it's code hosting service.

Comment by peter.co...@gmail.com, May 22, 2008

For some reason (I don't understand!) the icon that has been up till now on my google toolbar, has now vanished and I cannot get on to my googlemail entry. Why? And what can be done about it? Reply to peter.coote04@googlemail .com

Comment by petercoo...@gmail.com, Jun 21, 2008

Help! WHile I have had excellent results using my email address (peter.coote04@googlemail.com) it has become unavailable for some reason which I don't understand. It wouldn't matter much, but it contains many messages which I was saving -- now lost!

Comment by peter.co...@gmail.com, Sep 3, 2008

Help again! I seem to have lost all contact with my email through googlemail. What, if anything, can I do about it?

Comment by briarpat...@gmail.com, Oct 6, 2008

I read the INSTALL file, but the standard "make" and "make" install both fail on my Kubuntu system with 0.3. Here is the result of "make":

rebus@rebus-desktop:~/Desktop/gmail-sentinel-0.3$ make no objdir found. Tried /home/rebus/Desktop/gmail-sentinel-0.3

So, of course, "make install" fails too:

rebus@rebus-desktop:~/Desktop/gmail-sentinel-0.3$ sudo make install sudo? password for rebus: make: No rule to make target `install'. Stop.

Any guidance on what I should do next?

Comment by briarpat...@gmail.com, Oct 6, 2008

Never mind. Figured it out. You might want to modify that INSTALL file. Kind of misleading.


Sign in to add a comment
Powered by Google Project Hosting