mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Refactoring
This commit is contained in:
@@ -303,7 +303,8 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
throw new IllegalStateException(context.getString(R.string.title_no_internet));
|
||||
|
||||
Log.i("Boundary server connecting account=" + account.name);
|
||||
state.iservice = new EmailService(context, account.getProtocol(), account.realm, account.insecure, EmailService.PURPOSE_SEARCH, debug);
|
||||
state.iservice = new EmailService(
|
||||
context, account.getProtocol(), account.realm, account.insecure, EmailService.PURPOSE_SEARCH, debug);
|
||||
state.iservice.setPartialFetch(account.partial_fetch);
|
||||
state.iservice.setIgnoreBodyStructureSize(account.ignore_size);
|
||||
state.iservice.connect(account);
|
||||
|
||||
Reference in New Issue
Block a user