forked from Unstructured-IO/unstructured
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix parse received data (Unstructured-IO#143)
* fix parse_received data
- Loading branch information
Showing
6 changed files
with
75 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Received: from ABCDEFG-000.ABC.guide (00.0.0.00) by ABCDEFG-000.ABC.guide | ||
([ba23::58b5:2236:45g2:88h2]) with Unstructured TTTT Server (version=ABC0_0, | ||
cipher=ABC_ABCDE_ABC_NOPE_ABC_000_ABC_ABC000) id 00.0.000.0 via Techbox | ||
Transport; Wed, 20 Feb 2023 10:03:18 +1200 | ||
MIME-Version: 1.0 | ||
Date: Fri, 16 Dec 2022 17:04:16 -0500 | ||
Message-ID: <CADc-_xaLB2FeVQ7mNsoX+NJb_7hAJhBKa_zet-rtgPGenj0uVw@mail.gmail.com> | ||
Subject: Test Email | ||
From: Matthew Robinson <mrobinson@unstructured.io> | ||
To: Matthew Robinson <mrobinson@unstructured.io> | ||
Content-Type: multipart/alternative; boundary="00000000000095c9b205eff92630" | ||
|
||
--00000000000095c9b205eff92630 | ||
Content-Type: text/plain; charset="UTF-8" | ||
This is a test email to use for unit tests. | ||
Important points: | ||
- Roses are red | ||
- Violets are blue | ||
--00000000000095c9b205eff92630 | ||
Content-Type: text/html; charset="UTF-8" | ||
|
||
<div dir="ltr"><div>This is a test email to use for unit tests.</div><div><br></div><div>Important points:</div><div><ul><li>Roses are red</li><li>Violets are blue</li></ul></div></div> | ||
|
||
--00000000000095c9b205eff92630-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.4.3-dev0" # pragma: no cover | ||
__version__ = "0.4.3-dev1" # pragma: no cover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters