chirag04 / mail-listener2

Mail listener library for node.js. Get notification when new email arrived.
MIT License
246 stars 116 forks source link

Doubling mail #73

Open infiniti008 opened 6 years ago

infiniti008 commented 6 years ago

Hello. When two emails come to my mail at once, this application returns two letters two times. How many letters - so many times all the letters will repeat. How to solve this problem?

dapanas commented 6 years ago

Same as https://github.com/chirag04/mail-listener2/issues/63? If so, you can use my updated version of mail-listener2: mail-listener2-updated, where this problem is solved.

npm package is mail-listener2-updated, so use npm install mail-listener2-updated to install.