aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/incoming_message_spec.rb
Commit message (Expand)AuthorAgeLines
* Don't index hidden and requester_only incoming messages.Louise Crow2013-09-16-0/+23
* Adding prominence_reason to IncomingMessage.Louise Crow2013-09-16-0/+1
* Refactor common logic about prominence and access.Louise Crow2013-09-16-1/+1
* Add a method to ask whether a user can view an incoming message.Louise Crow2013-09-16-0/+57
* Add response_event helperLouise Crow2013-09-16-0/+12
* Add prominence to incoming message.Louise Crow2013-09-16-0/+21
* Re-annotate models with database fieldsLouise Crow2013-09-16-0/+20
* Prevent erroneous internal error messages with multibyte characters under rub...Louise Crow2013-07-25-1/+12
* Merge branch 'hotfix/0.11.0.14' into rails-3-developLouise Crow2013-06-19-0/+10
|\
| * Allow the HTML display of the body of an email to handle the case where the b...0.11.0.14hotfix/0.11.0.14Louise Crow2013-06-19-0/+10
* | Fix typoLouise Crow2013-06-12-1/+1
* | Make sure raw emails are loaded before running test.Louise Crow2013-06-12-0/+4
|/
* When extracting attachments for an incoming message and getting the body of t...Louise Crow2013-05-29-0/+43
* Avoid an FoiAttachment validation failure under Rails 3Mark Longair2013-05-16-0/+11
* Add a new example for unconvertible-to-UTF-8 text part dataMark Longair2013-05-16-2/+9
* Reload cached object after extracting attachmentsHenare Degan2013-03-04-0/+1
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
* Merge branch 'rails_xss' into rails-3-spikeMatthew Landauer2013-01-25-0/+7
|\
| * Handle case where info request doesn't have a user_nameLouise Crow2013-01-07-0/+7
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-spikeMatthew Landauer2013-01-04-24/+32
|\|
| * Wrap specs on the extraction of RFC-822 headers in code that sets the ENV tim...Louise Crow2012-12-11-24/+32
* | Update to new RSpec module namesHenare Degan2012-12-12-1/+1
|/
* Convert url in comment to spec.Louise Crow2012-12-06-0/+8
* Rename _get_attachment_text_internal_one_file to get_attachment_text_one_file...Louise Crow2012-12-06-2/+2
* Move methods for getting the text out of attachments to the mail handler module.Louise Crow2012-12-06-24/+3
* Add spec for handling an RFC822 attachment.Louise Crow2012-12-04-0/+18
* Add spec for the adding of headers to plain text bodies in attachments.Louise Crow2012-12-04-0/+13
* Rewrite and move spec so that it tests the mail handler method.Louise Crow2012-12-04-5/+0
* Rewrite spec to reflect delegation of low-level mail methods to mail handler,...Louise Crow2012-12-04-23/+14
* Move TMail extensions to mail handler.Louise Crow2012-11-15-0/+20
* Don't load raw emails data in specs that don't use it.Louise Crow2012-11-15-18/+0
* Factor out method for getting a mail object from a fixture file.Louise Crow2012-11-15-10/+7
* Use mailhandler method in incoming message specs.Louise Crow2012-11-15-10/+5
* Convert example in comment to failing spec, update regex to make spec pass - ...Louise Crow2012-10-18-0/+9
* Convert request cited in comment to failing spec, update regex to make it pas...Louise Crow2012-10-18-0/+8
* 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