Meteor wrapper for node-imap.
Install
meteor add epaminond:imap
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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Meteor wrapper for node-imap.
Install
meteor add epaminond:imap
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.