Throw search exceptions

This commit is contained in:
M66B 2018-08-28 14:14:09 +00:00
parent 732f1fbee0
commit 1e537c2235
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ public class SearchDataSource extends PositionalDataSource<TupleMessageEx> imple
}
Properties props = MessageHelper.getSessionProperties(account.auth_type);
props.setProperty("mail.imap.throwsearchexception", "true");
Session isession = Session.getInstance(props, null);
Log.i(Helper.TAG, "SDS connecting account=" + account.name);