Catch all ASCII search exceptions

pull/183/head
M66B 5 years ago
parent 2c59441044
commit f16649d85e

@ -471,7 +471,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
" messages=" + (messages == null ? null : messages.length)); " messages=" + (messages == null ? null : messages.length));
return messages; return messages;
} }
} catch (MessagingException ex) { } catch (Throwable ex) {
ProtocolException pex = new ProtocolException( ProtocolException pex = new ProtocolException(
"Search " + account.host + " " + criteria, ex); "Search " + account.host + " " + criteria, ex);
EntityLog.log(context, pex.toString()); EntityLog.log(context, pex.toString());

Loading…
Cancel
Save