summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merged r21641 to 5.0-stable (#37187). Marius Balteanu2022-06-171-0/+29
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-4/+13
* Mail handler bypasses add_issue_notes permission (#35045).Go MAEDA2021-04-251-2/+4
* MailHandler raises NameError exception when generating error message (#35100).Go MAEDA2021-04-221-0/+17
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of test/unit/mail_handler_test.rbToshi MARUYAMA2020-12-031-19/+28
* fix source indent of test/unit/mail_handler_test.rbToshi MARUYAMA2020-11-291-1/+1
* shorten long line of MailHandlerTest#test_email_with_long_subject_lineToshi MARUYAMA2020-11-261-1/+7
* fix source indent of MailHandlerTestToshi MARUYAMA2020-10-271-175/+220
* remove spaces inside {} of MailHandlerTestToshi MARUYAMA2020-08-091-3/+3
* add space after comma to MailHandlerTestToshi MARUYAMA2020-08-091-2/+2
* add S/MIME signature mail test (#31593)Toshi MARUYAMA2020-06-031-0/+16
* remove unneeded literal interpolation from MailHandlerTestToshi MARUYAMA2020-06-031-1/+1
* use "assert_not" instead of "refute" at MailHandlerTest#test_add_issue_with_p...Toshi MARUYAMA2020-06-031-1/+1
* add parentheses to nested method call in MailHandlerTest#test_safe_receive_sh...Toshi MARUYAMA2020-06-031-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* 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