Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "node-imap", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"author": "Brian White <mscdex@mscdex.net>", | ||
"contributors": [{ | ||
"email": "michael.bevz@gmail.com", | ||
"name": "Michael Bevz" | ||
}], | ||
"description": "A fork of the famous and outdated IMAP module for node.js that makes communicating with IMAP servers easy", | ||
@@ -6,0 +10,0 @@ "main": "./lib/Connection", |
Note | ||
==== | ||
This a fork that aims to bring the package up-to-date and incorporate Pull Requests from the original repo. (See the list of applied Pull requets below ) | ||
This a fork of [Node-Imap](https://github.com/mscdex/node-imap) that aims to bring the package up-to-date and incorporate all the Pull Requests from the original repo. (See the list of applied Pull requets below). | ||
@@ -32,3 +32,3 @@ | ||
npm install imap | ||
npm install node-imap | ||
@@ -41,3 +41,3 @@ Examples | ||
```javascript | ||
var Imap = require('imap'), | ||
var Imap = require('node-imap'), | ||
inspect = require('util').inspect; | ||
@@ -44,0 +44,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
816928