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
*
MailHandler: ignore assignee if invalid.
Jean-Philippe Lang
2010-11-14
1
-1
/
+4
*
Makes MailHandler ignore invalid keyword values to avoid validation failures.
Jean-Philippe Lang
2010-11-12
1
-6
/
+7
*
Makes MailHandler accept localized keywords for default or user language (#61...
Jean-Philippe Lang
2010-11-12
1
-2
/
+17
*
Makes MailHandler accept all issue attributes and custom fields that can be s...
Jean-Philippe Lang
2010-11-12
1
-46
/
+43
*
Remove email quotes (>) when searching for incoming email delimiters. #2852 #...
Eric Davis
2010-11-02
1
-1
/
+1
*
Truncate incoming email subject lines to 255 characters. #5698
Eric Davis
2010-06-20
1
-1
/
+1
*
Accept email from anonymous users with an empty from address. #5604
Eric Davis
2010-06-19
1
-1
/
+1
*
Add an "Assigned To" keyword to receiving email. #5594
Eric Davis
2010-05-29
1
-1
/
+14
*
Add 'Start date' and 'End date' keywords for incoming email. #5595
Eric Davis
2010-05-28
1
-3
/
+10
*
Fixed: subject of incoming emails gets mangled (#3717).
Jean-Philippe Lang
2009-12-26
1
-1
/
+0
*
Fixes delimiters regexp.
Jean-Philippe Lang
2009-12-23
1
-1
/
+1
*
Adds a setting to remove incoming emails body after a delimiter (#4409).
Jean-Philippe Lang
2009-12-23
1
-3
/
+18
*
Adds a 'no_permission_check' option to the MailHandler.
Jean-Philippe Lang
2009-12-19
1
-5
/
+17
*
Allow [#id] as subject to reply by email (#3653).
Jean-Philippe Lang
2009-11-11
1
-2
/
+2
*
Ignore emails received from the application emission address to avoid hell cy...
Jean-Philippe Lang
2009-11-08
1
-3
/
+9
*
Fixes MailHandler for ruby1.9.
Jean-Philippe Lang
2009-10-10
1
-2
/
+3
*
Email handler: set a default issue subject if the email subject is blank (#38...
Jean-Philippe Lang
2009-09-12
1
-0
/
+3
*
Allow spaces between the keyword and colon in incoming mail. (#3731)
Eric Davis
2009-08-12
1
-1
/
+1
*
Ability to accept incoming emails from unknown users (#2230, #3003).
Jean-Philippe Lang
2009-06-14
1
-5
/
+43
*
Changed Enumerations to use a Single Table Inheritance
Eric Davis
2009-05-30
1
-1
/
+1
*
Added observers to watch model objects for mail delivery instead of calling M...
Eric Davis
2009-03-28
1
-5
/
+2
*
Fixed: MailHandler raises an error when processing an email without From head...
Jean-Philippe Lang
2009-03-06
1
-1
/
+1
*
Fixed that MailHandler#plain_text_body was returning nil if there was nothing...
Jean-Philippe Lang
2009-02-23
1
-0
/
+1
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-0
/
+5
*
Strip keywords from received email body (#2436).
Jean-Philippe Lang
2009-02-09
1
-4
/
+11
*
Accept replies to forum messages by subject recognition (#1616).
Jean-Philippe Lang
2009-01-21
1
-2
/
+5
*
Allow email to reply to a forum message (#1616).
Jean-Philippe Lang
2009-01-19
1
-0
/
+18
*
Use In-Reply-To and References headers to handle replies by email.
Jean-Philippe Lang
2009-01-19
1
-3
/
+22
*
Import custom fields values from emails (#2413).
Jean-Philippe Lang
2008-12-30
1
-2
/
+9
*
Mail handler: add watchers before sending notification (#2245).
Jean-Philippe Lang
2008-12-28
1
-3
/
+2
*
Mail handler: strip tags when receiving a html-only email (#2312).
Jean-Philippe Lang
2008-12-14
1
-11
/
+21
*
Make use of User.find_by_mail
Jean-Philippe Lang
2008-12-12
1
-1
/
+1
*
Replaces User.find_active with a named scope.
Jean-Philippe Lang
2008-11-30
1
-2
/
+2
*
Adds To and Cc as watchers when submitting an issue by email (#2245).
Jean-Philippe Lang
2008-11-30
1
-0
/
+16
*
Mail handler: check workflow for status set/change.
Jean-Philippe Lang
2008-11-30
1
-4
/
+11
*
Fixed: broken subject when submitting issue via email written in japanese (Pa...
Jean-Philippe Lang
2008-11-07
1
-1
/
+1
*
Makes email address case-insensitive in MailHandler (#2032).
Jean-Philippe Lang
2008-10-16
1
-1
/
+1
*
Added the "Status:" keyword to the MailHandler for setting and changing an Is...
Eric Davis
2008-08-20
1
-1
/
+9
*
Mail handler: more control over issue attributes (#1110).
Jean-Philippe Lang
2008-07-06
1
-11
/
+22
*
Adds a simple API and a standalone script that can be used to forward emails ...
Jean-Philippe Lang
2008-06-25
1
-1
/
+1
*
Fixes reply attachments handling.
Jean-Philippe Lang
2008-06-22
1
-1
/
+1
*
Adds basic support for issue creation via email (#1110).
Jean-Philippe Lang
2008-06-22
1
-14
/
+108
*
Merged 0.6 branch into trunk.
Jean-Philippe Lang
2007-08-29
1
-1
/
+1
*
Added a test for the mail handler.
Jean-Philippe Lang
2007-05-09
1
-3
/
+3
*
Added a simple mail handler.
Jean-Philippe Lang
2007-05-09
1
-0
/
+40