mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Exclude parenthesis from email addresses
This commit is contained in:
@@ -235,7 +235,7 @@ public class Helper {
|
||||
static final String REGEX_UUID = "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}";
|
||||
|
||||
static final Pattern EMAIL_ADDRESS = Pattern.compile(
|
||||
"[\\S&&[^\"@<>]]{1,256}" +
|
||||
"[\\S&&[^\"@<>()]]{1,256}" +
|
||||
"\\@" +
|
||||
"[\\p{L}0-9][\\p{L}0-9\\-\\_]{0,64}" +
|
||||
"(" +
|
||||
|
||||
Reference in New Issue
Block a user