mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 07:06:45 +00:00
Simplify references parsing
This commit is contained in:
@ -12,8 +12,8 @@ Feature: SMTP sending of HTML messages
|
||||
Content-Disposition: inline
|
||||
Content-Transfer-Encoding: quoted-printable
|
||||
Content-Type: text/html; charset=utf-8
|
||||
In-Reply-To: base64hashOfSomeMessage@protonmail.internalID
|
||||
References: base64hashOfSomeConversation@protonmail.internalID base64hashOfSomeConversation@protonmail.conversationID
|
||||
In-Reply-To: <base64hashOfSomeMessage@protonmail.internalID>
|
||||
References: <base64hashOfSomeConversation@protonmail.internalID> <base64hashOfSomeConversation@protonmail.conversationID>
|
||||
|
||||
<html><body>This is body of <b>HTML mail</b> without attachment<body></html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user