aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeLines
* Parse the 'to' address as if on a real mail to trigger quoted string encoding.Louise Crow2013-06-03-1/+3
* Fix for subject lines with invalid UTF-8 as the last characterMark Longair2013-06-03-2/+12
* Remove the (we think) now unneeded will_paginate customizationMark Longair2013-05-29-59/+0
* Merge branch 'tmail-to-mail-tests' into rails-3-developMark Longair2013-05-28-12/+303
|\
| * Suppress STDERR noise from the tnef binaryMark Longair2013-05-22-1/+1
| * Move the mapi requires to where they're really neededMark Longair2013-05-22-0/+2
| * Retain old handling of malformed addresses in To and Cc linesMark Longair2013-05-21-0/+29
| * Cope with emails with a missing final MIME boundaryMark Longair2013-05-17-2/+9
| * Only set original_charset when a charset has been defined for the mail part. ...Louise Crow2013-05-16-3/+8
| * Add a helper function for dumping text to diskMark Longair2013-05-16-0/+11
| * Make efforts to ensure that we're usually dealing with UTF-8 stringsMark Longair2013-05-16-1/+5
| * Add functions for converting from arbitrary text data to UTF-8Mark Longair2013-05-16-0/+75
| * Ignore common TNEF attachment parsing errorsMark Longair2013-05-16-5/+13
| * Remove an unnecessary use of 'which' in backticksMark Longair2013-05-16-1/+1
| * Add rake tasks for checking the parsing of a random sample of emailsMark Longair2013-05-16-0/+150
* | Disable referential integrity disabling in the test database, if a config par...Louise Crow2013-05-28-0/+110
* | Merge remote-tracking branch 'origin/hotfix/0.9.0.3' into rails-3-developLouise Crow2013-05-16-1/+6
|\ \ | |/ |/|
| * Limit memory available to wvText, which calls elinksIan Chard2013-05-15-1/+2
| * Add option to limit memory available to external commandsIan Chard2013-05-15-0/+4
* | Restore load of config (AlaveteliConfiguration is required in forward_on) - u...Louise Crow2013-05-08-54/+57
* | No need to explicitly load the rake tasks in Rails 3.Louise Crow2013-05-07-4/+0
* | Remove unused function.Louise Crow2013-04-30-18/+0
* | Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-6/+17
|\|
| * Also silence network unreachable errors.Louise Crow2013-04-17-6/+6
| * Merge branch 'feature/final-consistent-translation-interpolation' into developLouise Crow2013-04-16-0/+11
| |\
| | * Override n_ to add interpolationMatthew Landauer2013-04-09-0/+11
* | | Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-2/+2
* | | Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-0/+1
|\| |
| * | Follow alphabetical ordering.Louise Crow2013-03-19-1/+1
| * | Allow the emergency user account to be disabled.Louise Crow2013-03-19-0/+1
* | | Rails security updateMatthew Landauer2013-03-19-67/+0
* | | Remove Rails 2 patch from 1e958d20f674dabde9e8fc6606edc704d4f93b66Henare Degan2013-03-14-19/+0
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-10/+25
|\| |
| * | Merge remote-tracking branch 'openaustralia_github/one_support_email_on_admin...Louise Crow2013-03-13-0/+24
| |\ \
| | * | Fix bug in rails 2 cookiestore that only shows up when using integration testsMatthew Landauer2013-03-06-0/+19
| | * | Extract method that knows who can update the state of a requestMatthew Landauer2013-03-03-0/+5
| * | | Merge remote-tracking branch 'openaustralia_github/force-ssl' into developLouise Crow2013-03-12-0/+1
| |\ \ \
| | * | | Add configuration to force ssl for the whole siteMatthew Landauer2013-02-15-0/+1
| | |/ /
| * | | Remove monkeypatch that makes tag helper html4 compliantMatthew Landauer2013-03-07-8/+0
| * | | Configurations ADMIN_BASE_URL and ADMIN_PUBLIC_URL are no longer used anywhereMatthew Landauer2013-02-15-2/+0
| |/ /
* | | Backport Mail's encoding code from 2.5 for Ruby 1.9Henare Degan2013-03-07-0/+45
* | | See how we go not disabling this nowHenare Degan2013-03-03-21/+0
* | | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-10/+10
* | | Different class in newer version of will_paginateHenare Degan2013-03-03-1/+1
* | | Revert "Update this to match the older version of the mail gem we're using"Henare Degan2013-03-03-1/+2
* | | Backport Mail 2.5's to_yaml to prevent an exception with Ruby 1.8Henare Degan2013-03-02-0/+22
* | | Backport newer Mail code to fix decoding problems. #850Henare Degan2013-03-02-0/+38
* | | Remove Tmail and use the Mail gem under Ruby 1.8.7 as wellHenare Degan2013-02-27-437/+4
* | | create_ is deprecatedHenare Degan2013-02-25-22/+22
* | | Our older version of Mail returns a different class so cast it to a StringHenare Degan2013-02-21-1/+1