Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbudde/mail-indicator
Mail notificator for Ubuntu MessagingMenu.
https://github.com/mbudde/mail-indicator
Last synced: 7 days ago
JSON representation
Mail notificator for Ubuntu MessagingMenu.
- Host: GitHub
- URL: https://github.com/mbudde/mail-indicator
- Owner: mbudde
- License: gpl-3.0
- Created: 2010-01-03T13:55:44.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-03T23:01:37.000Z (about 15 years ago)
- Last Synced: 2023-04-13T20:10:01.705Z (over 1 year ago)
- Language: Python
- Homepage: https://launchpad.net/mail-indicator
- Size: 368 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Mail Indicator
Mail Indicator checks your webmail for new mails. Mail Indicator is integrated
with [MessagingMenu][MessagingMenu] first introduced in Ubuntu 9.10 Karmic
Koala. Mail Indicator is also integrated with libnotify which means it will
present you with nice notifications when new mails arrive and it save your
password in Gnome Keyring for increased security.Mail Indicator is based [Gmail Notifier][gmail-notifier] written by Michael
Tom-Wing .### Dependencies
- Python 2.6
- PyGTK
- PyGObject
- python-feedparser
- python-gconf
- python-gnomekeyring
- python-indicate
- python-notifyNote: Package names may differ in your distribution.
### Installation
To install Mail Indicator first configure with:
./waf configure
and then with super user privileges run:
./waf install
Run `./waf configure --help` to see installation options.### License
Mail Indicator is distributed under the terms of the GNU General Public License
version 3. See LICENSE for the full license.[MessagingMenu]: https://wiki.ubuntu.com/MessagingMenu
[gmail-notifier]: http://ahadiel.org/projects/gmail-notifier