summaryrefslogtreecommitdiffstats
path: root/test/fixtures/mail_handler
Commit message (Expand)AuthorAgeFilesLines
* svn propset svn:eol-style native to fixtures (#12399)Toshi MARUYAMA2012-11-214-106/+106
* fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...Toshi MARUYAMA2012-11-214-0/+106
* Fixed that MailHandler raises an error when email has no subject header (#123...Jean-Philippe Lang2012-11-181-0/+10
* fix receiving mail subject broken which does not begin with encoding name (#1...Toshi MARUYAMA2012-11-161-0/+7
* add test of receiving mail subject begins with encoding name (#12375)Toshi MARUYAMA2012-11-161-0/+7
* Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).Jean-Philippe Lang2012-06-101-0/+11
* set svn:eol-style native test/fixtures/mail_handler/ticket_with_long_subject.emlToshi MARUYAMA2012-03-111-57/+57
* set svn:eol-style native test/fixtures/mail_handler/ticket_with_invalid_attri...Toshi MARUYAMA2012-03-111-47/+47
* set svn:eol-style native test/fixtures/mail_handler/ticket_with_attachment.emlToshi MARUYAMA2012-03-111-248/+248
* set svn:eol-style native test/fixtures/mail_handler/ticket_reply.emlToshi MARUYAMA2012-03-111-74/+74
* set svn:eol-style native test/fixtures/mail_handler/ticket_on_given_project.emlToshi MARUYAMA2012-03-111-60/+60
* set svn:eol-style native test/fixtures/mail_handler/ticket_by_unknown_user.emlToshi MARUYAMA2012-03-111-18/+18
* set svn:eol-style native test/fixtures/mail_handler/ticket_by_empty_user.emlToshi MARUYAMA2012-03-111-17/+17
* set svn:eol-style native test/fixtures/mail_handler/issue_update_with_quoted_...Toshi MARUYAMA2012-03-111-48/+48
* set svn:eol-style native test/fixtures/mail_handler/issue_update_with_multipl...Toshi MARUYAMA2012-03-111-48/+48
* set svn:eol-style native test/fixtures/mail_handler/ticket_with_localized_att...Toshi MARUYAMA2012-03-111-43/+43
* MailHandler: fixed that sender's fullname is not unquoted (#10334).Jean-Philippe Lang2012-03-011-0/+5
* Fixed: attachments from Apple Mail not added by mail handler (#8651).Jean-Philippe Lang2011-07-291-0/+240
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-091-3/+3
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-1/+1
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-141-0/+1
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-121-0/+46
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-121-0/+43
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-122-0/+4
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-022-0/+96
* Truncate incoming email subject lines to 255 characters. #5698Eric Davis2010-06-201-0/+57
* Accept email from anonymous users with an empty from address. #5604Eric Davis2010-06-191-0/+17
* Add an "Assigned To" keyword to receiving email. #5594Eric Davis2010-05-292-0/+3
* Add 'Start date' and 'End date' keywords for incoming email. #5595Eric Davis2010-05-282-1/+5
* Adds a test with Japanese keywords in a ISO-2002-JP encoded email (#4576).Jean-Philippe Lang2010-01-171-0/+60
* Adds a setting to remove incoming emails body after a delimiter (#4409).Jean-Philippe Lang2009-12-231-1/+13
* Ignore emails received from the application emission address to avoid hell cy...Jean-Philippe Lang2009-11-081-0/+19
* Added missing fixture file from r2837 (#3731)Eric Davis2009-08-131-0/+43
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-0/+18
* Fixed: MailHandler raises an error when processing an email without From head...Jean-Philippe Lang2009-03-061-0/+40
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-211-0/+13
* Allow email to reply to a forum message (#1616).Jean-Philippe Lang2009-01-191-0/+15
* Use In-Reply-To and References headers to handle replies by email.Jean-Philippe Lang2009-01-191-1/+2
* Import custom fields values from emails (#2413).Jean-Philippe Lang2008-12-301-0/+41
* Mail handler: strip tags when receiving a html-only email (#2312).Jean-Philippe Lang2008-12-141-0/+22
* Adds To and Cc as watchers when submitting an issue by email (#2245).Jean-Philippe Lang2008-11-301-0/+40
* Makes email address case-insensitive in MailHandler (#2032).Jean-Philippe Lang2008-10-161-2/+2
* Added the "Status:" keyword to the MailHandler for setting and changing an Is...Eric Davis2008-08-202-0/+76
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-0/+43
* Adds basic support for issue creation via email (#1110).Jean-Philippe Lang2008-06-224-14/+362
* Added a test for the mail handler.Jean-Philippe Lang2007-05-091-0/+14