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
/
fixtures
/
mail_handler
Commit message (
Expand
)
Author
Age
Files
Lines
*
svn propset svn:eol-style native to fixtures (#12399)
Toshi MARUYAMA
2012-11-21
4
-106
/
+106
*
fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...
Toshi MARUYAMA
2012-11-21
4
-0
/
+106
*
Fixed that MailHandler raises an error when email has no subject header (#123...
Jean-Philippe Lang
2012-11-18
1
-0
/
+10
*
fix receiving mail subject broken which does not begin with encoding name (#1...
Toshi MARUYAMA
2012-11-16
1
-0
/
+7
*
add test of receiving mail subject begins with encoding name (#12375)
Toshi MARUYAMA
2012-11-16
1
-0
/
+7
*
Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).
Jean-Philippe Lang
2012-06-10
1
-0
/
+11
*
set svn:eol-style native test/fixtures/mail_handler/ticket_with_long_subject.eml
Toshi MARUYAMA
2012-03-11
1
-57
/
+57
*
set svn:eol-style native test/fixtures/mail_handler/ticket_with_invalid_attri...
Toshi MARUYAMA
2012-03-11
1
-47
/
+47
*
set svn:eol-style native test/fixtures/mail_handler/ticket_with_attachment.eml
Toshi MARUYAMA
2012-03-11
1
-248
/
+248
*
set svn:eol-style native test/fixtures/mail_handler/ticket_reply.eml
Toshi MARUYAMA
2012-03-11
1
-74
/
+74
*
set svn:eol-style native test/fixtures/mail_handler/ticket_on_given_project.eml
Toshi MARUYAMA
2012-03-11
1
-60
/
+60
*
set svn:eol-style native test/fixtures/mail_handler/ticket_by_unknown_user.eml
Toshi MARUYAMA
2012-03-11
1
-18
/
+18
*
set svn:eol-style native test/fixtures/mail_handler/ticket_by_empty_user.eml
Toshi MARUYAMA
2012-03-11
1
-17
/
+17
*
set svn:eol-style native test/fixtures/mail_handler/issue_update_with_quoted_...
Toshi MARUYAMA
2012-03-11
1
-48
/
+48
*
set svn:eol-style native test/fixtures/mail_handler/issue_update_with_multipl...
Toshi MARUYAMA
2012-03-11
1
-48
/
+48
*
set svn:eol-style native test/fixtures/mail_handler/ticket_with_localized_att...
Toshi MARUYAMA
2012-03-11
1
-43
/
+43
*
MailHandler: fixed that sender's fullname is not unquoted (#10334).
Jean-Philippe Lang
2012-03-01
1
-0
/
+5
*
Fixed: attachments from Apple Mail not added by mail handler (#8651).
Jean-Philippe Lang
2011-07-29
1
-0
/
+240
*
Fixed: Setting issue attributes from mail should be case-insensitive (#8759).
Jean-Philippe Lang
2011-07-09
1
-3
/
+3
*
Fixed: Tracker reset to default when replying to an issue email (#7197).
Jean-Philippe Lang
2010-12-29
1
-1
/
+1
*
MailHandler: ignore assignee if invalid.
Jean-Philippe Lang
2010-11-14
1
-0
/
+1
*
Makes MailHandler ignore invalid keyword values to avoid validation failures.
Jean-Philippe Lang
2010-11-12
1
-0
/
+46
*
Makes MailHandler accept localized keywords for default or user language (#61...
Jean-Philippe Lang
2010-11-12
1
-0
/
+43
*
Makes MailHandler accept all issue attributes and custom fields that can be s...
Jean-Philippe Lang
2010-11-12
2
-0
/
+4
*
Remove email quotes (>) when searching for incoming email delimiters. #2852 #...
Eric Davis
2010-11-02
2
-0
/
+96
*
Truncate incoming email subject lines to 255 characters. #5698
Eric Davis
2010-06-20
1
-0
/
+57
*
Accept email from anonymous users with an empty from address. #5604
Eric Davis
2010-06-19
1
-0
/
+17
*
Add an "Assigned To" keyword to receiving email. #5594
Eric Davis
2010-05-29
2
-0
/
+3
*
Add 'Start date' and 'End date' keywords for incoming email. #5595
Eric Davis
2010-05-28
2
-1
/
+5
*
Adds a test with Japanese keywords in a ISO-2002-JP encoded email (#4576).
Jean-Philippe Lang
2010-01-17
1
-0
/
+60
*
Adds a setting to remove incoming emails body after a delimiter (#4409).
Jean-Philippe Lang
2009-12-23
1
-1
/
+13
*
Ignore emails received from the application emission address to avoid hell cy...
Jean-Philippe Lang
2009-11-08
1
-0
/
+19
*
Added missing fixture file from r2837 (#3731)
Eric Davis
2009-08-13
1
-0
/
+43
*
Ability to accept incoming emails from unknown users (#2230, #3003).
Jean-Philippe Lang
2009-06-14
1
-0
/
+18
*
Fixed: MailHandler raises an error when processing an email without From head...
Jean-Philippe Lang
2009-03-06
1
-0
/
+40
*
Accept replies to forum messages by subject recognition (#1616).
Jean-Philippe Lang
2009-01-21
1
-0
/
+13
*
Allow email to reply to a forum message (#1616).
Jean-Philippe Lang
2009-01-19
1
-0
/
+15
*
Use In-Reply-To and References headers to handle replies by email.
Jean-Philippe Lang
2009-01-19
1
-1
/
+2
*
Import custom fields values from emails (#2413).
Jean-Philippe Lang
2008-12-30
1
-0
/
+41
*
Mail handler: strip tags when receiving a html-only email (#2312).
Jean-Philippe Lang
2008-12-14
1
-0
/
+22
*
Adds To and Cc as watchers when submitting an issue by email (#2245).
Jean-Philippe Lang
2008-11-30
1
-0
/
+40
*
Makes email address case-insensitive in MailHandler (#2032).
Jean-Philippe Lang
2008-10-16
1
-2
/
+2
*
Added the "Status:" keyword to the MailHandler for setting and changing an Is...
Eric Davis
2008-08-20
2
-0
/
+76
*
Mail handler: more control over issue attributes (#1110).
Jean-Philippe Lang
2008-07-06
1
-0
/
+43
*
Adds basic support for issue creation via email (#1110).
Jean-Philippe Lang
2008-06-22
4
-14
/
+362
*
Added a test for the mail handler.
Jean-Philippe Lang
2007-05-09
1
-0
/
+14