]> source.dussan.org Git - redmine.git/commit
Optional Regex delimiters to truncate incoming emails (#5864).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 13 Dec 2016 18:46:29 +0000 (18:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 13 Dec 2016 18:46:29 +0000 (18:46 +0000)
commitf30462595e83f512cd5f29246a4542773595a224
tree56eb7ce08ea5a8c6e0c21806e067c8c652e652b9
parent3186130966cea85d842faf5c038006f8fb40bb61
Optional Regex delimiters to truncate incoming emails (#5864).

git-svn-id: http://svn.redmine.org/redmine/trunk@16065 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/controllers/settings_controller.rb
app/helpers/settings_helper.rb
app/models/mail_handler.rb
app/models/setting.rb
app/views/settings/_mail_handler.html.erb
app/views/settings/edit.html.erb
config/locales/en.yml
config/locales/fr.yml
config/settings.yml
test/fixtures/mail_handler/ticket_reply_from_mail.eml [new file with mode: 0644]
test/functional/settings_controller_test.rb
test/unit/mail_handler_test.rb