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
/
mail_handler.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Cleanup debug code in app/models/mail_handler.rb (#39184).
Go MAEDA
2023-10-12
1
-1
/
+1
*
Receive e-mail replies to news and news comments (#38274).
Go MAEDA
2023-03-26
1
-0
/
+35
*
Add LockedTopic exception to MailHandler (#38273).
Go MAEDA
2023-03-26
1
-1
/
+2
*
Add MissingContainer exception to MailHandler (#38273).
Go MAEDA
2023-03-26
1
-6
/
+7
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Try importing journal replies as issue reply where applicable (#38263).
Go MAEDA
2023-02-27
1
-6
/
+5
*
Update Mail gem to 2.8 (#37993).
Go MAEDA
2023-02-05
1
-6
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Setting @--no-permission-check@ in the mail receiver should not allow creatin...
Marius Balteanu
2022-06-16
1
-3
/
+17
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Append two spaces to lines when importing an email on CommonMark with hardbre...
Marius Balteanu
2021-10-03
1
-0
/
+3
*
Mail handler bypasses add_issue_notes permission (#35045).
Go MAEDA
2021-04-25
1
-2
/
+1
*
MailHandler raises NameError exception when generating error message (#35100).
Go MAEDA
2021-04-22
1
-2
/
+2
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Allow newlines and quote characters within mail body delimiters (#34794).
Go MAEDA
2021-03-09
1
-1
/
+12
*
add empty line after guard clause to app/models/mail_handler.rb
Toshi MARUYAMA
2020-11-05
1
-0
/
+4
*
add space after comma to app/models/mail_handler.rb
Toshi MARUYAMA
2020-10-03
1
-1
/
+1
*
remove spaces inside {} of app/models/mail_handler.rb
Toshi MARUYAMA
2020-10-03
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/mail_handl...
Toshi MARUYAMA
2019-11-08
1
-8
/
+12
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/mail_...
Toshi MARUYAMA
2019-10-19
1
-31
/
+33
*
fix MailHandler#assign_string_attribute_with_limit is not private
Toshi MARUYAMA
2019-10-17
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_hand...
Toshi MARUYAMA
2019-10-14
1
-1
/
+1
*
svn propdel svn:executable app/models/mail_handler.rb
Toshi MARUYAMA
2019-09-26
1
-0
/
+0
*
Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...
Go MAEDA
2019-09-19
1
-21
/
+34
*
CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rb
Go MAEDA
2019-08-27
1
-1
/
+1
*
Improve MailHandler logging for unauthorized attempts (#31899).
Go MAEDA
2019-08-27
1
-4
/
+4
*
Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).
Go MAEDA
2019-08-25
1
-1
/
+1
*
Fix "Undefined local variable sender_email" error in MailHandler#receive_mess...
Go MAEDA
2019-06-10
1
-1
/
+1
*
Remove trailing whitespaces from app (#31506).
Go MAEDA
2019-06-06
1
-1
/
+1
*
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
*
Allows setting the private flag via mail keyword (#31324).
Go MAEDA
2019-05-09
1
-1
/
+29
*
Use safe navigation operator (#30457).
Go MAEDA
2019-04-20
1
-31
/
+15
*
MailHandler.safe_receive does not output any error log (#30457).
Go MAEDA
2019-04-20
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-2
/
+2
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
1
-3
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Parse author's name enclosed in parentheses in the From field when creating a...
Go MAEDA
2019-03-03
1
-6
/
+3
*
Option to parse HTML part of multipart (HTML) emails first (#30838).
Go MAEDA
2019-03-03
1
-7
/
+14
*
Mail handler does not ignore emails sent from emission email address if Setti...
Go MAEDA
2019-02-18
1
-1
/
+2
*
Reverts r17862.
Go MAEDA
2019-02-18
1
-1
/
+1
*
Fix: Mail handler does not ignore emails sent from emission email address if ...
Go MAEDA
2019-02-12
1
-1
/
+1
*
Adding an issue note via email fails due to NoMethodError (#30455).
Jean-Philippe Lang
2019-01-19
1
-1
/
+1
*
Fix: Attachments are added even if validation fails when updating an issue vi...
Go MAEDA
2018-11-23
1
-1
/
+1
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-1
/
+1
*
Fix: Allow to set no_notification option when receiving emails via IMAP or PO...
Go MAEDA
2018-07-06
1
-1
/
+1
*
Allow setting "Parent issue" attribute in emails (#27070).
Go MAEDA
2018-04-24
1
-1
/
+2
[next]