]> source.dussan.org Git - redmine.git/commit
Remove email quotes (>) when searching for incoming email delimiters. #2852 #6628
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 2 Nov 2010 19:00:31 +0000 (19:00 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 2 Nov 2010 19:00:31 +0000 (19:00 +0000)
commit0395eb99decaac54dc8acf6162b3129893341be0
tree134bc8837aab44633bfd8d5375c10c2c97912196
parenta04d64881cca1f741437cb57e44f3434bd8a7eb1
Remove email quotes (>) when searching for incoming email delimiters. #2852 #6628

Changes the email truncation so a delimiter can be prefixed by email
quotes or spaces ("> Eric said...").  This will let it be combined with
a "--- Reply above ---" delimiter to match "> --- Reply above ---"

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