aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/incoming_message_spec.rb
Commit message (Expand)AuthorAgeLines
* In fact, the message in the example URL was not being folded properly anymore...Louise Crow2012-10-11-0/+7
* Convert example url from comment into passing spec.Louise Crow2012-10-11-0/+7
* Clean up spec a bit.Louise Crow2012-10-11-8/+1
* Add test for handling a multipart mail with a linebreak in the boundary.Louise Crow2012-10-11-0/+8
* Remove debug line.Louise Crow2012-10-11-1/+0
* Handle the case where an incoming message is badly encoded and has no charset...Louise Crow2012-10-09-0/+10
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-2/+1
* Add case of a regex censor rule to test of binary masking.Louise Crow2012-08-14-13/+20
* Need another stub nowRobin Houston2012-06-07-0/+1
* Better test assertionsRobin Houston2012-02-03-17/+17
* Load all fixtures for all testsRobin Houston2012-01-31-8/+0
* Load all raw emails for testingRobin Houston2012-01-29-7/+7
* Use correct column type for sent_at date (was only preserving time and not da...Seb Bacon2012-01-10-0/+2
* Ensure attachments have been parsed before generating cached extractsSeb Bacon2012-01-05-0/+7
* Correctly test for auto-submitted headers. Fixes #316.Seb Bacon2012-01-05-14/+13
* Display internationalized emails correctly (specifically, RFC2047 headers, an...Seb Bacon2012-01-04-0/+22
* Ensure we always censor safe_mail_from; and mention new only-parse-once featu...Seb Bacon2011-12-21-5/+3
* Further improvements to attachment cachingSeb Bacon2011-12-13-8/+5
* WIP on caching attachmentsSeb Bacon2011-12-12-31/+44
* Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-0/+1
|\
| * add encoding magic comments and fix pathsJames McKinney2011-10-16-0/+1
* | allow specs to run independentlyJames McKinney2011-10-16-4/+4
|/
* test folded sections and fix fixture orderingJames McKinney2011-10-11-4/+16
* Improve signature folding regexp. Fixes issue #253.Seb Bacon2011-10-11-0/+9
* Improve detection of autoresponse emails, so we can discourage users from rep...Seb Bacon2011-09-09-7/+53
* Force elinks to assume UTF8 character set for its input (used when making pla...Seb Bacon2011-08-12-0/+7
* Remove more whatdotheyknow references. Closes #113 (I think).Seb Bacon2011-08-12-0/+7
* Apply censor rules even when pdftk refuses to compress. Also provide for alt...Seb Bacon2011-08-10-4/+15
* Fix up missing fixtures (causing failures dependent on order the tests were f...Seb Bacon2011-08-10-3/+3
* Add missing :info_requests fixture to test that depends on itSeb Bacon2011-07-29-1/+1
* To make tests pass with RawEmails on the filesystem, instead of hacky depende...Seb Bacon2011-07-29-0/+4
* Make sure the :public_body_translation fixture is included everywhere the :pu...Robin Houston2011-06-09-2/+2
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
* It's Gorgonzola nowFrancis Irving2010-08-04-1/+1
* Oops, got test slightly wrong.Francis Irving2010-08-04-1/+1
* Do censoring of whole users if the rules are there.Francis Irving2010-08-04-1/+41
* Merge commit 'peter/tnef'Francis Irving2010-03-20-0/+18
|\
| * Support for Outlook TNEF filesPeter Collingbourne2010-03-15-0/+18
* | Do not binary mask the pdf if pdftk silently fails producing no outputPeter Collingbourne2010-03-15-0/+7
|/
* Another missing fixture.Francis Irving2010-03-10-1/+1
* Add another missing fixtureFrancis Irving2010-03-10-1/+1
* Prefer HTML to other alternative typesFrancis Irving2010-03-09-1/+1
* Merge commit 'peter/master'Francis Irving2010-03-09-0/+18
|\
| * Implement decoding of Outlook msg/oft filesPeter Collingbourne2010-02-18-0/+18
* | Note on this test failing for certain version of pdftkFrancis Irving2010-03-09-0/+3
|/
* Test for attaching attachments case, where the email attached is offFrancis Irving2009-12-22-0/+20
* Fix test to work with new way of uudecodingFrancis Irving2009-12-03-2/+6
* Method renamedfrancis2009-09-17-3/+3
* Make a few more calls modify strings in place to reduce memory use.francis2009-09-15-1/+1
* More tests.francis2009-09-15-0/+36