Coder Social home page Coder Social logo

restmail-client's Introduction

restmail-client

Client for restmail.net which polls for messages. Returns all mail for the specified user, as an array of JSON blobs, with the newest messages first.

Installation:

% npm i restmail-client -S

Usage:

var restmail = require('restmail-client');

restmail('peter', {maxRetry: 2}).then(console.log).catch(console.error);

The above snippet will poll the [email protected] inbox for messages.

API:

restmail(<user>, [<options>])

Parameters:

  • user โ€” String; The user/inbox to check for messages.
  • options โ€” Object; A qretry options object with the following optional parameters:
    • maxRetry (Number) optional: set the maximum retry (default is 5)
    • interval (Number) optional: set the initial interval in milliseconds between the first and the second call. (default is 500)
    • intervalMultiplicator (Number >= 1) optional: set the multiplicator which increase the interval through tries. (default is 1.5)

Response:

This method returns a resolved promise with an array of messages from restmail.net, or a rejected promise if no emails were found.

restmail-client's People

Contributors

pdehaan avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

romsky007

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.