2.0.2 • Published 9 years ago

imap-query v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

imap-query

Simple API for emitting emails, both existing at initialization and as they are received

dependencies dev-dependencies

npm

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