Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd770a8d authored by Nihar Thakkar's avatar Nihar Thakkar Committed by Sumit Pundir
Browse files

Add temporary logs

parent 65c402bc
Loading
Loading
Loading
Loading
+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;
@@ -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);