Process X-Original-Message-ID

pull/210/head
M66B 2 years ago
parent 34bbd0b656
commit 6287480c98

@ -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

Loading…
Cancel
Save