Eduardo Gulias Davis
Eduardo Gulias Davis
There are no interfaces nor abstract classes to easily extend the bundle. I have to provide an API for that in the form of interfaces or abstract classes
Requested in #193 by @jrchamp Relevant RFC section https://tools.ietf.org/html/rfc5322#section-3.4
Fix #13 Thanks @ea234 for reporting.
There are a lot of warnings all of them into class constants of EmailParser. Some of them have a value used for comparison (like RFC5322_LOCAL_TOOLONG), but most of them don't....
Tests (and parsing, which is currently commented) for valid and invalid TLD domain in emails.
Every time an invalid character is found at any part of the email an exception is thrown. Currently the message in the exception is a port from the old is_email...
Would be nice to have some performance tests also against filter_var.
Improve the code to allow more generic DoctrineCollections to be paginated