imap-fetcher

0.1.1 • Public • Published

imap-fetcher Build Status Npm module

Fetches mail messages from imap and publish them to corriera event bus

Getting Started

Install the module with: npm install imap-fetcher

var imapFetcher = require('imap-fetcher');
imapFetcher.awesome(); // "awesome"

Test

To test the package, configure run and then grunt test. Please note the mail access configuration make use of environment for security reasons.

Before to run tests, you have to set environment variables MY_MAIL_ADDRESS and MY_MAIL_PASSWORD to the user and password of the mail account you want to use.

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Andrea Parodi
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i imap-fetcher

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • parroit