View Source Antikythera.Email (antikythera v0.5.1)
Email address format, defined in RFC5321, and RFC5322. There are some differences from original RFCs for simplicity:
- Leading, trailing and/or consecutive '.'s in local parts are allowed.
- Double-quoted local parts are not allowed.
- '[]'-enclosed IP address literals in domain parts are not allowed.
- Total length of domain parts are not limited to 255.
Summary
Types
@type t() :: String.t()