summaryrefslogtreecommitdiff
path: root/users/app/models/email.rb
AgeCommit message (Collapse)Author
2013-09-26Since local part of email is case sensitive, want to allow remote email ↵jessib
addresses with uppercase letters in local part.
2013-09-23This ensures that email addresses contain only lowercase letters, and that ↵jessib
an identity's destination is a valid Email.
2013-09-05Move handle method to Email model and have it work for local and non-local ↵jessib
emails.
2013-07-24validations of email format and local domain moved overAzul
2013-07-24testing all versions of emial identities, emails are now stringsAzul
2013-01-18more flexible email partialAzul
2013-01-17unit tests passingAzul
2012-12-17enabled destroying email aliases - no ajax yet.Azul
2012-12-13refactor: Email constructor now takes string or hashAzul
This allows us to reuse add_email from email_aliases_attributes=
2012-12-12find users by email and aliasesAzul
2012-12-10email format validationsAzul
2012-12-10created generic Email class and use it with EmailAliasesAzul