Process X-Original-Message-ID

This commit is contained in:
M66B
2023-01-08 09:30:01 +01:00
parent 34bbd0b656
commit 6287480c98

View File

@@ -5197,6 +5197,10 @@ public class MessageHelper {
case "Diagnostic-Code":
this.diagnostic = value;
break;
case "X-Original-Message-ID":
// GMail
this.refid = value;
break;
}
} else if (isDispositionNotification(type)) {
// https://datatracker.ietf.org/doc/html/rfc3798#section-3.2.6