mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Added check for duplicate addresses
This commit is contained in:
@@ -487,7 +487,7 @@ public class MessageHelper {
|
||||
if (existing != null)
|
||||
result.addAll(Arrays.asList(existing));
|
||||
|
||||
Address[] all = imessage.getAllRecipients();
|
||||
Address[] all = imessage.getAllRecipients(); // to, cc, bcc
|
||||
Address[] addresses = convertAddress(InternetAddress.parse(email), identity);
|
||||
for (Address address : addresses) {
|
||||
boolean found = false;
|
||||
|
||||
Reference in New Issue
Block a user