EmailValidation 1.0.8
A simple (but correct) .NET class for validating email addresses.
Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x).
No packages depend on EmailValidation.
* Fixed the validator to allow email addresses up to 254 characters (instead of 253).
* Fixed the IPv6 literal parser.
* Fixed validator to disallow control characters in local-parts.
* Fixed the EmailAttribute.IsValid() method to allow a null ValidationContext.
.NET Framework 4.5.2
- No dependencies.
.NET 5.0
- System.ComponentModel.Annotations (>= 4.3.0)
.NET 6.0
- System.ComponentModel.Annotations (>= 4.3.0)
.NET Standard 2.0
- System.ComponentModel.Annotations (>= 4.3.0)
.NET Standard 2.1
- System.ComponentModel.Annotations (>= 4.3.0)