mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 23:20:53 +01:00
Added realm
This commit is contained in:
@@ -154,7 +154,7 @@ public class ViewModelBrowse extends ViewModel {
|
||||
EntityAccount account = db.account().getAccount(folder.account);
|
||||
|
||||
try {
|
||||
Properties props = MessageHelper.getSessionProperties(account.auth_type, account.insecure);
|
||||
Properties props = MessageHelper.getSessionProperties(account.auth_type, account.realm, account.insecure);
|
||||
Session isession = Session.getInstance(props, null);
|
||||
|
||||
Log.i("Boundary connecting account=" + account.name);
|
||||
|
||||
Reference in New Issue
Block a user