mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Throw search exceptions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user