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
/
test
/
unit
/
mail_handler_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
2024-12-11
1
-10
/
+0
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Receive e-mail replies to news and news comments (#38274).
Go MAEDA
2023-03-26
1
-1
/
+35
*
Add MissingContainer exception to MailHandler (#38273).
Go MAEDA
2023-03-26
1
-3
/
+3
*
Try importing journal replies as issue reply where applicable (#38263).
Go MAEDA
2023-02-27
1
-0
/
+15
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+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
-0
/
+29
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Allow addition/removal of subtasks to show in parent's history (#6033).
Go MAEDA
2021-11-08
1
-4
/
+13
*
Mail handler bypasses add_issue_notes permission (#35045).
Go MAEDA
2021-04-25
1
-2
/
+4
*
MailHandler raises NameError exception when generating error message (#35100).
Go MAEDA
2021-04-22
1
-0
/
+17
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
fix source indent of test/unit/mail_handler_test.rb
Toshi MARUYAMA
2020-12-03
1
-19
/
+28
*
fix source indent of test/unit/mail_handler_test.rb
Toshi MARUYAMA
2020-11-29
1
-1
/
+1
*
shorten long line of MailHandlerTest#test_email_with_long_subject_line
Toshi MARUYAMA
2020-11-26
1
-1
/
+7
*
fix source indent of MailHandlerTest
Toshi MARUYAMA
2020-10-27
1
-175
/
+220
*
remove spaces inside {} of MailHandlerTest
Toshi MARUYAMA
2020-08-09
1
-3
/
+3
*
add space after comma to MailHandlerTest
Toshi MARUYAMA
2020-08-09
1
-2
/
+2
*
add S/MIME signature mail test (#31593)
Toshi MARUYAMA
2020-06-03
1
-0
/
+16
*
remove unneeded literal interpolation from MailHandlerTest
Toshi MARUYAMA
2020-06-03
1
-1
/
+1
*
use "assert_not" instead of "refute" at MailHandlerTest#test_add_issue_with_p...
Toshi MARUYAMA
2020-06-03
1
-1
/
+1
*
add parentheses to nested method call in MailHandlerTest#test_safe_receive_sh...
Toshi MARUYAMA
2020-06-03
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in test/unit/mail_handler_test.rb
Toshi MARUYAMA
2019-11-05
1
-12
/
+15
*
code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rb
Toshi MARUYAMA
2019-10-09
1
-1
/
+0
*
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Go MAEDA
2019-10-04
1
-0
/
+7
*
add missing fixtures to MailHandlerTest (#31946)
Toshi MARUYAMA
2019-09-24
1
-0
/
+1
*
Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...
Go MAEDA
2019-09-19
1
-0
/
+31
*
Change textfield to textarea for "Exclude attachments by name" (#19903).
Go MAEDA
2019-09-18
1
-1
/
+1
*
Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).
Go MAEDA
2019-08-25
1
-6
/
+8
*
Reverts r18245 (#31582, #31365).
Go MAEDA
2019-06-20
1
-11
/
+0
*
Issue subject may be broken if the subject field is split into multiple lines...
Jean-Philippe Lang
2019-06-10
1
-0
/
+11
*
Fix "Undefined local variable sender_email" error in MailHandler#receive_mess...
Go MAEDA
2019-06-10
1
-0
/
+11
*
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
-0
/
+15
*
Support frozen_string_literal in test/**/*.rb (#26561).
Go MAEDA
2019-03-21
1
-1
/
+1
*
Decode hexadecimal-encoded literals in order to be frozen string literals fri...
Go MAEDA
2019-03-19
1
-31
/
+17
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
1
-2
/
+0
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Test for r17914 (#17699).
Go MAEDA
2019-03-03
1
-0
/
+14
*
Option to parse HTML part of multipart (HTML) emails first (#30838).
Go MAEDA
2019-03-03
1
-0
/
+11
*
Mail handler does not ignore emails sent from emission email address if Setti...
Go MAEDA
2019-02-18
1
-7
/
+16
*
Test failure.
Jean-Philippe Lang
2018-12-13
1
-1
/
+1
*
Test failure.
Jean-Philippe Lang
2018-12-13
1
-1
/
+1
*
Fix: Attachments are added even if validation fails when updating an issue vi...
Go MAEDA
2018-11-23
1
-0
/
+15
*
Ensure that vendor-defined characters in ISO-2022-JP email subject don't brea...
Go MAEDA
2018-10-15
1
-0
/
+14
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-0
/
+1
*
Send individual emails for each mail recipient (#26791).
Jean-Philippe Lang
2018-10-06
1
-5
/
+6
[next]