Skip to content

A collection of JavaScript tools to interact with IMAP.

Notifications You must be signed in to change notification settings

saibotsivad/imap-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

imap-tools

A collection of JavaScript tools I wrote, to interact with IMAP accounts.

imap-box-names (github|npm)

Scan an IMAP account, returning a promise that resolves with an array of box names.

imap-fetch-everything (github|npm)

Scan every box of an IMAP account, emitting each message as a streamable object.

imap-open-box (github|npm)

Open an IMAP account box, returning a promise that resolves with the box details.

imap-scan-box (github|npm)

Scan an IMAP box, emitting each message as a streamable object.

imap-scan-many-boxes (github|npm)

Scan multiple IMAP boxes, emitting each message in each box as a streamable object.

license

Although all listed modules are published and released under the VOL, if your company needs a commercial license, please feel free to contact me.

About

A collection of JavaScript tools to interact with IMAP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages