mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Fixed email address validation
This commit is contained in:
@@ -195,7 +195,7 @@ public class Helper {
|
||||
static final Pattern EMAIL_ADDRESS = Pattern.compile(
|
||||
"[\\S]{1,256}" +
|
||||
"\\@" +
|
||||
"[\\p{L}][\\p{L}0-9\\-\\_]{0,64}" +
|
||||
"[\\p{L}0-9][\\p{L}0-9\\-\\_]{0,64}" +
|
||||
"(" +
|
||||
"\\." +
|
||||
"[\\p{L}0-9][\\p{L}0-9\\-\\_]{0,25}" +
|
||||
|
||||
Reference in New Issue
Block a user