|
|
|
@ -27,7 +27,6 @@ import android.content.pm.PackageManager;
|
|
|
|
|
import android.net.Uri;
|
|
|
|
|
import android.os.Bundle;
|
|
|
|
|
import android.os.Handler;
|
|
|
|
|
import android.text.Spanned;
|
|
|
|
|
import android.text.TextUtils;
|
|
|
|
|
import android.text.method.LinkMovementMethod;
|
|
|
|
|
import android.util.Patterns;
|
|
|
|
@ -380,11 +379,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
|
|
|
|
identity.display = null;
|
|
|
|
|
identity.color = null;
|
|
|
|
|
|
|
|
|
|
CharSequence promote = context.getText(R.string.app_promote);
|
|
|
|
|
if (promote instanceof Spanned)
|
|
|
|
|
identity.signature = HtmlHelper.toHtml((Spanned) promote);
|
|
|
|
|
else
|
|
|
|
|
identity.signature = null;
|
|
|
|
|
identity.signature = null;
|
|
|
|
|
|
|
|
|
|
identity.auth_type = ConnectionHelper.AUTH_TYPE_PASSWORD;
|
|
|
|
|
identity.host = provider.smtp_host;
|
|
|
|
|