aboutsummaryrefslogtreecommitdiffstats
path: root/spec/script/handle-mail-replies_spec.rb
Commit message (Collapse)AuthorAgeLines
* 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.