mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
Trim usernames
This commit is contained in:
@@ -557,7 +557,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
boolean starttls = args.getBoolean("starttls");
|
||||
boolean insecure = args.getBoolean("insecure");
|
||||
String port = args.getString("port");
|
||||
String user = args.getString("user");
|
||||
String user = args.getString("user").trim();
|
||||
String password = args.getString("password");
|
||||
String realm = args.getString("realm");
|
||||
boolean use_ip = args.getBoolean("use_ip");
|
||||
|
||||
Reference in New Issue
Block a user