1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-20 21:27:07 +00:00

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