mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Remove spaces from email addresses
This commit is contained in:
@@ -610,7 +610,7 @@ public class EntityRule {
|
||||
} else {
|
||||
reply.wasforwardedfrom = message.msgid;
|
||||
reply.thread = reply.msgid; // new thread
|
||||
reply.to = InternetAddress.parseHeader(to, false);
|
||||
reply.to = MessageHelper.parseAddresses(context, to);
|
||||
}
|
||||
|
||||
reply.from = from;
|
||||
|
||||
Reference in New Issue
Block a user