mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
23 lines
452 B
Plaintext
23 lines
452 B
Plaintext
![]() |
From: sender@example.com
|
||
|
To: recipient@example.com
|
||
|
Subject: Example Multipart/Alternative Email
|
||
|
Message-ID: <1234567890@example.com>
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: multipart/alternative; boundary="boundary123"
|
||
|
|
||
|
--boundary123
|
||
|
Content-Type: text/plain; charset="UTF-8"
|
||
|
|
||
|
This is a simple email message.
|
||
|
|
||
|
--boundary123
|
||
|
Content-Type: text/html; charset="UTF-8"
|
||
|
|
||
|
<html>
|
||
|
<body>
|
||
|
<p>This is a simple email message.</p>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
--boundary123--
|