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:
parent
34bbd0b656
commit
6287480c98
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue