summaryrefslogtreecommitdiffstats
path: root/app/models/mailer.rb
Commit message (Expand)AuthorAgeFilesLines
* Include attachment filename in "File added" email notification subject (#41450).Go MAEDA2024-10-201-1/+4
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-2/+2
* Add project identifier to List-Id header in notification emails (#13359).Go MAEDA2024-07-261-3/+12
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-231-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Style/HashEachMethods (#39887).Go MAEDA2023-12-201-1/+1
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-2/+2
* Replace request_store with ActiveSupport::CurrentAttributes (#39110).Marius Balteanu2023-11-211-0/+8
* Add X-Redmine-Issue-Priority headers to issue notification mails (#2746).Go MAEDA2023-05-131-0/+2
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-111-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-3/+4
* Mailer.with_synched_deliveries doesn't correctly detect other async Queue ada...Go MAEDA2022-01-121-3/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-7/+0
* X-Redmine-Issue-Assignee email header field is empty when the assignee of an ...Go MAEDA2021-05-181-5/+14
* Fix sending mail with DeliveryJob is deprecated (#29914, #32908).Go MAEDA2021-04-011-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of app/models/mailer.rbToshi MARUYAMA2020-12-111-14/+24
* Fix wrong comment for Mailer.deliver_account_activated (#34166).Go MAEDA2020-10-251-2/+2
* fix source indent of app/models/mailer.rbToshi MARUYAMA2020-07-211-3/+5
* Add a link to the issues list in a reminder email (#33099).Go MAEDA2020-03-071-1/+7
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/mailer.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/models/mailer.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/mailer.rbToshi MARUYAMA2019-11-221-0/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/models/mailer.rbToshi MARUYAMA2019-11-081-5/+6
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/maile...Toshi MARUYAMA2019-10-191-22/+25
* code cleanup: rubocop: fix Layout/CommentIndentation in app/models/mailer.rbToshi MARUYAMA2019-10-191-2/+2
* Add additional mail headers for issue tracker (#31910).Go MAEDA2019-09-121-0/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* Show the total number of open issues in a reminder (#31104).Go MAEDA2019-04-181-1/+3
* Don't raise an exception when the emission email address is not RFC compliant...Go MAEDA2019-04-081-6/+15
* Code cleanup: use safe navigation operator in app/models/mailer.rbGo MAEDA2019-04-061-3/+3
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-5/+5
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Issue emails cannot be threaded by some mailers due to inconsistent Message-I...Go MAEDA2019-03-041-10/+16
* "View all issues" link in email reminders points to issues list which does no...Go MAEDA2019-03-031-1/+1
* New setting to include the status changes in issue mail notifications subject...Go MAEDA2019-02-281-2/+5
* Daylight savings causes inconsistency of Message-Id (#13888).Go MAEDA2019-02-191-1/+1
* Show author's name in the From field of email notifications (#5913).Go MAEDA2019-02-151-2/+10
* Sort issues by due date in email reminders (#29771).Go MAEDA2018-11-061-0/+1
* Remove trailing whitespaces from app/models/mailer.rbGo MAEDA2018-11-061-1/+1
* Removes method_missing override (#26791).Jean-Philippe Lang2018-10-101-9/+0
* Replaces remaining #deliver with #deliver_later (#26791).Jean-Philippe Lang2018-10-101-3/+3
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-351/+218
* Fixed that test_email raises an error with #deliver_later (#26791).Jean-Philippe Lang2018-10-061-41/+4
* Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...Jean-Philippe Lang2018-10-061-1/+38
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-108/+405