MateMalice / mail-listener2

Mail listener library for node.js. Get notification when new email arrived.
Other
9 stars 7 forks source link

.on("error") gets triggered with every message #33

Closed dzg closed 1 year ago

dzg commented 2 years ago

For me,  .on("error") gets triggered with every message, with null for err

MateMalice commented 1 year ago

Hi @dzg -

EDIT: I have done some further digging and found the cause of the problem. It appears that when a file was getting saved, an error was being returned even if the error was "null".

This will be fixed in an upcoming update.

Thank you for pointing this out!

MateMalice commented 1 year ago

Fixed in v2.1.1.