mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Search identity on lower case email address
This commit is contained in:
@@ -401,8 +401,11 @@ public class FragmentIdentity extends FragmentEx {
|
||||
if (TextUtils.isEmpty(password) && !insecure)
|
||||
throw new IllegalArgumentException(getContext().getString(R.string.title_no_password));
|
||||
|
||||
email = email.toLowerCase();
|
||||
if (TextUtils.isEmpty(replyto))
|
||||
replyto = null;
|
||||
else
|
||||
replyto = replyto.toLowerCase();
|
||||
if (Color.TRANSPARENT == color)
|
||||
color = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user