From aba00610736ed968a4147f36df566b2f9e4e2e3f Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Sun, 30 Mar 2025 11:03:06 +0200 Subject: [PATCH] small tweak to docs and website, mentioning EIA in the context of internalized email --- README.md | 2 +- website/features/index.md | 10 ++++++---- website/index.md | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32fb56c..979fc77 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See Quickstart below to get started. (similar to greylisting). Rejected emails are stored in a mailbox called Rejects for a short period, helping with misclassified legitimate synchronous signup/login/transactional emails. -- Internationalized email, with unicode in email address usernames +- Internationalized email (EIA), with unicode in email address usernames ("localparts"), and in domain names (IDNA). - Automatic TLS with ACME, for use with Let's Encrypt and other CA's. - DANE and MTA-STS for inbound and outbound delivery over SMTP with STARTTLS, diff --git a/website/features/index.md b/website/features/index.md index 28f7397..020607b 100644 --- a/website/features/index.md +++ b/website/features/index.md @@ -340,10 +340,12 @@ lets you call the method. Originally, email addresses were ASCII-only. An email address consists of a "localpart", an "@" and a domain name. Only ASCII was allowed in message -headers. With internationalized email, localparts can be in UTF-8, domains can -use internationalized domain names (IDN/IDNA: unicode names with both an UTF-8 -encoding, and an ASCII encoding for use in DNS with domains starting with -"xn--"), and message headers are allowed to contain UTF-8 as well. +headers. With internationalized email (EIA), localparts can be in UTF-8, domains +can use internationalized domain names (IDN/IDNA: unicode names with both an +UTF-8 encoding, and an ASCII encoding for use in DNS with domains starting with +"xn--"), and message headers are allowed to contain UTF-8 as well. The SMTPUTF8 +extension allows transferring internationalized messages. The IMAP UTF8=ACCEPT +extension provides access to the messages. With internationalized email, users of scripts not representable in ASCII can use their native scripts for their email addresses. diff --git a/website/index.md b/website/index.md index 4d6fd70..97f2b30 100644 --- a/website/index.md +++ b/website/index.md @@ -4,7 +4,7 @@ Complete email solution : For sending and receiving email. With support for IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE and DNSSEC, reputation-based -and content-based junk filtering, Internationalization (IDNA), automatic TLS +and content-based junk filtering, Internationalization (EIA/IDNA), automatic TLS with ACME and Let's Encrypt, account autoconfiguration, webmail. Quick & easy