chirag04 / mail-listener2

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

One e-mail per time. #81

Open vinniimiranda opened 5 years ago

vinniimiranda commented 5 years ago

I need to execute some verifications for each e-mail i recieve, but when i recieve multiples e-mails at the same time, the verifications just doesn't work, i don't know if there is a property config for that, it would be very helpful to have this kind of feature.

PS: I know javascript is asynchronous, but i am using promises to solve this, but still got this problem.

ishan-marikar commented 5 years ago

@vinniimiranda Would you be able to show the code that you used so I can help you with it?