gitlab-org--gitlab-foss/lib/gitlab/email/handler
Lin Jen-Shin 176fa21cb7 raise UnknownIncomingEmail when there's no mail_key:
So that we don't have to pretend that CreateNoteHandler
could handle a nil mail_key. Also, since NilClass#=~ would
just return nil for any regular expression, we could just
match it without checking nilness.

Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3363#note_12566407
2016-06-20 19:15:54 +08:00
..
base_handler.rb Use keyword args to be more clear: 2016-06-20 19:11:42 +08:00
create_issue_handler.rb Use keyword args to be more clear: 2016-06-20 19:11:42 +08:00
create_note_handler.rb raise UnknownIncomingEmail when there's no mail_key: 2016-06-20 19:15:54 +08:00