Loading k9mail/src/main/java/io/eelo/mail/activity/setup/EeloAccountCreator.java +4 −0 Original line number Diff line number Diff line package io.eelo.mail.activity.setup; import android.content.Context; import android.util.Log; import io.eelo.mail.Account; import io.eelo.mail.K9; Loading @@ -26,6 +27,9 @@ public class EeloAccountCreator { accountConfig.setTransportUri("smtp+tls+://" + emailId.replace("@", "%40") + ":" + password + "@mail.eelo.io"); Log.e("Add /e/ account", "Store URI: " + accountConfig.getStoreUri()); Log.e("Add /e/ account", "Transport URI: " + accountConfig.getTransportUri()); Account account = preferences.newAccount(); account.setDeviceAccount(true); account.loadConfig(accountConfig); Loading Loading
k9mail/src/main/java/io/eelo/mail/activity/setup/EeloAccountCreator.java +4 −0 Original line number Diff line number Diff line package io.eelo.mail.activity.setup; import android.content.Context; import android.util.Log; import io.eelo.mail.Account; import io.eelo.mail.K9; Loading @@ -26,6 +27,9 @@ public class EeloAccountCreator { accountConfig.setTransportUri("smtp+tls+://" + emailId.replace("@", "%40") + ":" + password + "@mail.eelo.io"); Log.e("Add /e/ account", "Store URI: " + accountConfig.getStoreUri()); Log.e("Add /e/ account", "Transport URI: " + accountConfig.getTransportUri()); Account account = preferences.newAccount(); account.setDeviceAccount(true); account.loadConfig(accountConfig); Loading