aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/request_mailer.rb
Commit message (Expand)AuthorAgeLines
* Send second reminder for classification.francis2008-07-14-9/+14
* Removed unused bounce messagefrancis2008-07-08-10/+1
* Store incoming messages which aren't to a valid request in a holding pen, andfrancis2008-07-08-3/+4
* Remove spurious line.francis2008-06-13-2/+1
* Make this slightly clearer code.francis2008-06-12-1/+2
* Wording change.francis2008-06-06-2/+2
* Fix bug in logging of emailfrancis2008-06-06-6/+10
* Show people tracking same query, when you are on search page.francis2008-05-21-3/+50
* Option to stop new respones for individual requests which for whatever reasonfrancis2008-05-19-1/+13
* Remove cron messages, as all seems OK enough I think.francis2008-05-18-3/+3
* Put name of unusual FOI response in subject.francis2008-05-16-2/+2
* Use shared URL function now availablefrancis2008-04-15-5/+4
* Send email to remind people to classify their response.francis2008-03-24-4/+47
* Get rid of special envelope from -bounce addresses, as they are no good sincefrancis2008-03-21-19/+3
* Overdue request alerts.francis2008-03-19-2/+2
* Show response properlyfrancis2008-02-29-2/+3
* Use names in URLs of requests.francis2008-02-27-2/+2
* When a response is overdue, email the request creator to tell them so they ca...francis2008-02-22-2/+55
* Add new state to indicate that a response is not in a known category.francis2008-02-21-5/+23
* Set reply to header whenever we set special envelope from.francis2008-02-13-3/+11
* Links to user admin page and public body admin page from request admin pagefrancis2008-02-06-2/+2
* Include name as well as email in to address in followup messages.francis2008-01-21-3/+2
* Put name (as well as email) in all addresses when sending emails.francis2008-01-14-12/+10
* Show URL of request in disclaimer of follow up message, may as well.francis2008-01-11-1/+2
* Let original requester send followup messages.francis2008-01-10-1/+12
* Change /classify URL to /request/ID/response/IDfrancis2008-01-09-2/+2
* Set envelope from for initial requests to a seperate address, and mark messagesfrancis2008-01-03-7/+14
* Framework for logging different events about an FOI request.francis2008-01-02-6/+2
* Typo.francis2007-12-14-2/+2
* Give proper contact address in footer.francis2007-12-14-2/+3
* Get incoming email test working.francis2007-12-13-2/+1
* Word wrap emails.francis2007-12-12-1/+2
* oops.francis2007-12-11-2/+2
* Send email to original requester when response received.francis2007-11-23-2/+14
* If there is no FOI request for incoming email to go to, then (for now) insteadfrancis2007-11-13-1/+13
* Use self. when reading to model member variables from insidefrancis2007-10-30-16/+2
* Model to store incoming messages. Save raw messages to it.francis2007-10-29-35/+46
* Framework for incoming messages.francis2007-10-26-2/+30
* Read in mySociety style configuration file, if it is there (use sensible defa...francis2007-10-24-5/+7
* Basic controller for sending email.francis2007-10-16-0/+20