emailjs / emailjs-imap-client

Low-level JS IMAP client for all your IMAP needs.
MIT License
553 stars 122 forks source link

this.ON_DATA_TIMEOUT is undefined #170

Closed MarcoCatalan closed 6 years ago

MarcoCatalan commented 6 years ago

https://github.com/emailjs/emailjs-imap-client/blob/master/src/imap.js#L402 On this line, the value of this.ON_DATA_TIMEOUT is undefined, which, will cause the setTimeout to resolve as soon as posible, and, in some ocasions, end the connection with a 'Socket timed out'

TomasHubelbauer commented 6 years ago

I am having the same issue.

felixhammerl commented 6 years ago

yep, it seems this was in there before the refactoring and I've missed to fix this line for some weird reason.

felixhammerl commented 6 years ago

Released in v3.0.4