https://github.com/toddself/imap-wrapper
A wrapper around node-imap with a higher level API
https://github.com/toddself/imap-wrapper
Last synced: 6 days ago
JSON representation
A wrapper around node-imap with a higher level API
- Host: GitHub
- URL: https://github.com/toddself/imap-wrapper
- Owner: toddself
- License: mit
- Created: 2015-04-04T15:20:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T15:25:23.000Z (about 11 years ago)
- Last Synced: 2026-03-25T19:50:44.661Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# imap-wrapper
A not-quite-yet finished wrapper around [mscdex/node-imap](https://github.com/mscdex/node-imap) providing a higher-level API for interacting with an IMAP server. Currently based on a [for of node-imap](https://github.com/toddself/node-imap) to provide CRAM-MD5 authentication as well.