]> source.dussan.org Git - redmine.git/commit
Better handle html-only emails (#16962).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 15 Jun 2015 21:16:42 +0000 (21:16 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 15 Jun 2015 21:16:42 +0000 (21:16 +0000)
commit3ae42cb32617670cb6c99a60f5cda2cf961d110c
tree2348af8e781435538aed5517b0c2087432b42c78
parent7fb35abd10e3da24188f0f4325d4ba001687ebac
Better handle html-only emails (#16962).

git-svn-id: http://svn.redmine.org/redmine/trunk@14313 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
Gemfile
app/models/mail_handler.rb
lib/redmine.rb
lib/redmine/wiki_formatting.rb
lib/redmine/wiki_formatting/html_parser.rb [new file with mode: 0644]
lib/redmine/wiki_formatting/markdown/html_parser.rb [new file with mode: 0644]
lib/redmine/wiki_formatting/textile/html_parser.rb [new file with mode: 0644]
test/fixtures/mail_handler/outlook_2010_html_only.eml [new file with mode: 0644]
test/fixtures/mail_handler/outlook_web_access_2010_html_only.eml [new file with mode: 0644]
test/fixtures/mail_handler/ticket_html_only.eml
test/unit/lib/redmine/wiki_formatting/html_parser_test.rb [new file with mode: 0644]
test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb [new file with mode: 0644]
test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb [new file with mode: 0644]
test/unit/mail_handler_test.rb