nodejs-mail-notifier
nodejs-mail-notifier copied to clipboard
add self.emit('mail', id) for faster event
In my project I need to know when a new email arrived before downloading it from the server. so added this event and it might help other users in the future