matteoagosti / hubot-mail-notifier

A mail notifier plugin for hubot
4 stars 2 forks source link

hubot-mail-notifier

hubot-mail-notifier adds an IMAP notifier plugin to hubot that reports unread or incoming new emails (sender, subject, date, text message).

Installation

Edit the package.json for your hubot and add the hubot-mail-notifier dependency.

"dependencies": {
  "hubot-mail-notifier": ">= 0.0.1",
  ...
}

Configuration

The following variables are required to let the script work:

The following variables are optional:

TODO

See Also

This work is heavily inspired by the mail-listener node module.