aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/request_mailer.rb
Commit message (Collapse)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
| | | | let people move them from admin interface.
* 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
| | | | | | | | | Put name of admin user rather than import_csv. Send automated email to remind people to clarify their request. Send response overdue alerts multiple times for one request (if it becomes overdue again after a clarification etc.) Overdue response alert email click through shows how many days overdue it is near where you write your reply.
* Option to stop new respones for individual requests which for whatever reasonfrancis2008-05-19-1/+13
| | | | are getting spam.
* 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
| | | | enough public authorities mail them with non-automatic messages.
* Overdue request alerts.francis2008-03-19-2/+2
| | | | Some other tweaks to user tests.
* 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 ↵francis2008-02-22-2/+55
| | | | can send a followup.
* 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
| | | | to that address as being bounce messages. For now just display that simply.
* Framework for logging different events about an FOI request.francis2008-01-02-6/+2
| | | | Log outgoing messages as such events, so can know when one was resent.
* 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
| | | | Fix user id references in test code.
* 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
| | | | forward a copy to the administrators.
* Use self. when reading to model member variables from insidefrancis2007-10-30-16/+2
| | | | | | model member functions, as you have to use self. when writing so it'll be clearer. Remove some superfluous code
* Model to store incoming messages. Save raw messages to it.francis2007-10-29-35/+46
|
* Framework for incoming messages.francis2007-10-26-2/+30
| | | | | Email address for public body to respond to, with hash. Take incoming messages and route to correct info request.
* Read in mySociety style configuration file, if it is there (use sensible ↵francis2007-10-24-5/+7
| | | | | | | defaults if not). Actually send request to public body, or fake address on staging site. Fix minor bug with sending front page form public body to new request page.
* Basic controller for sending email.francis2007-10-16-0/+20