zendframework / zend-validator

Validator component from Zend Framework
BSD 3-Clause "New" or "Revised" License
181 stars 136 forks source link

EmailAddress - validateInternationalizedLocalPart method optional? #233

Closed Buzka91 closed 6 years ago

Buzka91 commented 6 years ago

With RFC 6532 extends atext to include non-ascii utf in local part of e-mail, we started have problems with Amazon SES, with not allow chars other than 7-bit ASCII characters: Amazon SES API docs

Shouldn't it be optional to validate such characters?