mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
mimeparser: preserve quotes in messages with attachments
This commit is contained in:
committed by
link2xt
parent
bf82dd9c60
commit
66907c17d3
27
test-data/message/quote_attach.eml
Normal file
27
test-data/message/quote_attach.eml
Normal file
@@ -0,0 +1,27 @@
|
||||
Subject: Message from Alice
|
||||
MIME-Version: 1.0
|
||||
In-Reply-To: <Mr.7h_HyOuM3Dz.xcp4v8QiQua@testrun.org>
|
||||
Date: Sun, 08 Nov 2020 01:16:26 +0000
|
||||
Chat-Version: 1.0
|
||||
Message-ID: <Mr.126R7OsBKvk.dGGBC5WcsLF@testrun.org>
|
||||
To: Bob <bob@example.org>
|
||||
From: Alice <alice@testrun.org>
|
||||
Content-Type: multipart/mixed; boundary="uWbWY2IyEtJ8wZmp282Na11hxBBXlV"
|
||||
|
||||
|
||||
--uWbWY2IyEtJ8wZmp282Na11hxBBXlV
|
||||
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=no
|
||||
|
||||
> Quote
|
||||
|
||||
Reply
|
||||
|
||||
--uWbWY2IyEtJ8wZmp282Na11hxBBXlV
|
||||
Content-Type: text/plain
|
||||
Content-Disposition: attachment; filename="attachment.txt"
|
||||
Content-Transfer-Encoding: base64
|
||||
|
||||
ZGF0YSB0byBzZW5k
|
||||
|
||||
--uWbWY2IyEtJ8wZmp282Na11hxBBXlV--
|
||||
|
||||
Reference in New Issue
Block a user