mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Handle drop connection on searching for correlation ID
This commit is contained in:
parent
ada1150ffd
commit
89898123e7
1 changed files with 2 additions and 1 deletions
|
@ -1563,8 +1563,9 @@ class Core {
|
|||
new AndTerm(
|
||||
new SentDateTerm(ComparisonTerm.GE, new Date()),
|
||||
new HeaderTerm(MessageHelper.HEADER_CORRELATION_ID, message.msgid)));
|
||||
} catch (MessagingException ex) {
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
// Seznam: Jakarta Mail Exception: java.io.IOException: Connection dropped by server?
|
||||
}
|
||||
|
||||
if (imessages != null && imessages.length == 1) {
|
||||
|
|
Loading…
Reference in a new issue