summaryrefslogtreecommitdiffstats
path: root/test/fixtures/mail_handler
Commit message (Expand)AuthorAgeFilesLines
* 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