mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Return-Receipt-To is non standard
https://datatracker.ietf.org/doc/html/rfc2076
This commit is contained in:
@@ -402,11 +402,6 @@ public class MessageHelper {
|
||||
// 1=Delivery receipt
|
||||
// 2=Read+delivery receipt
|
||||
|
||||
// defacto standard
|
||||
if (receipt_type == 1 || receipt_type == 2) // Delivery receipt
|
||||
imessage.addHeader("Return-Receipt-To", to);
|
||||
|
||||
|
||||
// https://tools.ietf.org/html/rfc3798
|
||||
if (receipt_type == 0 || receipt_type == 2) // Read receipt
|
||||
imessage.addHeader("Disposition-Notification-To", to);
|
||||
|
||||
Reference in New Issue
Block a user