| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed that validation fails when receiving an email with list custom fields (... | Jean-Philippe Lang | 2012-12-13 | 1 | -2/+2 |
* | fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai... | Toshi MARUYAMA | 2012-11-21 | 1 | -0/+74 |
* | Fixed that MailHandler raises an error when email has no subject header (#123... | Jean-Philippe Lang | 2012-11-18 | 1 | -0/+9 |
* | replace non ASCII characters to hexadecimals at unit mail handler test | Toshi MARUYAMA | 2012-11-16 | 1 | -1/+3 |
* | fix receiving mail subject broken which does not begin with encoding name (#1... | Toshi MARUYAMA | 2012-11-16 | 1 | -0/+11 |
* | add test of receiving mail subject begins with encoding name (#12375) | Toshi MARUYAMA | 2012-11-16 | 1 | -0/+11 |
* | Private issue notes (#1554). | Jean-Philippe Lang | 2012-10-03 | 1 | -0/+15 |
* | MailHandler: Match assignee on the full display name (#11552). | Jean-Philippe Lang | 2012-08-26 | 1 | -0/+10 |
* | Fixed: Custom fields of type version not proper handled in receiving e-mails ... | Jean-Philippe Lang | 2012-08-06 | 1 | -0/+12 |
* | Tests should not change settings. | Jean-Philippe Lang | 2012-07-08 | 1 | -0/+4 |
* | Ignore emails with "Auto-Submitted: auto-*" header (#11338). | Jean-Philippe Lang | 2012-07-07 | 1 | -1/+2 |
* | Fixed: German umlauts in Subject get striped with ruby1.8 (#11065). | Jean-Philippe Lang | 2012-06-10 | 1 | -0/+9 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Additional test for MailHandler. | Jean-Philippe Lang | 2012-04-19 | 1 | -1/+11 |
* | Ignore emails with Auto-Submitted: auto-replied header (#10607). | Jean-Philippe Lang | 2012-04-13 | 1 | -6/+12 |
* | Makes the mail handler ignore out-of-office emails (#10607). | Jean-Philippe Lang | 2012-04-06 | 1 | -0/+9 |
* | replace hard-coded non ASCII literal to UTF-8 hexadecimal at test/unit/mail_h... | Toshi MARUYAMA | 2012-03-14 | 1 | -2/+6 |
* | Strip login and password read from the email body. | Jean-Philippe Lang | 2012-03-04 | 1 | -2/+2 |
* | Adds an helper to get the body of an email in tests. | Jean-Philippe Lang | 2012-03-04 | 1 | -2/+2 |
* | MailHandler: fixed that sender's fullname is not unquoted (#10334). | Jean-Philippe Lang | 2012-03-01 | 1 | -0/+15 |
* | Fixed an assertion for ruby1.9. | Jean-Philippe Lang | 2012-02-05 | 1 | -1/+1 |