Enriched text is a topic that has captured the attention of millions of people around the world. Since its inception, it has generated extensive debate and controversy, and has been the subject of numerous studies and research. In this article, we will explore in detail the impact of Enriched text on today's society, analyzing its different facets and the implications it has for different areas. Additionally, we will examine how it has evolved over time and current trends that point towards its growth or decline. Enriched text undoubtedly continues to be a relevant and constantly evolving topic, and it is essential to understand its scope and influence in today's world.
Internet media type |
text/enriched |
---|---|
Type of format | Formatted text format |
Standard | RFC 1896 |
Enriched text is a formatted text format for email, defined by the IETF in RFC 1896 and associated with the text/enriched
MIME type which is defined in RFC 1563.
It is "intended to facilitate the wider interoperation of simple enriched text across a wide variety of hardware and software platforms". As of 2012, enriched text remained almost unknown in email traffic, while HTML email is widely used.[citation needed] Enriched text, or at least the subset of HTML that can be transformed into enriched text, is seen as preferable to full HTML for use with email (mainly because of security considerations).[1][2]
A predecessor of this MIME type was called text/richtext
in RFC 1341 and RFC 1521. Neither should be confused with Rich Text Format (RTF, MIME type text/rtf
or application/rtf
) which are unrelated specifications, devised by Microsoft.
A single newline in enriched text is treated as a space. Formatting commands are in the same style as SGML and HTML. They must be balanced and nested.
Enriched text is a supported format of Emacs,[3] Mutt,[4] Mulberry and Netscape Communicator.
Code | Output |
---|---|
<bold>Hello, <italic>world!</italic></bold>
|
Hello, world! |
<color><param>red</param>Blood</color> is <bold>thicker</bold> than
<color><param>blue</param>water</color>.
<paraindent><param>left</param><italic>-- Well-known proverb
</italic></paraindent>
|
Blood is thicker than water.
|