mirror of https://github.com/M66B/FairEmail.git
Throw search exceptions
This commit is contained in:
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…
Reference in New Issue