summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r20970 from trunk to 4.1-stable (#35045).Go MAEDA2021-04-251-2/+4
* Merged r20959 from trunk to 4.1-stable (#35100).Go MAEDA2021-04-221-0/+17
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/mail_handler_test.rbToshi MARUYAMA2019-11-051-12/+15
* code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rbToshi MARUYAMA2019-10-091-1/+0
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-0/+7
* add missing fixtures to MailHandlerTest (#31946)Toshi MARUYAMA2019-09-241-0/+1
* Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...Go MAEDA2019-09-191-0/+31
* Change textfield to textarea for "Exclude attachments by name" (#19903).Go MAEDA2019-09-181-1/+1
* Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).Go MAEDA2019-08-251-6/+8
* Reverts r18245 (#31582, #31365).Go MAEDA2019-06-201-11/+0
* Issue subject may be broken if the subject field is split into multiple lines...Jean-Philippe Lang2019-06-101-0/+11
* Fix "Undefined local variable sender_email" error in MailHandler#receive_mess...Go MAEDA2019-06-101-0/+11
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* Allows setting the private flag via mail keyword (#31324).Go MAEDA2019-05-091-0/+15
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-31/+17
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Test for r17914 (#17699).Go MAEDA2019-03-031-0/+14
* Option to parse HTML part of multipart (HTML) emails first (#30838).Go MAEDA2019-03-031-0/+11
* Mail handler does not ignore emails sent from emission email address if Setti...Go MAEDA2019-02-181-7/+16
* Test failure.Jean-Philippe Lang2018-12-131-1/+1
* Test failure.Jean-Philippe Lang2018-12-131-1/+1
* Fix: Attachments are added even if validation fails when updating an issue vi...Go MAEDA2018-11-231-0/+15
* Ensure that vendor-defined characters in ISO-2022-JP email subject don't brea...Go MAEDA2018-10-151-0/+14
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-0/+1
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-5/+6
* Fix: Allow to set no_notification option when receiving emails via IMAP or PO...Go MAEDA2018-07-061-2/+3
* Allow setting "Parent issue" attribute in emails (#27070).Go MAEDA2018-04-241-1/+5
* Optional regex for filtering attachments on incoming emails (#27025).Go MAEDA2018-03-031-0/+10
* Empty email attachments are imported to Redmine, creating broken DB records (...Jean-Philippe Lang2018-01-071-0/+8
* add test that anonymous user can add watchers by mail (#26654)Toshi MARUYAMA2017-09-071-0/+4
* 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