summaryrefslogtreecommitdiffstats
path: root/test/fixtures/mail_handler
Commit message (Expand)AuthorAgeFilesLines
* Fix mistakenly tampered fixture file (#27070).Go MAEDA2018-04-241-1/+1
* Allow setting "Parent issue" attribute in emails (#27070).Go MAEDA2018-04-241-0/+1
* Empty email attachments are imported to Redmine, creating broken DB records (...Jean-Philippe Lang2018-01-071-0/+58
* add test that anonymous user can add watchers by mail (#26654)Toshi MARUYAMA2017-09-071-0/+1
* allow unicode whitespace after mail handler body delimiters (#17718)Toshi MARUYAMA2017-06-061-3/+3
* Allow to set multiple values in emails for list custom fields (#16549).Jean-Philippe Lang2017-03-081-0/+1
* Emails with no text or html Content not handled properly (#25269, #25256).Jean-Philippe Lang2017-03-071-0/+35
* Mail parts with empty content should be ignored (#25256).Jean-Philippe Lang2017-03-051-0/+36
* additional test for mail by Pavel Rosický (#24616)Toshi MARUYAMA2017-01-281-0/+14
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-0/+35
* add test which ensure received mail text attachment keeps original encoding (...Toshi MARUYAMA2016-03-041-0/+31
* Add watchers from To and Cc fields in issue replies (#7017).Jean-Philippe Lang2016-01-221-0/+19
* MailHandler: Select project by subaddress (redmine+project@example.com) (#207...Jean-Philippe Lang2015-10-171-0/+60
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-153-1/+1033
* Ignore email keywords after truncation line (#8758).Jean-Philippe Lang2014-09-203-9/+61
* fix newline of fixture (#16122)Toshi MARUYAMA2014-02-181-6/+6
* add test of gmail ISO-8859-2 mail receiving (#16122)Toshi MARUYAMA2014-02-181-0/+11
* add test of quoted printable UTF-8 mail reviving (#14675)Toshi MARUYAMA2014-02-171-0/+19
* support more character encoding in incoming emails (#15785)Toshi MARUYAMA2014-01-011-0/+14
* Fixed that text/plain attachments are added to issue description (#15684).Jean-Philippe Lang2013-12-181-0/+7
* Fix handling multiple text parts in email (#13646).Jean-Philippe Lang2013-05-121-0/+55
* Fixed that validation fails when receiving an email with list custom fields (...Jean-Philippe Lang2012-12-131-0/+1
* svn propset svn:eol-style native to fixtures (#12399)Toshi MARUYAMA2012-11-214-106/+106
* fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...Toshi MARUYAMA2012-11-214-0/+106
* Fixed that MailHandler raises an error when email has no subject header (#123...Jean-Philippe Lang2012-11-181-0/+10
* fix receiving mail subject broken which does not begin with encoding name (#1...Toshi MARUYAMA2012-11-161-0/+7
* add test of receiving mail subject begins with encoding name (#12375)Toshi MARUYAMA2012-11-161-0/+7
* Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).Jean-Philippe Lang2012-06-101-0/+11
* set svn:eol-style native test/fixtures/mail_handler/ticket_with_long_subject.emlToshi MARUYAMA2012-03-111-57/+57
* set svn:eol-style native test/fixtures/mail_handler/ticket_with_invalid_attri...Toshi MARUYAMA2012-03-111-47/+47
* set svn:eol-style native test/fixtures/mail_handler/ticket_with_attachment.emlToshi MARUYAMA2012-03-111-248/+248
* set svn:eol-style native test/fixtures/mail_handler/ticket_reply.emlToshi MARUYAMA2012-03-111-74/+74
* set svn:eol-style native test/fixtures/mail_handler/ticket_on_given_project.emlToshi MARUYAMA2012-03-111-60/+60
* set svn:eol-style native test/fixtures/mail_handler/ticket_by_unknown_user.emlToshi MARUYAMA2012-03-111-18/+18
* set svn:eol-style native test/fixtures/mail_handler/ticket_by_empty_user.emlToshi MARUYAMA2012-03-111-17/+17
* set svn:eol-style native test/fixtures/mail_handler/issue_update_with_quoted_...Toshi MARUYAMA2012-03-111-48/+48
* set svn:eol-style native test/fixtures/mail_handler/issue_update_with_multipl...Toshi MARUYAMA2012-03-111-48/+48
* set svn:eol-style native test/fixtures/mail_handler/ticket_with_localized_att...Toshi MARUYAMA2012-03-111-43/+43
* MailHandler: fixed that sender's fullname is not unquoted (#10334).Jean-Philippe Lang2012-03-011-0/+5
* Fixed: attachments from Apple Mail not added by mail handler (#8651).Jean-Philippe Lang2011-07-291-0/+240
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-091-3/+3
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-1/+1
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-141-0/+1
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-121-0/+46
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-121-0/+43
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-122-0/+4
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-022-0/+96
* Truncate incoming email subject lines to 255 characters. #5698Eric Davis2010-06-201-0/+57
* Accept email from anonymous users with an empty from address. #5604Eric Davis2010-06-191-0/+17
* Add an "Assigned To" keyword to receiving email. #5594Eric Davis2010-05-292-0/+3