Closed clochix closed 8 years ago
In https://github.com/cozy/cozy-emails/blob/master/server/processes/mailbox_refresh_fast.coffee#L116 we don't handle the case where there's an error and info is null.
Here are the logs just before the crash:
EROR +0691 imap:pool error on active imap socket on imap.gmail.com:993 { [Error: read ECONNRESET]
code: 'ECONNRESET',
errno: 'ECONNRESET',
syscall: 'read',
source: 'socket' }
DBUG +0009 imap:pool 4e3eded7f9e22b75fe416030221f75ef remove conn1 from pool
EROR +0005 imap:pool active connection imap.gmail.com:993 closed true
This issue is fixed in new version (0.9.18). Thnaks @aenario :)
A user reports that after an update, the application doesn't start. Here's an error found in the logs;