mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Send list unsubscribe header for auto answers
This commit is contained in:
@@ -372,6 +372,7 @@ public class EntityRule {
|
||||
reply.from = new InternetAddress[]{new InternetAddress(identity.email, identity.name)};
|
||||
if (cc)
|
||||
reply.cc = message.cc;
|
||||
reply.unsubscribe = "mailto:" + identity.email;
|
||||
reply.subject = context.getString(R.string.title_subject_reply, message.subject == null ? "" : message.subject);
|
||||
reply.received = new Date().getTime();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user