imap-query
v2.0.2
Published
Simple API for emitting emails, both existing at initialization and as they are received
Downloads
4
Maintainers
Readme
imap-query
Simple API for emitting emails, both existing at initialization and as they are received
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