mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 02:26:42 +00:00
fix(GODT-2576): Correctly handle Forwarded messages from Thunderbird
Thunderbird uses `In-Reply-To` with `X-Forwarded-Message-Id` to signal to the SMTP server that it is forwarding a message.
This commit is contained in:
7
pkg/message/testdata/text_plain_utf8_reply_to_and_x_forward.eml
vendored
Normal file
7
pkg/message/testdata/text_plain_utf8_reply_to_and_x_forward.eml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
From: Sender <sender@pm.me>
|
||||
To: Receiver <receiver@pm.me>
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
X-Forwarded-Message-Id: <00000@protonmail.com>
|
||||
In-Reply-To: <00000@protonmail.com>
|
||||
|
||||
body
|
||||
Reference in New Issue
Block a user