mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Process X-Original-Message-ID
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user