OSDN Git Service

Adds basic support for issue creation via email (#1110).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 22 Jun 2008 10:45:03 +0000 (10:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 22 Jun 2008 10:45:03 +0000 (10:45 +0000)
commita01f976b4cfa4a72deed2d12e9b4b5e897de30ef
tree5a8e74a962a9bed4f935cc25d657f14d09a3ae7c
parentbb1edda6e803c6a91fbcb7941fd619eb55be8d32
Adds basic support for issue creation via email (#1110).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1568 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/mail_handler.rb
lib/tasks/email.rake [new file with mode: 0644]
test/fixtures/enabled_modules.yml
test/fixtures/enumerations.yml
test/fixtures/mail_handler/add_note_to_issue.txt [deleted file]
test/fixtures/mail_handler/ticket_on_given_project.eml [new file with mode: 0644]
test/fixtures/mail_handler/ticket_reply.eml [new file with mode: 0644]
test/fixtures/mail_handler/ticket_with_attachment.eml [new file with mode: 0644]
test/unit/mail_handler_test.rb