mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 15:40:59 +01:00
Basic POP3 support
This commit is contained in:
@@ -158,7 +158,7 @@ public class ViewModelBrowse extends ViewModel {
|
||||
isession.setDebug(true);
|
||||
|
||||
Log.i("Boundary connecting account=" + account.name);
|
||||
state.istore = (IMAPStore) isession.getStore(account.starttls ? "imap" : "imaps");
|
||||
state.istore = (IMAPStore) isession.getStore(account.getProtocol());
|
||||
Helper.connect(state.context, state.istore, account);
|
||||
|
||||
Log.i("Boundary opening folder=" + folder.name);
|
||||
|
||||
Reference in New Issue
Block a user