mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Fixed getting references
This commit is contained in:
parent
64b9227ea8
commit
8e7015e14d
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ public class MessageHelper {
|
|||
}
|
||||
|
||||
private String[] getReferences(String header) {
|
||||
return MimeUtility.unfold(header).split("[,\\s+]");
|
||||
return MimeUtility.unfold(header).split("[,\\s]+");
|
||||
}
|
||||
|
||||
String getDeliveredTo() throws MessagingException {
|
||||
|
|
Loading…
Reference in a new issue