summaryrefslogtreecommitdiffstats
path: root/app/models/mailer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-071-2/+7
* Remove unused method Mailer#mylogger (#28028).Go MAEDA2018-02-111-4/+0
* Fix typo in error message when target version was not found (#28024).Go MAEDA2018-01-241-1/+1
* Replace tabs with spaces (#26333).Toshi MARUYAMA2017-07-041-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Prevent clash with Rails 5.1 Mailer class.Jean-Philippe Lang2017-06-031-4/+4
* Send reminders about visible issues only (#25713).Jean-Philippe Lang2017-05-131-1/+4
* Don't send a notification to the dummy email address of the default admin acc...Jean-Philippe Lang2016-05-081-0/+5
* Adds a specific string for password changed notification (#21421).Jean-Philippe Lang2016-05-081-2/+1
* Adds instance name to the security notification subject (#21421).Jean-Philippe Lang2016-03-201-2/+2
* Let the mailer set the email content (#21421).Jean-Philippe Lang2016-03-201-0/+10
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Send a notification when security settings are changed (#21421).Jean-Philippe Lang2016-02-051-0/+16
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+14
* add roadie-rails gem for e-mail inline styles (#8335, #20641)Toshi MARUYAMA2015-08-311-0/+3
* Mail handler should not ignore emails with x-auto-response-suppress header (#...Jean-Philippe Lang2015-04-111-1/+1
* Incorrect links generated in emails if host setup uses other port (#19323).Jean-Philippe Lang2015-03-141-1/+10
* Raise an error if version is not found (#18983).Jean-Philippe Lang2015-02-071-2/+5
* Allow filtering of Redmine Reminders by Version (#18983).Jean-Philippe Lang2015-02-071-0/+3
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-2/+3
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-22/+49
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1