imap-notify

run a command when email is received
git clone git://jb55.com/imap-notify
Log | Files | Refs | README

README.md (357B)


      1 # imap-notify
      2 
      3   Simplest possible imap notifier
      4 
      5   Connects to an IMAP server and runs a command when new mail is received
      6 
      7   Not a library yet, sorry.
      8 
      9 ## Installation
     10 
     11   Install with npm
     12 
     13     $ npm install -g jb55/imap-notify 
     14 
     15 ## Usage
     16 
     17     $ imap-notify USER PASS CMD [HOST] [PORT]
     18 
     19   env vars
     20 
     21     IMAP_ALLOW_UNAUTHORIZED=1   # disable cert checking