Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzap/gocheckmail
Ultra lightweight maildir checker using inotify Linux syscall
https://github.com/lzap/gocheckmail
Last synced: about 1 month ago
JSON representation
Ultra lightweight maildir checker using inotify Linux syscall
- Host: GitHub
- URL: https://github.com/lzap/gocheckmail
- Owner: lzap
- Created: 2012-10-12T22:13:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T08:32:25.000Z (over 8 years ago)
- Last Synced: 2024-10-14T23:25:03.116Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gocheckmail
===========Ultra lightweight maildir checker using inotify Linux syscall
Features
--------* Linux inotify watching
* Maildir support
* Configurable command to executeTodo:
* Mailbox support
* D-Bus notificationsInstallation
------------Using Google go runtime:
git checkout git://github.com/lzap/gocheckmail.git
cd gocheckmail
go build
cp gocheckmail ~/binConfiguration
-------------Is very easy:
$ cat ~/.gocheckmail.conf
path = $HOME/mail/INBOX
command = /usr/bin/notify-send 'New mail'