https://github.com/zenflow/imap-query
Simple API for emitting emails, both existing at initialization and as they are received
https://github.com/zenflow/imap-query
Last synced: 9 months ago
JSON representation
Simple API for emitting emails, both existing at initialization and as they are received
- Host: GitHub
- URL: https://github.com/zenflow/imap-query
- Owner: zenflow
- License: mit
- Created: 2015-05-27T01:55:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T11:32:38.000Z (about 11 years ago)
- Last Synced: 2025-03-15T05:16:55.178Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imap-query
Simple API for emitting emails, both existing at initialization and as they are received
[](https://david-dm.org/zenflow/imap-query)
[](https://david-dm.org/zenflow/imap-query#info=devDependencies)
[](https://www.npmjs.com/package/imap-query)
### Todo
* readme writeup
* examples
### Changelog
#### v2.0.2
* Optimized streamToString
#### v2.0.1
* Fixed readme formatting
#### v2.0.0
* ImapQuery#check() now returns a Promise rather than taking a callback
* Now emits 'changes' event rather than multiple add/delete events
#### v1.0.1
* Some internal refactoring
* Added informal test
* Updated readme with warning
* Random bug fixes
#### v1.0.0
* First release