mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Always throw search exception
This commit is contained in:
@@ -155,7 +155,6 @@ public class ViewModelBrowse extends ViewModel {
|
||||
|
||||
try {
|
||||
Properties props = MessageHelper.getSessionProperties(account.auth_type, account.insecure);
|
||||
props.setProperty("mail.imap.throwsearchexception", "true");
|
||||
Session isession = Session.getInstance(props, null);
|
||||
|
||||
Log.i("Boundary connecting account=" + account.name);
|
||||
|
||||
Reference in New Issue
Block a user