mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Catch all ASCII search exceptions
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user