-
- Downloads
Merge branch '1363-redo-mailroom-support' into 'master'
Redo internals of Incoming Mail Support See merge request !9385
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- changelogs/unreleased/1363-redo-mailroom-support.yml 4 additions, 0 deletionschangelogs/unreleased/1363-redo-mailroom-support.yml
- config/mail_room.yml 1 addition, 4 deletionsconfig/mail_room.yml
- lib/tasks/gitlab/check.rake 5 additions, 2 deletionslib/tasks/gitlab/check.rake
- spec/config/mail_room_spec.rb 2 additions, 2 deletionsspec/config/mail_room_spec.rb
- spec/fixtures/config/mail_room_disabled.yml 0 additions, 0 deletionsspec/fixtures/config/mail_room_disabled.yml
- spec/fixtures/config/mail_room_enabled.yml 0 additions, 0 deletionsspec/fixtures/config/mail_room_enabled.yml
Loading
| @@ -333,7 +333,7 @@ gem 'newrelic_rpm', '~> 3.16' | Loading
| @@ -333,7 +333,7 @@ gem 'newrelic_rpm', '~> 3.16' |
gem 'octokit', '~> 4.6.2' | gem 'octokit', '~> 4.6.2' | ||
gem 'mail_room', '~> 0.9.0' | gem 'mail_room', '~> 0.9.1' | ||
gem 'email_reply_trimmer', '~> 0.1' | gem 'email_reply_trimmer', '~> 0.1' | ||
gem 'html2text' | gem 'html2text' | ||
Loading
| Loading
|
File moved
Please register or sign in to comment