Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Handle non-UTF8 encoding in ruby 1.9 and above | Louise Crow | 2015-06-25 | -5/+16 |
| | ||||
* | Set options via options hash only. | Louise Crow | 2015-03-23 | -5/+6 |
| | ||||
* | Use mail handler in handle-mail-replies.rb | Louise Crow | 2012-11-15 | -5/+5 |
| | ||||
* | Fix bug that was preventing Rails from loading when *not* in test mode ↵ | Seb Bacon | 2012-06-14 | -0/+6 |
| | | | | (exposed by the bug fixed in 7c846594 that was introduced in 775e122c) | |||
* | Handle yet another style of bounce | Robin Houston | 2012-05-01 | -0/+6 |
| | ||||
* | Recognise another variety of bounce message | Robin Houston | 2012-04-30 | -0/+6 |
| | ||||
* | use Rails.root, not RAILS_ROOT | James McKinney | 2012-04-02 | -1/+1 |
| | ||||
* | Recognise a couple of newly-seen types of out-of-office message | Robin Houston | 2011-12-30 | -0/+10 |
| | ||||
* | Detect OOF messages that identify themselves by a X-POST-MessageClass header | Robin Houston | 2011-09-08 | -0/+5 |
| | ||||
* | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+5 |
| | ||||
* | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+5 |
| | ||||
* | Improved OOF detection | Robin Houston | 2011-09-08 | -0/+10 |
| | | | | Slightly improved detection of out-of-office messages, + tests. | |||
* | Detect multipart/report bounce messages | Robin Houston | 2011-09-07 | -0/+33 |
Add support for multipart/report bounce messages to script/handle-mail-replies. Also add a spec test for this script. |