aboutsummaryrefslogtreecommitdiffstats
path: root/spec/script/handle-mail-replies_spec.rb
Commit message (Collapse)AuthorAgeLines
* Handle non-UTF8 encoding in ruby 1.9 and aboveLouise Crow2015-06-25-5/+16
|
* Set options via options hash only.Louise Crow2015-03-23-5/+6
|
* Use mail handler in handle-mail-replies.rbLouise Crow2012-11-15-5/+5
|
* Fix bug that was preventing Rails from loading when *not* in test mode ↵Seb Bacon2012-06-14-0/+6
| | | | (exposed by the bug fixed in 7c846594 that was introduced in 775e122c)
* Handle yet another style of bounceRobin Houston2012-05-01-0/+6
|
* Recognise another variety of bounce messageRobin Houston2012-04-30-0/+6
|
* use Rails.root, not RAILS_ROOTJames McKinney2012-04-02-1/+1
|
* Recognise a couple of newly-seen types of out-of-office messageRobin Houston2011-12-30-0/+10
|
* Detect OOF messages that identify themselves by a X-POST-MessageClass headerRobin Houston2011-09-08-0/+5
|
* More out-of-office message detectionRobin Houston2011-09-08-0/+5
|
* More out-of-office message detectionRobin Houston2011-09-08-0/+5
|
* Improved OOF detectionRobin Houston2011-09-08-0/+10
| | | | Slightly improved detection of out-of-office messages, + tests.
* Detect multipart/report bounce messagesRobin Houston2011-09-07-0/+33
Add support for multipart/report bounce messages to script/handle-mail-replies. Also add a spec test for this script.