jarektkaczyk / eloquence

Extensions for the Eloquent ORM
http://softonsofa.com
MIT License
1.09k stars 142 forks source link

Just a small remark: that strtolower on email is a VeryBadExample(tm) #253

Closed HenkPoley closed 4 years ago

HenkPoley commented 5 years ago

Used here: https://github.com/jarektkaczyk/eloquence/wiki/Mutable

Since the local-part (before the @) of an email is in principle defined as case-sensitive.

See RFC 5321 2.4.

The local-part of a mailbox MUST BE treated as case sensitive.

jarektkaczyk commented 4 years ago

thanks, PR to readme would be perfect!