summaryrefslogtreecommitdiff
path: root/test/unit/request_handlers/local_email_handler_test.rb
AgeCommit message (Collapse)Author
2016-08-29refactor: split EmailHandler in 3Azul
InvalidEmailHandler - handle emails with an invalid format LocalEmailHandler - handle emails on the local domain EmailHandler - handle all other emails by using hkp This is a preparation to add leap provider email lookup and remove hkp eventually. But for now we keep the behaviour the same and only refactor.