aboutsummaryrefslogtreecommitdiffstats
path: root/script/handle-mail-replies.rb
Commit message (Expand)AuthorAgeLines
* Revert "Remove setting of internal and external encodings for ruby 1.9 - as p...Louise Crow2013-05-28-0/+4
* Restore load of config (AlaveteliConfiguration is required in forward_on) - u...Louise Crow2013-05-08-0/+4
* Remove setting of internal and external encodings for ruby 1.9 - as per 512d8...Louise Crow2013-04-30-4/+0
* Stop AlaveteliConfiguration class being loaded twiceMatthew Landauer2013-03-19-4/+0
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
* Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-1/+1
* Move the action mailer dependency to the mail handler so that it's only activ...Louise Crow2012-12-04-19/+22
* Use mail handler in handle-mail-replies.rbLouise Crow2012-11-15-1/+3
* Require rather than load to avoid already defined constant error when loading...Louise Crow2012-10-17-1/+1
* Add load of configuration module, now code is using Configuation:: rather tha...Louise Crow2012-10-17-13/+15
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-2/+1
* Fix bug that was preventing Rails from loading when *not* in test mode (expos...Seb Bacon2012-06-14-1/+1
* File.dirname(__FILE__) is not necessarily absoluteRobin Houston2012-06-03-1/+1
* Make handle-mail-replies bundler-aware tooRobin Houston2012-06-03-0/+180