circuithub / mail-listener

Mail listener library for node.js. Get notification when new email arrived.
134 stars 32 forks source link

Updated to work with node-imap v0.8.0 #26

Closed ghost closed 11 years ago

ghost commented 11 years ago

Updated to make current functionality work with node-imap v0.8.0.

Fixes #24 Fixes #25

chirag04 commented 11 years ago

@jakestubbz you might want to publish your fork as a new module and maintain it urself. I would love to contribute. I dont think mail-listener is maintained anymore.

Also, adding test-cases would be great.

ghost commented 11 years ago

I would have no problem maintaining this as a separate module but the code is pretty much @podviaznikov. It wouldn't make sense to run this as another module if mail-listener is still going to be maintained as it would be identical.

Let's give it a couple of days and see what happens with this pull request.

chirag04 commented 11 years ago

@jakestubbz I started maintaining my fork here. https://npmjs.org/package/mail-listener2