Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Set options via options hash only. | Louise Crow | 2015-03-23 | -7/+8 |
| | ||||
* | Deal with further side effects of stuff done outside of a transaction in tests | Matthew Landauer | 2013-03-19 | -0/+2 |
| | ||||
* | Turn off transactional fixtures and fully destroy the message we import in ↵ | Louise Crow | 2013-03-12 | -0/+12 |
| | | | | order to cleanup the data created by this test. | |||
* | Add some more fixtures so that spec/script/mailin_spec.rb won't interfere ↵ | Louise Crow | 2013-03-11 | -1/+1 |
| | | | | with other tests. | |||
* | Use an empty incoming email to avoid interaction with other tests. | Louise Crow | 2013-02-17 | -1/+1 |
| | ||||
* | Don't use a from address that will affect other tests. | Louise Crow | 2013-02-16 | -1/+1 |
| | ||||
* | Direct the incoming mail to a fixture info_request so that it doesn't affect ↵ | Louise Crow | 2013-02-16 | -2/+6 |
| | | | | the holding pen if run before other tests that count holding pen entries. | |||
* | Rename spec file so that it's picked up by rake spec. | Louise Crow | 2013-02-14 | -0/+0 |
| | ||||
* | Add a spec to test that mailin does not produce any output. This is ↵ | Louise Crow | 2012-12-17 | -0/+21 |
| | | | | important as under some MTA configurations, any output will result in a bounce message being sent to the original mail sender. | |||
* | 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. |