summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport the fix r18239 to 3.4-stable (#31503).Go MAEDA2019-06-101-0/+11
* Merged r17630 from trunk to 3.4-stable (#28576).Go MAEDA2018-11-241-0/+15
* Merged r17432 from trunk to 3.4-stable (#29191).Go MAEDA2018-07-061-2/+3
* Merged r17147 to 3.4-stable (#27885).Jean-Philippe Lang2018-01-071-0/+8
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* code layout cleanup test/unit/mail_handler_test.rbToshi MARUYAMA2017-06-191-10/+23
* allow unicode whitespace after mail handler body delimiters (#17718)Toshi MARUYAMA2017-06-061-1/+1
* Changes the digest used for attachments to SHA256 (#25240).Jean-Philippe Lang2017-04-031-5/+5
* Allow to set multiple values in emails for list custom fields (#16549).Jean-Philippe Lang2017-03-081-1/+4
* Emails with no text or html Content not handled properly (#25269, #25256).Jean-Philippe Lang2017-03-071-0/+5
* Mail parts with empty content should be ignored (#25256).Jean-Philippe Lang2017-03-051-0/+5
* additional test for mail by Pavel Rosický (#24616)Toshi MARUYAMA2017-01-281-0/+10
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-0/+19
* When creating issues by receiving an email, watchers created via CC in the ma...Jean-Philippe Lang2016-07-091-2/+3
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-0/+11
* "I don't want to be notified of changes that I make myself" as Default for al...Jean-Philippe Lang2016-04-031-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* add test which ensure received mail text attachment keeps original encoding (...Toshi MARUYAMA2016-03-041-0/+16
* Add watchers from To and Cc fields in issue replies (#7017).Jean-Philippe Lang2016-01-221-1/+23
* Allow a default version to be set on the command line for incoming emails (#7...Jean-Philippe Lang2015-11-011-0/+11
* Makes project selection by subaddress optional (#20732).Jean-Philippe Lang2015-10-191-1/+2
* MailHandler: Select project by subaddress (redmine+project@example.com) (#207...Jean-Philippe Lang2015-10-171-0/+13
* Moved notification assertion to its own test.Jean-Philippe Lang2015-10-171-5/+11
* Removed duplicate test case.Jean-Philippe Lang2015-10-171-17/+0
* Deliveries already cleared in #setup.Jean-Philippe Lang2015-10-171-4/+0
* Not testing nested set.Jean-Philippe Lang2015-10-171-5/+0
* Mail Handler: add support for allow_override=all (#20543).Jean-Philippe Lang2015-10-171-5/+44
* Mail handler: no attributes overridable by default (#20543).Jean-Philippe Lang2015-10-171-7/+12
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-5/+25
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+7
* Mail handler should not ignore emails with x-auto-response-suppress header (#...Jean-Philippe Lang2015-04-111-1/+0
* add missing fixturesToshi MARUYAMA2015-01-181-0/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-0/+11
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* ignore X-Autoreply mails (#15999, #13425)Toshi MARUYAMA2014-12-121-1/+2
* Misc tests.Jean-Philippe Lang2014-12-081-0/+6
* Drop shoulda.Jean-Philippe Lang2014-11-301-1/+1
* Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).Jean-Philippe Lang2014-11-141-0/+24
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-40/+21
* Ignore email keywords after truncation line (#8758).Jean-Philippe Lang2014-09-201-0/+14
* only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)Toshi MARUYAMA2014-07-021-2/+14
* add "Auto-Submitted: auto-forwarded" to ignore mail test (#16190)Toshi MARUYAMA2014-07-021-1/+2
* add test of issue id in sending mail when issue is created by mail (#17078)Toshi MARUYAMA2014-06-301-0/+1
* Set default start date on issues created by email if default_issue_start_date...Jean-Philippe Lang2014-04-261-13/+23
* 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/+11
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* adjust tests to awesome_nested_set new node lft and rgt value behavior changeToshi MARUYAMA2014-01-241-2/+4
* Rails4: replace deprecated Relation#first with finder options at MailHandlerTestToshi MARUYAMA2014-01-091-3/+2