Throw search exceptions

pull/72/head
M66B 6 years ago
parent 732f1fbee0
commit 1e537c2235

@ -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);

Loading…
Cancel
Save