mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.17k stars 382 forks source link

Cannot read property 'type' of undefined resolved #896

Open humayyun00 opened 1 year ago

humayyun00 commented 1 year ago

The above check is needed in order to prevent server crash in case of multiple connections at a time. I have only added a simple return statement in the else clause for the time being but it will do the job