Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

gocheckmail
===========

Ultra lightweight maildir checker using inotify Linux syscall

Features
--------

* Linux inotify watching
* Maildir support
* Configurable command to execute

Todo:

* Mailbox support
* D-Bus notifications

Installation
------------

Using Google go runtime:

git checkout git://github.com/lzap/gocheckmail.git
cd gocheckmail
go build
cp gocheckmail ~/bin

Configuration
-------------

Is very easy:

$ cat ~/.gocheckmail.conf
path = $HOME/mail/INBOX
command = /usr/bin/notify-send 'New mail'