mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-06 08:31:46 +00:00
11 lines
679 B
Plaintext
11 lines
679 B
Plaintext
![]() |
From: sender@example.com
|
||
|
To: recipient@example.com
|
||
|
Date: Tue, 01 Oct 2024 12:34:56 -0500
|
||
|
Subject: Example RFC 822 Email
|
||
|
|
||
|
This is an RFC 822 email message.
|
||
|
|
||
|
An RFC 822 message is characterized by its simple, text-based format, which includes a header and a body. The header contains structured fields such as "From", "To", "Date", and "Subject", each followed by a colon and the corresponding information. The body follows the header, separated by a blank line, and contains the main content of the email.
|
||
|
|
||
|
The structure ensures compatibility and readability across different email systems and clients, adhering to the standards set by the Internet Engineering Task Force (IETF).
|