summaryrefslogtreecommitdiffstats
path: root/app/models/mail_handler.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Import custom fields values from emails (#2413).Jean-Philippe Lang2008-12-301-2/+9
* Mail handler: add watchers before sending notification (#2245).Jean-Philippe Lang2008-12-281-3/+2
* Mail handler: strip tags when receiving a html-only email (#2312).Jean-Philippe Lang2008-12-141-11/+21
* Make use of User.find_by_mailJean-Philippe Lang2008-12-121-1/+1
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-301-2/+2
* Adds To and Cc as watchers when submitting an issue by email (#2245).Jean-Philippe Lang2008-11-301-0/+16
* Mail handler: check workflow for status set/change.Jean-Philippe Lang2008-11-301-4/+11
* Fixed: broken subject when submitting issue via email written in japanese (Pa...Jean-Philippe Lang2008-11-071-1/+1
* Makes email address case-insensitive in MailHandler (#2032).Jean-Philippe Lang2008-10-161-1/+1
* Added the "Status:" keyword to the MailHandler for setting and changing an Is...Eric Davis2008-08-201-1/+9
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-11/+22
* Adds a simple API and a standalone script that can be used to forward emails ...Jean-Philippe Lang2008-06-251-1/+1
* Fixes reply attachments handling.Jean-Philippe Lang2008-06-221-1/+1
* Adds basic support for issue creation via email (#1110).Jean-Philippe Lang2008-06-221-14/+108
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-1/+1
* Added a test for the mail handler.Jean-Philippe Lang2007-05-091-3/+3
* Added a simple mail handler.Jean-Philippe Lang2007-05-091-0/+40