imap : An IMAP module for node.js that makes communicating with IMAP servers easy. You can installing imap npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install imap $ sudo npm install -g imap
If want to update the imap package execute the command as below,
$ sudo npm update imap
Update package globally,
$ npm install -g imap
$ sudo git clone https://github.com/rektide/imap.git
$ sudo npm install -g ./imap
imap@0.8.19 /usr/lib/node_modules/imap
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall imap
| Package Name | imap |
| Version | 0.8.19 |
| Description | An IMAP module for node.js that makes communicating with IMAP servers easy |
| Released Date | 2016-12-06T17:03:49.686Z |
| Published by | mscdex |
| How to Learn | https://www.npmjs.com/package/imap/tutorial |