]> source.dussan.org Git - redmine.git/commit
Fixed that MailHandler raises an error when email has no subject header (#12396).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Nov 2012 23:09:45 +0000 (23:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Nov 2012 23:09:45 +0000 (23:09 +0000)
commita829bfa75578e7025272de9371e81192ab651fa7
tree6c68e0b3018c69ea3b99cf094ce1ec005f9f3c18
parentf232f56d97408a8677ee505081d2852d32f12a31
Fixed that MailHandler raises an error when email has no subject header (#12396).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10850 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/mail_handler.rb
test/fixtures/mail_handler/no_subject_header.eml [new file with mode: 0644]
test/unit/mail_handler_test.rb