novel / imapnotify

imap notifier which uses libnotify to communicate with the user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imapnotify
---------------------
Simple imap notifier written in ObjC and using libnotify. 
ATM works only with IMAPS servers (IMAP + SSL).

Requirments:
 - gcc
 - libnotify-devel (or whatever package contains header files
   and stuff)
 - OpenSSL-devel

On Ubuntu you'll have to install ObjC compiler (do
apt-cache search objc and you won't miss it)

to build type:

  make

PS Tested on FreeBSD 8-current, not sure if it will even compile on
something else :p

PPS Compiles on Ubuntu 8.10

About

imap notifier which uses libnotify to communicate with the user


Languages

Language:Objective-C 100.0%