Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Clear deliveries before running test to make sure test is self-contained | louise | 2009-07-09 | -0/+1 |
| | ||||
* | Fix bug with bouncing messages. | francis | 2009-06-15 | -0/+7 |
| | ||||
* | Whoops, didn't work with name part in from address. | francis | 2009-06-15 | -1/+1 |
| | ||||
* | Fancier options for stopping new responses to requests. | francis | 2009-06-15 | -2/+79 |
| | ||||
* | Provide more explanation to users when someone else updates their | tony | 2009-05-14 | -3/+8 |
| | | | | request status. | |||
* | Added method for sending email to requester when someone has updated an old ↵ | louise | 2009-04-14 | -4/+25 |
| | | | | unclassified request | |||
* | Reminders sent to users to update the status of their request now use ↵ | louise | 2009-04-08 | -2/+2 |
| | | | | InfoRequest.find_old_unclassified | |||
* | Adding specs for current behaviour of RequestMailer when sending out ↵ | louise | 2009-04-08 | -1/+79 |
| | | | | reminders to requesters to classify a response to their request | |||
* | TMail rebuilds address when constructing emails. Move our more | francis | 2009-04-08 | -2/+2 |
| | | | | | | aggressive quoting rule into a TMail monkey patch proper so it is always called when constructing emails, and remove the hacky function (Address.encode_quoted_string) it used to call in special places | |||
* | Tests for use of different addresses in replies. | francis | 2009-04-08 | -16/+51 |
| | | | | | Fix bug in quoting of those replies. Make it remove @ signs from name part of them. | |||
* | Start to add test for the mail reply address functions. | francis | 2009-04-07 | -1/+31 |
| | ||||
* | Make link on first response arrived email not be login one, as people ↵ | francis | 2008-11-10 | -0/+1 |
| | | | | | | | forward it about. Make link on later ones go straight to top green box. Give ids to the green boxes. | |||
* | Fix up test code, and some bugs relating to splitting out raw_email data. | francis | 2008-09-22 | -1/+1 |
| | ||||
* | Store incoming messages which aren't to a valid request in a holding pen, and | francis | 2008-07-08 | -1/+8 |
| | | | | let people move them from admin interface. | |||
* | Option to stop new respones for individual requests which for whatever reason | francis | 2008-05-19 | -1/+22 |
| | | | | are getting spam. | |||
* | Store incoming and outgoing message id in the table for info request events, ↵ | francis | 2008-04-15 | -0/+1 |
| | | | | so has proper foreign key. | |||
* | More tests stuff | francis | 2008-04-14 | -1/+0 |
| | ||||
* | Stop the wrapping code breaking up long URLs | francis | 2008-04-14 | -0/+12 |
| | ||||
* | Get incoming email test working. | francis | 2007-12-13 | -1/+1 |
| | ||||
* | Word wrap emails. | francis | 2007-12-12 | -1/+2 |
| | | | | Fix user id references in test code. | |||
* | Model for storing category of response (contains information, rejection etc.) | francis | 2007-11-14 | -3/+3 |
| | ||||
* | If there is no FOI request for incoming email to go to, then (for now) instead | francis | 2007-11-13 | -1/+10 |
| | | | | forward a copy to the administrators. | |||
* | Test incoming request response emails. | francis | 2007-11-13 | -1/+13 |
| | ||||
* | Stub specs. | francis | 2007-10-31 | -0/+8 |