Merge branch 'reply-by-email' into 'master'
Reply by email Fixes #1360. It's far from done, but _it works_. See merge request !1173
Showing
... | @@ -272,3 +272,7 @@ end | ... | @@ -272,3 +272,7 @@ end |
gem "newrelic_rpm" | gem "newrelic_rpm" | ||
gem 'octokit', '3.7.0' | gem 'octokit', '3.7.0' | ||
gem "mail_room", "~> 0.4.0" | |||
gem 'email_reply_parser' |
app/mailers/base_mailer.rb
0 → 100644
bin/mail_room
0 → 100755
config/mail_room.yml.example
0 → 100644
doc/reply_by_email/README.md
0 → 100644
lib/gitlab/email/receiver.rb
0 → 100644
lib/gitlab/reply_by_email.rb
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment