Files
arcanechat-core/test-data/message/text_alt_plain_html.eml
T
link2xt 01db8d0130 test_utils: fix Alice's address in alice_keypair()
The key stored in test-data has @example.org identity.
2021-12-05 09:14:58 +00:00

24 lines
390 B
Plaintext

Subject: mime-modified test
Message-ID: 12345@testrun.org
Date: Sat, 07 Dec 2019 19:00:27 +0000
To: alice@example.org
From: sender@testrun.org
Content-Type: multipart/alternative; boundary="==BREAK=="
--==BREAK==
Content-Type: text/plain; charset=utf-8
this is plain
--==BREAK==
Content-Type: text/html; charset=utf-8
<html>
<p>
this is <b>html</b>
</p>
</html>
--==BREAK==--