1
0
Fork 0
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:
M66B 2020-04-30 14:28:37 +02:00
parent 64b9227ea8
commit 8e7015e14d

View file

@ -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 {