This app serves as a frontend interface for imapsync.
These instructions assume that you are working on Linux. This will probably also work on OSX.
$ git clone https://github.com/tgrowden/imap-sync-nodejs.git
$ cd imapsync-nodejs
$ npm install
$ bower install
$ grunt
- Edit
config/config.js
to point to imapsync location (default is/usr/bin/imapsync
) $ npm start
- Check it out: http://localhost:3000