Always throw search exception

This commit is contained in:
M66B
2019-01-07 08:15:27 +00:00
parent 9e7e83e82c
commit fd405deea7
2 changed files with 2 additions and 1 deletions

View File

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