Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 303 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 303 Bytes

meteor-imap

Meteor wrapper for node-imap.

Install

meteor add epaminond:imap

Usage

This is how it's used in regular node

var Imap = require('imap');

To use in Meteor with this package you can just access global Imap variable.