Send list unsubscribe header for auto answers

This commit is contained in:
M66B
2019-10-01 16:28:58 +02:00
parent 7b61ae2dbf
commit 9ce2d047fc
2 changed files with 13 additions and 5 deletions

View File

@@ -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();