summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add assertion about email notification on issue creation via email (#4228).Jean-Philippe Lang2009-12-021-0/+5
* Ignore emails received from the application emission address to avoid hell cy...Jean-Philippe Lang2009-11-081-0/+7
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allow spaces between the keyword and colon in incoming mail. (#3731)Eric Davis2009-08-121-0/+15
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-2/+37
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-0/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-0/+15
* Fixed: MailHandler raises an error when processing an email without From head...Jean-Philippe Lang2009-03-061-0/+5
* Strip keywords from received email body (#2436).Jean-Philippe Lang2009-02-091-0/+5
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-211-0/+9
* Allow email to reply to a forum message (#1616).Jean-Philippe Lang2009-01-191-1/+13
* Import custom fields values from emails (#2413).Jean-Philippe Lang2008-12-301-1/+12
* Mail handler: strip tags when receiving a html-only email (#2312).Jean-Philippe Lang2008-12-141-0/+9
* Adds To and Cc as watchers when submitting an issue by email (#2245).Jean-Philippe Lang2008-11-301-0/+11
* Added the "Status:" keyword to the MailHandler for setting and changing an Is...Eric Davis2008-08-201-1/+22
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-2/+38
* Adds basic support for issue creation via email (#1110).Jean-Philippe Lang2008-06-221-28/+42
* Added project module concept.Jean-Philippe Lang2007-09-141-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-1/+1
* Added "assigned to" field in mail notifications.Jean-Philippe Lang2007-05-101-1/+1
* Added a test for the mail handler.Jean-Philippe Lang2007-05-091-0/+57