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

Commit c5fa0fc1 authored by narinder Rana's avatar narinder Rana
Browse files

testing hardcode gmail password

parent 6f3d272f
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ import com.fsck.k9.Preferences
import com.fsck.k9.account.BackgroundAccountRemover
import com.fsck.k9.activity.compose.MessageActions
import com.fsck.k9.activity.setup.AccountSetupBasics
import com.fsck.k9.activity.setup.GoogleAccountCreator
import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.ACCOUNT_EMAIL_ADDRESS_KEY
import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.EELO_ACCOUNT_TYPE
import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.GOOGLE_ACCOUNT_TYPE
@@ -1656,8 +1657,8 @@ open class MessageList :
                }
                if (!accountIsSignedIn) {
                    Log.e("MessageList", "accountIsSignedIn "+accountIsSignedIn)
                   // GoogleAccountCreator.createAccount(this, emailId)
                    EeloAccountCreator.createAccount(this, emailId, "")
                    GoogleAccountCreator.createAccount(this, emailId, "asdf*1234@")
                  //  EeloAccountCreator.createAccount(this, emailId, "")
                    accountWasAdded = true
                }
            }