mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
Allow empty route addresses
This commit is contained in:
@@ -1093,6 +1093,10 @@ public class InternetAddress extends Address implements Cloneable {
|
||||
throw new AddressException("Nested group", s, index);
|
||||
if (start == -1)
|
||||
start = index;
|
||||
if (index + 1 < length) {
|
||||
char nc = s.charAt(index + 1);
|
||||
in_group = (nc == ';');
|
||||
}
|
||||
if (true) break;
|
||||
if (parseHdr && !strict) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user