Skip to content

A sample Node app that uses connecting to Gmail as a way to demonstrate how to use imap and async modules.

Notifications You must be signed in to change notification settings

drouillard/sample-imap-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A sample Node app that uses connecting to Gmail as a way to demonstrate how to use imap and async modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published