Closed zieren closed 1 year ago
This error also puts IMAP out of commission:
2023-01-28T17:14:59.157Z error: IMAP: {"src":"s","msg":"Server Unavailable. 15","err":{},"cid":"34oplssdfts0qdcob05k"} 2023-01-28T17:14:59.177Z warn: IMAP: {"err":{},"cid":"34oplssdfts0qdcob05k"} 2023-01-28T17:14:59.179Z warn: IMAP: {"err":{},"cid":"34oplssdfts0qdcob05k"}
It seems we should also trigger a reconnect in this case. There is no proper error code, so maybe just list errors for which we do not restart, like wrong password or server not found?
Note that this error is not emitted as an event, but only to the error logger. It does, however, disable the IMAP check, so it does require a restart.
This error also puts IMAP out of commission:
It seems we should also trigger a reconnect in this case. There is no proper error code, so maybe just list errors for which we do not restart, like wrong password or server not found?