mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Small improvement
This commit is contained in:
@@ -163,6 +163,8 @@ public class EntityAnswer implements Serializable {
|
||||
String username = UriHelper.getEmailUser(email);
|
||||
if (username != null) {
|
||||
int dot = username.indexOf('.');
|
||||
if (dot < 0)
|
||||
dot = username.indexOf('_');
|
||||
if (dot < 0)
|
||||
first = username;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user