Skip to content

ress/inbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inbox

This is a work in progress IMAP client for node.js. Currently it does barely nothing so if you need something reliable, check out /mscdex/node-imap.

The project consists of two major parts

  • IMAP command parser (token based, more or less complete)
  • IMAP control for accessing mailboxes (under construction)

Installation

Install from npm and run the tests (currently there are tests only for the parser)

npm install -dev inbox
npm test inbox

About

Simple IMAP client for node.js

Resources

Stars

Watchers

Forks

Packages

No packages published