mirror of https://github.com/M66B/FairEmail.git
Catch all ASCII search exceptions
This commit is contained in:
parent
2c59441044
commit
f16649d85e
|
@ -471,7 +471,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
" messages=" + (messages == null ? null : messages.length));
|
||||
return messages;
|
||||
}
|
||||
} catch (MessagingException ex) {
|
||||
} catch (Throwable ex) {
|
||||
ProtocolException pex = new ProtocolException(
|
||||
"Search " + account.host + " " + criteria, ex);
|
||||
EntityLog.log(context, pex.toString());
|
||||
|
|
Loading…
Reference in New Issue