lucas-pouchot-zz
lucas-pouchot-zz
I'm not sure what you want I debug, I added ``` javascript console.log(self) ``` just after the ``` javascript parser.on('body', function (stream, info) { ``` when the error come, I...
I set `debug: console.log` and I obtain this : (I replace my previous `console.log(self)` by `console.log("ERROR HERE")` ) > [connection] Closed > [connection] Closed > [connection] Connected to host >...
It's come when I use the node mail of node-red (https://github.com/node-red/node-red-nodes/tree/master/social/email) so, each 10 seconds, this code is called : (line 180 of file 61-email.js) I tried to surround with...
this node-red module do `imap = new Imap({..})` once and call `imap.connect()` each time. But I have two instances of this module