rdgauthier

Results 2 issues of rdgauthier

I got this error ``` Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed at doWrite (_stream_writable.js:399:19) at clearBuffer (_stream_writable.js:542:7) at Socket.Writable.uncork (_stream_writable.js:338:7) at JSStreamSocket.doWrite (internal/js_stream_socket.js:171:17) at JSStream.onwrite (internal/js_stream_socket.js:28:57)...

In the examples it is only a single connection then an end. How should I deal with having a constant conneciton. If I just use imap.connect() and never close it,...