|
|
@ -799,7 +799,7 @@ public class FragmentAccount extends FragmentBase {
|
|
|
|
else
|
|
|
|
else
|
|
|
|
encryption = EmailService.ENCRYPTION_SSL;
|
|
|
|
encryption = EmailService.ENCRYPTION_SSL;
|
|
|
|
|
|
|
|
|
|
|
|
args.putString("host", etHost.getText().toString().trim());
|
|
|
|
args.putString("host", etHost.getText().toString().trim().replace(" ", ""));
|
|
|
|
args.putInt("encryption", encryption);
|
|
|
|
args.putInt("encryption", encryption);
|
|
|
|
args.putBoolean("insecure", cbInsecure.isChecked());
|
|
|
|
args.putBoolean("insecure", cbInsecure.isChecked());
|
|
|
|
args.putString("port", etPort.getText().toString());
|
|
|
|
args.putString("port", etPort.getText().toString());
|
|
|
|