mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Remove spaces from host name
This commit is contained in:
@@ -799,7 +799,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
else
|
||||
encryption = EmailService.ENCRYPTION_SSL;
|
||||
|
||||
args.putString("host", etHost.getText().toString().trim());
|
||||
args.putString("host", etHost.getText().toString().trim().replace(" ", ""));
|
||||
args.putInt("encryption", encryption);
|
||||
args.putBoolean("insecure", cbInsecure.isChecked());
|
||||
args.putString("port", etPort.getText().toString());
|
||||
|
||||
Reference in New Issue
Block a user