aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
Commit message (Expand)AuthorAgeLines
* Wrap specs on the extraction of RFC-822 headers in code that sets the ENV tim...Louise Crow2012-12-11-24/+32
* 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
* Standardize slug generation for external users so that it uses the same under...Louise Crow2012-11-29-0/+16
* Use new function that copies existing xapian index in spec setup where a clea...Louise Crow2012-11-21-11/+11
* Wrap address parsing in a address_from_string method in the mail handler.Louise Crow2012-11-15-6/+41
* Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-1/+1
* Use mail handler in request mailer spec.Louise Crow2012-11-15-1/+1
* 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
* Make error message expectation slightly less specific - message format is sli...Louise Crow2012-11-08-2/+4
* use safe_mock_modelJames McKinney2012-11-01-6/+6
* Restore removed testing config param, remove spec for unset param - I think n...Louise Crow2012-10-25-9/+0
* Given that MAX_REQUESTS_PER_USER_PER_DAY is documented as an optional variabl...Louise Crow2012-10-25-49/+58
* Merge remote-tracking branch 'openaustralia_github/follow-all-requests-descri...Louise Crow2012-10-25-4/+5
|\
| * Fix description of a searchHenare Degan2012-10-18-1/+2
| * Make test a bit more RubyesqueHenare Degan2012-10-18-4/+4
* | Merge branch 'feature/ruby-19-compat-immediate' into developLouise Crow2012-10-24-0/+17
|\ \ | |/ |/|
| * 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
* | Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ...Louise Crow2012-10-12-0/+166
|\ \ | |/ |/|
| * Revert "Also allow arbitrary subdomain on email addresses picked up in the logs"Matthew Landauer2012-10-12-5/+0
| * Also allow arbitrary subdomain on email addresses picked up in the logsMatthew Landauer2012-10-11-0/+5
| * Fix small bug where email domain wasn't being quoted in the regular expressionMatthew Landauer2012-10-11-0/+4
| * Ignore emails in logs with incorrect prefixesMatthew Landauer2012-10-11-2/+7
| * Added tests for MailServerLog.email_addresses_on_lineMatthew Landauer2012-10-11-0/+20
| * Rename models and tables exim -> mail_serverMatthew Landauer2012-10-11-37/+37
| * Method for checking whether a request has been sent that checks the postfix logMatthew Landauer2012-10-11-0/+14
| * New configuration MTA_LOG_TYPE to set whether we are using exim or postfix to...Matthew Landauer2012-10-11-1/+0
| * Do a very naive simple way of automatically detecting whether this is an exim...Matthew Landauer2012-10-10-0/+1
| * Don't get confused if there is no postfix queue idMatthew Landauer2012-10-10-0/+6
| * Add method for loading postfix log dataMatthew Landauer2012-10-10-0/+31
| * Extract postfix queue ids from logsMatthew Landauer2012-10-10-0/+22
| * Simple minded test for reading gzipped log filesMatthew Landauer2012-10-10-0/+6
| * Simplify tests just a littleMatthew Landauer2012-10-10-16/+12
| * Test for behaviour when actually reloading the same log fileMatthew Landauer2012-10-10-0/+19
| * Added tests for reloading same log fileMatthew Landauer2012-10-10-0/+16
| * Add a second log line to the testMatthew Landauer2012-10-10-4/+11
| * Added test for EximLog.load_fileMatthew Landauer2012-10-10-0/+20
* | 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