Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 687 Bytes

Sample Node.js Application Using IMAP and Async

This sample application demonstrates how to use the example from the imap documentation, but has a couple changes that make it easier for beginners. This app uses connecting to Gmail as an example.

Requirements

Install imap Module

npm install imap

Install async module

npm install async

Running Application

  • Additional Console Outputs
  • Uses async module to clarify the steps for calling functions in series.

Update imap-async.js with your Gmail username and password and then run the app.

$ node imap-async.js