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
*
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
*
Fix indent (#27025).
Go MAEDA
2018-03-03
1
-1
/
+1
*
Optional regex for filtering attachments on incoming emails (#27025).
Go MAEDA
2018-03-03
1
-0
/
+4
*
Empty email attachments are imported to Redmine, creating broken DB records (...
Jean-Philippe Lang
2018-01-07
1
-0
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
allow unicode whitespace after mail handler body delimiters (#17718)
Toshi MARUYAMA
2017-06-06
1
-1
/
+1
*
Prevent clash with Rails 5.1 Mailer class.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
Emails with no text or html Content not handled properly (#25269, #25256).
Jean-Philippe Lang
2017-03-07
1
-2
/
+8
*
Mail parts with empty content should be ignored (#25256).
Jean-Philippe Lang
2017-03-05
1
-10
/
+10
*
Optional Regex delimiters to truncate incoming emails (#5864).
Jean-Philippe Lang
2016-12-13
1
-2
/
+11
*
Ability to define a default assigned_to when receiving emails (#23020).
Jean-Philippe Lang
2016-06-18
1
-1
/
+1
*
Adds Issue#allowed_target_trackers (#7839).
Jean-Philippe Lang
2016-05-30
1
-5
/
+8
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
fix received mail text attachment does not keep original encoding on Ruby >= ...
Toshi MARUYAMA
2016-03-04
1
-1
/
+1
*
Don't check permission to add watchers if no_permission_check option is set (...
Jean-Philippe Lang
2016-01-22
1
-1
/
+1
*
Add watchers from To and Cc fields in issue replies (#7017).
Jean-Philippe Lang
2016-01-22
1
-2
/
+7
*
Fixed that some mail handler log messages are not prepended with "MailHandler...
Jean-Philippe Lang
2015-11-14
1
-2
/
+2
*
Allow a default version to be set on the command line for incoming emails (#7...
Jean-Philippe Lang
2015-11-01
1
-1
/
+1
*
Makes project selection by subaddress optional (#20732).
Jean-Philippe Lang
2015-10-19
1
-2
/
+6
*
MailHandler: Select project by subaddress (redmine+project@example.com) (#207...
Jean-Philippe Lang
2015-10-17
1
-1
/
+17
*
Mail Handler: add support for allow_override=all (#20543).
Jean-Philippe Lang
2015-10-17
1
-5
/
+8
*
Mail handler: no attributes overridable by default (#20543).
Jean-Philippe Lang
2015-10-17
1
-13
/
+9
*
Moved implementation to Principal.
Jean-Philippe Lang
2015-08-15
1
-21
/
+1
*
Fixed that #find_assignee_from_keyword may return a group with blank keyword ...
Jean-Philippe Lang
2015-08-15
1
-0
/
+2
*
#downcase no longer needed after r14484 (#20369).
Jean-Philippe Lang
2015-08-15
1
-1
/
+1
*
use String#casecmp for case insensitive comparison (#20369)
Toshi MARUYAMA
2015-08-12
1
-6
/
+7
*
Strip leading spaces to prevent lines from being rendered as pre tags.
Jean-Philippe Lang
2015-06-16
1
-1
/
+8
*
Better handle html-only emails (#16962).
Jean-Philippe Lang
2015-06-15
1
-7
/
+9
*
Adds private issue option to receiving emails (#8424).
Jean-Philippe Lang
2015-05-10
1
-0
/
+4
*
Use accessor method.
Jean-Philippe Lang
2015-04-26
1
-1
/
+1
*
Don't use a class variable for mail handler options.
Jean-Philippe Lang
2015-04-26
1
-27
/
+33
*
Removed invalid sanitizer in MailHandler (#19537).
Jean-Philippe Lang
2015-04-25
1
-4
/
+0
*
Mail handler should not ignore emails with x-auto-response-suppress header (#...
Jean-Philippe Lang
2015-04-11
1
-1
/
+0
*
Ignore auto reply messages from Exchange server (#19322).
Jean-Philippe Lang
2015-03-14
1
-1
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
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
-1
/
+1
[next]