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
*
When creating issues by receiving an email, watchers created via CC in the ma...
Jean-Philippe Lang
2016-07-09
1
-2
/
+3
*
Ability to define a default assigned_to when receiving emails (#23020).
Jean-Philippe Lang
2016-06-18
1
-0
/
+11
*
"I don't want to be notified of changes that I make myself" as Default for al...
Jean-Philippe Lang
2016-04-03
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
add test which ensure received mail text attachment keeps original encoding (...
Toshi MARUYAMA
2016-03-04
1
-0
/
+16
*
Add watchers from To and Cc fields in issue replies (#7017).
Jean-Philippe Lang
2016-01-22
1
-1
/
+23
*
Allow a default version to be set on the command line for incoming emails (#7...
Jean-Philippe Lang
2015-11-01
1
-0
/
+11
*
Makes project selection by subaddress optional (#20732).
Jean-Philippe Lang
2015-10-19
1
-1
/
+2
*
MailHandler: Select project by subaddress (redmine+project@example.com) (#207...
Jean-Philippe Lang
2015-10-17
1
-0
/
+13
*
Moved notification assertion to its own test.
Jean-Philippe Lang
2015-10-17
1
-5
/
+11
*
Removed duplicate test case.
Jean-Philippe Lang
2015-10-17
1
-17
/
+0
*
Deliveries already cleared in #setup.
Jean-Philippe Lang
2015-10-17
1
-4
/
+0
*
Not testing nested set.
Jean-Philippe Lang
2015-10-17
1
-5
/
+0
*
Mail Handler: add support for allow_override=all (#20543).
Jean-Philippe Lang
2015-10-17
1
-5
/
+44
*
Mail handler: no attributes overridable by default (#20543).
Jean-Philippe Lang
2015-10-17
1
-7
/
+12
*
Better handle html-only emails (#16962).
Jean-Philippe Lang
2015-06-15
1
-5
/
+25
*
Adds private issue option to receiving emails (#8424).
Jean-Philippe Lang
2015-05-10
1
-0
/
+7
*
Mail handler should not ignore emails with x-auto-response-suppress header (#...
Jean-Philippe Lang
2015-04-11
1
-1
/
+0
*
add missing fixtures
Toshi MARUYAMA
2015-01-18
1
-0
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-0
/
+11
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
ignore X-Autoreply mails (#15999, #13425)
Toshi MARUYAMA
2014-12-12
1
-1
/
+2
*
Misc tests.
Jean-Philippe Lang
2014-12-08
1
-0
/
+6
*
Drop shoulda.
Jean-Philippe Lang
2014-11-30
1
-1
/
+1
*
Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).
Jean-Philippe Lang
2014-11-14
1
-0
/
+24
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-40
/
+21
*
Ignore email keywords after truncation line (#8758).
Jean-Philippe Lang
2014-09-20
1
-0
/
+14
*
only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)
Toshi MARUYAMA
2014-07-02
1
-2
/
+14
*
add "Auto-Submitted: auto-forwarded" to ignore mail test (#16190)
Toshi MARUYAMA
2014-07-02
1
-1
/
+2
*
add test of issue id in sending mail when issue is created by mail (#17078)
Toshi MARUYAMA
2014-06-30
1
-0
/
+1
*
Set default start date on issues created by email if default_issue_start_date...
Jean-Philippe Lang
2014-04-26
1
-13
/
+23
*
add test of gmail ISO-8859-2 mail receiving (#16122)
Toshi MARUYAMA
2014-02-18
1
-0
/
+11
*
add test of quoted printable UTF-8 mail reviving (#14675)
Toshi MARUYAMA
2014-02-17
1
-0
/
+11
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
adjust tests to awesome_nested_set new node lft and rgt value behavior change
Toshi MARUYAMA
2014-01-24
1
-2
/
+4
*
Rails4: replace deprecated Relation#first with finder options at MailHandlerTest
Toshi MARUYAMA
2014-01-09
1
-3
/
+2
*
support more character encoding in incoming emails (#15785)
Toshi MARUYAMA
2014-01-01
1
-0
/
+17
*
Fixed that text/plain attachments are added to issue description (#15684).
Jean-Philippe Lang
2013-12-18
1
-1
/
+9
*
Exclude attachments from incoming emails based on file name (#3413).
Jean-Philippe Lang
2013-09-29
1
-0
/
+18
*
Use the default project when receiving an email with an invalid project keywo...
Jean-Philippe Lang
2013-07-29
1
-0
/
+9
*
Fix handling multiple text parts in email (#13646).
Jean-Philippe Lang
2013-05-12
1
-0
/
+7
*
Adds a method for extracting MailHandler options from ENV.
Jean-Philippe Lang
2013-05-04
1
-0
/
+13
*
Mail handler: set mail_notification to only_my_events when creating a new use...
Jean-Philippe Lang
2013-03-11
1
-0
/
+1
*
Mail handler: adds --no-notification option to disable notifications to the c...
Jean-Philippe Lang
2013-03-03
1
-0
/
+13
*
Mail handler: adds --no-account-notice option for not sending account informa...
Jean-Philippe Lang
2013-03-03
1
-0
/
+16
*
Mail handler: adds --default-group option to add created user to one or more ...
Jean-Philippe Lang
2013-03-03
1
-0
/
+16
*
Use User#generate_password in MailHandler.
Jean-Philippe Lang
2013-02-23
1
-8
/
+0
*
Removing shoulda context.
Jean-Philippe Lang
2013-02-03
1
-59
/
+41
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
[next]