OSDN Git Service

Adds a simple API and a standalone script that can be used to forward emails from...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 25 Jun 2008 19:25:28 +0000 (19:25 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 25 Jun 2008 19:25:28 +0000 (19:25 +0000)
commit25bba80c9eb112b8ded40d2baf9f202c79d4e2ad
tree12be06ddc7c8af57a853531ea630ee3230f70c1a
parent4d6f50d3febff0e9cbbab158d39b2d8c0375c6a7
Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine (#1110).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1584 e93f8b46-1217-0410-a6f0-8f06a7374b81
36 files changed:
app/controllers/mail_handler_controller.rb [new file with mode: 0644]
app/helpers/mail_handler_helper.rb [new file with mode: 0644]
app/helpers/settings_helper.rb
app/models/mail_handler.rb
app/views/settings/_mail_handler.rhtml [new file with mode: 0644]
config/settings.yml
extra/mail_handler/rdm-mailhandler.rb [new file with mode: 0644]
lang/bg.yml
lang/cs.yml
lang/da.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/hu.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/no.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/th.yml
lang/uk.yml
lang/zh-tw.yml
lang/zh.yml
public/javascripts/application.js
test/functional/mail_handler_controller_test.rb [new file with mode: 0644]