]> source.dussan.org Git - redmine.git/commit
Added a simple mail handler.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 9 May 2007 18:46:43 +0000 (18:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 9 May 2007 18:46:43 +0000 (18:46 +0000)
commit42193960f2f442e19e044ae0d999fb1a48094b6f
treec423a381580a0d32c6f2049ce08cc04ad87f5c9b
parent98d08439dce68eabd47d2427fa2652e16b27ab6f
Added a simple mail handler.

It lets users add notes to an existing issue by replying to the initial notification email.
Permissions are checked in the same way as in the application (the user is identified by its mail address).

Information about configuring the application so that it receives emails can be found here:
http://wiki.rubyonrails.com/rails/pages/HowToReceiveEmailsWithActionMailer

RedMine mail hander is MailHandler#receive

git-svn-id: http://redmine.rubyforge.org/svn/trunk@523 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/mail_handler.rb [new file with mode: 0644]