node-imapnotify icon indicating copy to clipboard operation
node-imapnotify copied to clipboard

ECONNRESET every 30s more or less

Open bserrao opened this issue 7 years ago • 2 comments

Hello,

I'm getting this error every 30s.

Error: read ECONNRESET\n at exports._errnoException (util.js:1018:11)\n at TCP.onread (net.js:572:26)\n code: 'ECONNRESET',\n errno: 'ECONNRESET',\n syscall: 'read',\n source: 'socket' }","time":"2017-07-22T11:02:13.602Z","v":0}

Any clues on what might be causing this? I'm connecting to a Exchange server trough IMAP.

bserrao avatar Jul 22 '17 11:07 bserrao

Hello!

This looks like this issue - https://github.com/mscdex/node-imap/issues/395 Can you try to change tls settings like it's said there?

a-sk avatar Jul 23 '17 21:07 a-sk

Hello, I didn't mention before but i had tried changing the config has mentioned in that issue. I got the same behavior. I wasn't sure if this issue is related to node-imap implementation or some setting on imap-notify.

BTW if i setup Davmail and connect imap-notify trough Davmail i don't have this issue. It's just a bit overhead since i don't need Davmail for anything else...

Thanks,

bserrao avatar Jul 23 '17 22:07 bserrao