small tweak to docs and website, mentioning EIA in the context of internalized email

This commit is contained in:
Mechiel Lukkien 2025-03-30 11:03:06 +02:00
parent cc5e3165ea
commit aba0061073
No known key found for this signature in database
3 changed files with 8 additions and 6 deletions

View File

@ -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,

View File

@ -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.

View File

@ -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