| Commit message (Expand) | Author | Age | Lines |
* | Use correct column type for sent_at date (was only preserving time and not da... | Seb Bacon | 2012-01-10 | -0/+2 |
* | Ensure attachments have been parsed before generating cached extracts | Seb Bacon | 2012-01-05 | -0/+7 |
* | Correctly test for auto-submitted headers. Fixes #316. | Seb Bacon | 2012-01-05 | -14/+13 |
* | Display internationalized emails correctly (specifically, RFC2047 headers, an... | Seb Bacon | 2012-01-04 | -0/+22 |
* | Ensure we always censor safe_mail_from; and mention new only-parse-once featu... | Seb Bacon | 2011-12-21 | -5/+3 |
* | Further improvements to attachment caching | Seb Bacon | 2011-12-13 | -8/+5 |
* | WIP on caching attachments | Seb Bacon | 2011-12-12 | -31/+44 |
* | Merge remote-tracking branch 'jpmckinney/pre1.9' into develop | Seb Bacon | 2011-11-24 | -0/+1 |
|\ |
|
| * | add encoding magic comments and fix paths | James McKinney | 2011-10-16 | -0/+1 |
* | | allow specs to run independently | James McKinney | 2011-10-16 | -4/+4 |
|/ |
|
* | test folded sections and fix fixture ordering | James McKinney | 2011-10-11 | -4/+16 |
* | Improve signature folding regexp. Fixes issue #253. | Seb Bacon | 2011-10-11 | -0/+9 |
* | Improve detection of autoresponse emails, so we can discourage users from rep... | Seb Bacon | 2011-09-09 | -7/+53 |
* | Force elinks to assume UTF8 character set for its input (used when making pla... | Seb Bacon | 2011-08-12 | -0/+7 |
* | Remove more whatdotheyknow references. Closes #113 (I think). | Seb Bacon | 2011-08-12 | -0/+7 |
* | Apply censor rules even when pdftk refuses to compress. Also provide for alt... | Seb Bacon | 2011-08-10 | -4/+15 |
* | Fix up missing fixtures (causing failures dependent on order the tests were f... | Seb Bacon | 2011-08-10 | -3/+3 |
* | Add missing :info_requests fixture to test that depends on it | Seb Bacon | 2011-07-29 | -1/+1 |
* | To make tests pass with RawEmails on the filesystem, instead of hacky depende... | Seb Bacon | 2011-07-29 | -0/+4 |
* | Make sure the :public_body_translation fixture is included everywhere the :pu... | Robin Houston | 2011-06-09 | -2/+2 |
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
* | It's Gorgonzola now | Francis Irving | 2010-08-04 | -1/+1 |
* | Oops, got test slightly wrong. | Francis Irving | 2010-08-04 | -1/+1 |
* | Do censoring of whole users if the rules are there. | Francis Irving | 2010-08-04 | -1/+41 |
* | Merge commit 'peter/tnef' | Francis Irving | 2010-03-20 | -0/+18 |
|\ |
|
| * | Support for Outlook TNEF files | Peter Collingbourne | 2010-03-15 | -0/+18 |
* | | Do not binary mask the pdf if pdftk silently fails producing no output | Peter Collingbourne | 2010-03-15 | -0/+7 |
|/ |
|
* | Another missing fixture. | Francis Irving | 2010-03-10 | -1/+1 |
* | Add another missing fixture | Francis Irving | 2010-03-10 | -1/+1 |
* | Prefer HTML to other alternative types | Francis Irving | 2010-03-09 | -1/+1 |
* | Merge commit 'peter/master' | Francis Irving | 2010-03-09 | -0/+18 |
|\ |
|
| * | Implement decoding of Outlook msg/oft files | Peter Collingbourne | 2010-02-18 | -0/+18 |
* | | Note on this test failing for certain version of pdftk | Francis Irving | 2010-03-09 | -0/+3 |
|/ |
|
* | Test for attaching attachments case, where the email attached is off | Francis Irving | 2009-12-22 | -0/+20 |
* | Fix test to work with new way of uudecoding | Francis Irving | 2009-12-03 | -2/+6 |
* | Method renamed | francis | 2009-09-17 | -3/+3 |
* | Make a few more calls modify strings in place to reduce memory use. | francis | 2009-09-15 | -1/+1 |
* | More tests. | francis | 2009-09-15 | -0/+36 |
* | Change censor rules to apply to strings in place, so using less memory on lar... | francis | 2009-09-15 | -9/+85 |
* | Changed rule. | francis | 2009-09-09 | -2/+2 |
* | Ignore an error in expanding an attached zipfile when indexing text | louise | 2009-07-09 | -0/+13 |
* | Don't send to DoNotReply addresses. | francis | 2009-05-19 | -0/+4 |
* | Factor out common bit of tests into a function. | francis | 2009-04-27 | -28/+14 |
* | Don't allow reply to Auto_Reply emails | francis | 2009-04-27 | -0/+50 |
* | Fix bug with not escaping name when used in regexp. | francis | 2009-04-21 | -0/+19 |
* | Whoops, didn't remove slashes from subjects. | francis | 2009-03-17 | -0/+11 |
* | Fix bug with slashes in attachment filenames | francis | 2009-03-17 | -0/+11 |
* | Move TMail monkeypatches out of incoming_message into | francis | 2008-11-21 | -0/+5 |
* | Fix up test code, and some bugs relating to splitting out raw_email data. | francis | 2008-09-22 | -1/+1 |
* | Model for storing category of response (contains information, rejection etc.) | francis | 2007-11-14 | -1/+9 |