| Commit message (Expand) | Author | Age | Files | Lines |
* | add test which ensure received mail text attachment keeps original encoding (... | Toshi MARUYAMA | 2016-03-04 | 1 | -0/+31 |
* | Add watchers from To and Cc fields in issue replies (#7017). | Jean-Philippe Lang | 2016-01-22 | 1 | -0/+19 |
* | MailHandler: Select project by subaddress (redmine+project@example.com) (#207... | Jean-Philippe Lang | 2015-10-17 | 1 | -0/+60 |
* | Better handle html-only emails (#16962). | Jean-Philippe Lang | 2015-06-15 | 3 | -1/+1033 |
* | Ignore email keywords after truncation line (#8758). | Jean-Philippe Lang | 2014-09-20 | 3 | -9/+61 |
* | fix newline of fixture (#16122) | Toshi MARUYAMA | 2014-02-18 | 1 | -6/+6 |
* | 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/+19 |
* | support more character encoding in incoming emails (#15785) | Toshi MARUYAMA | 2014-01-01 | 1 | -0/+14 |
* | Fixed that text/plain attachments are added to issue description (#15684). | Jean-Philippe Lang | 2013-12-18 | 1 | -0/+7 |
* | Fix handling multiple text parts in email (#13646). | Jean-Philippe Lang | 2013-05-12 | 1 | -0/+55 |
* | Fixed that validation fails when receiving an email with list custom fields (... | Jean-Philippe Lang | 2012-12-13 | 1 | -0/+1 |
* | 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 |