mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 01:48:15 +03:00
small tweak to docs and website, mentioning EIA in the context of internalized email
This commit is contained in:
parent
cc5e3165ea
commit
aba0061073
@ -19,7 +19,7 @@ See Quickstart below to get started.
|
|||||||
(similar to greylisting). Rejected emails are stored in a mailbox called Rejects
|
(similar to greylisting). Rejected emails are stored in a mailbox called Rejects
|
||||||
for a short period, helping with misclassified legitimate synchronous
|
for a short period, helping with misclassified legitimate synchronous
|
||||||
signup/login/transactional emails.
|
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).
|
("localparts"), and in domain names (IDNA).
|
||||||
- Automatic TLS with ACME, for use with Let's Encrypt and other CA's.
|
- 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,
|
- DANE and MTA-STS for inbound and outbound delivery over SMTP with STARTTLS,
|
||||||
|
@ -340,10 +340,12 @@ lets you call the method.
|
|||||||
|
|
||||||
Originally, email addresses were ASCII-only. An email address consists of a
|
Originally, email addresses were ASCII-only. An email address consists of a
|
||||||
"localpart", an "@" and a domain name. Only ASCII was allowed in message
|
"localpart", an "@" and a domain name. Only ASCII was allowed in message
|
||||||
headers. With internationalized email, localparts can be in UTF-8, domains can
|
headers. With internationalized email (EIA), localparts can be in UTF-8, domains
|
||||||
use internationalized domain names (IDN/IDNA: unicode names with both an UTF-8
|
can use internationalized domain names (IDN/IDNA: unicode names with both an
|
||||||
encoding, and an ASCII encoding for use in DNS with domains starting with
|
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.
|
"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
|
With internationalized email, users of scripts not representable in ASCII can
|
||||||
use their native scripts for their email addresses.
|
use their native scripts for their email addresses.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Complete email solution
|
Complete email solution
|
||||||
: For sending and receiving email. With support for IMAP4, SMTP, SPF, DKIM,
|
: For sending and receiving email. With support for IMAP4, SMTP, SPF, DKIM,
|
||||||
DMARC, MTA-STS, DANE and DNSSEC, reputation-based
|
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.
|
with ACME and Let's Encrypt, account autoconfiguration, webmail.
|
||||||
|
|
||||||
Quick & easy
|
Quick & easy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user