Adds a length check on validating email addresses, as per [RFC 5321](https://datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1), quoting here: > [4.5.3.1.1](https://datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1.1). Local-part > > The maximum total length of a user name or other local-part is 64 > octets. > > [4.5.3.1.2](https://datatracker.ietf.org/doc/html/rfc5321#section-4.5.3.1.2). Domain > > The maximum total length of a domain name or number is 255 octets. |
||
|---|---|---|
| .. | ||
| src | ||
| auth-notes | ||
| pom.xml | ||