index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
mailer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include attachment filename in "File added" email notification subject (#41450).
Go MAEDA
2024-10-20
1
-1
/
+4
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
1
-2
/
+2
*
Add project identifier to List-Id header in notification emails (#13359).
Go MAEDA
2024-07-26
1
-3
/
+12
*
Fix RuboCop offense Style/SuperArguments (#39887).
Go MAEDA
2024-05-23
1
-2
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Fix RuboCop offense Style/HashEachMethods (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
1
-2
/
+2
*
Replace request_store with ActiveSupport::CurrentAttributes (#39110).
Marius Balteanu
2023-11-21
1
-0
/
+8
*
Add X-Redmine-Issue-Priority headers to issue notification mails (#2746).
Go MAEDA
2023-05-13
1
-0
/
+2
*
Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
1
-3
/
+4
*
Mailer.with_synched_deliveries doesn't correctly detect other async Queue ada...
Go MAEDA
2022-01-12
1
-3
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).
Marius Balteanu
2021-08-01
1
-7
/
+0
*
X-Redmine-Issue-Assignee email header field is empty when the assignee of an ...
Go MAEDA
2021-05-18
1
-5
/
+14
*
Fix sending mail with DeliveryJob is deprecated (#29914, #32908).
Go MAEDA
2021-04-01
1
-3
/
+3
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of app/models/mailer.rb
Toshi MARUYAMA
2020-12-11
1
-14
/
+24
*
Fix wrong comment for Mailer.deliver_account_activated (#34166).
Go MAEDA
2020-10-25
1
-2
/
+2
*
fix source indent of app/models/mailer.rb
Toshi MARUYAMA
2020-07-21
1
-3
/
+5
*
Add a link to the issues list in a reminder email (#33099).
Go MAEDA
2020-03-07
1
-1
/
+7
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/mailer.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/models/mailer.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/mailer.rb
Toshi MARUYAMA
2019-11-22
1
-0
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/mailer.rb
Toshi MARUYAMA
2019-11-08
1
-5
/
+6
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/maile...
Toshi MARUYAMA
2019-10-19
1
-22
/
+25
*
code cleanup: rubocop: fix Layout/CommentIndentation in app/models/mailer.rb
Toshi MARUYAMA
2019-10-19
1
-2
/
+2
*
Add additional mail headers for issue tracker (#31910).
Go MAEDA
2019-09-12
1
-0
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-1
/
+1
*
Show the total number of open issues in a reminder (#31104).
Go MAEDA
2019-04-18
1
-1
/
+3
*
Don't raise an exception when the emission email address is not RFC compliant...
Go MAEDA
2019-04-08
1
-6
/
+15
*
Code cleanup: use safe navigation operator in app/models/mailer.rb
Go MAEDA
2019-04-06
1
-3
/
+3
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-5
/
+5
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Issue emails cannot be threaded by some mailers due to inconsistent Message-I...
Go MAEDA
2019-03-04
1
-10
/
+16
*
"View all issues" link in email reminders points to issues list which does no...
Go MAEDA
2019-03-03
1
-1
/
+1
*
New setting to include the status changes in issue mail notifications subject...
Go MAEDA
2019-02-28
1
-2
/
+5
*
Daylight savings causes inconsistency of Message-Id (#13888).
Go MAEDA
2019-02-19
1
-1
/
+1
*
Show author's name in the From field of email notifications (#5913).
Go MAEDA
2019-02-15
1
-2
/
+10
*
Sort issues by due date in email reminders (#29771).
Go MAEDA
2018-11-06
1
-0
/
+1
*
Remove trailing whitespaces from app/models/mailer.rb
Go MAEDA
2018-11-06
1
-1
/
+1
*
Removes method_missing override (#26791).
Jean-Philippe Lang
2018-10-10
1
-9
/
+0
*
Replaces remaining #deliver with #deliver_later (#26791).
Jean-Philippe Lang
2018-10-10
1
-3
/
+3
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-351
/
+218
*
Fixed that test_email raises an error with #deliver_later (#26791).
Jean-Philippe Lang
2018-10-06
1
-41
/
+4
*
Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...
Jean-Philippe Lang
2018-10-06
1
-1
/
+38
*
Send individual emails for each mail recipient (#26791).
Jean-Philippe Lang
2018-10-06
1
-108
/
+405
[next]