aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/request_mailer.rb
Commit message (Expand)AuthorAgeLines
* 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