File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ Key features:
11
11
12
12
* Good for validating email addresses used for logins/identity.
13
13
* Friendly error messages when validation fails (appropriate to show to end users).
14
- * Checks deliverability: Does the domain name resolve?
15
- * Supports internationalized domain names and, with a flag, internationalized local parts.
16
- * Normalizes email addresses (super import for internationalized addresses).
14
+ * (optionally) Checks deliverability: Does the domain name resolve?
15
+ * Supports internationalized domain names and (optionally) internationalized local parts.
16
+ * Normalizes email addresses (super important for internationalized addresses! see below ).
17
17
18
- The library is NOT for validation of an email's To: line (e.g.
18
+ The library is NOT for validation of the To: line in an email message (e.g.
19
19
``My Name <my@address.com> ``), which `flanker <https://github.com/mailgun/flanker >`__
20
20
is more appropriate for. And this library does NOT permit obsolete
21
21
forms of email addresses, so if you need strict validation against the
You can’t perform that action at this time.
0 commit comments