aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/incoming_message.rb
Commit message (Collapse)AuthorAgeLines
* First hack at new interface for classifying requests - is only per request, notfrancis2008-01-29-10/+13
| | | | per message, and has more states.
* Add NOT NULL constraints into the database everywherefrancis2008-01-24-8/+8
|
* Migration to Rails 2.0.2francis2008-01-23-1/+3
|
* Add defaults to annotated modelsfrancis2008-01-22-3/+3
|
* Some tidy ups.francis2008-01-22-14/+21
| | | | Reduce overzealous disclaimer quoting.
* Don't leave marker in quoted part.francis2008-01-22-2/+2
|
* Cope better with nested quoted sections - e.g. disclaimers in forwarded ↵francis2008-01-21-17/+21
| | | | messages.
* Hide disclaimers - hope this isn't too liberal :)francis2008-01-18-2/+7
|
* Erorrs.francis2008-01-18-3/+3
|
* Download attachments. (So much for not working on holiday, and all becausefrancis2008-01-18-16/+93
| | | | | this pesky public body actually replied with a response! http://foi.mysociety.org/request/6/response/19 :)
* Quote message that is being followed up to.francis2008-01-10-24/+43
|
* Let original requester send followup messages.francis2008-01-10-2/+13
|
* Slight spacing tweaks of folded quotes.francis2008-01-07-3/+3
|
* Update model annotationfrancis2008-01-04-2/+3
|
* Set envelope from for initial requests to a seperate address, and mark messagesfrancis2008-01-03-1/+2
| | | | to that address as being bounce messages. For now just display that simply.
* Update model annotations.francis2008-01-02-2/+2
| | | | Todo updates.
* Wrote or said.francis2008-01-02-2/+2
|
* Strip blank parts from between quoted sections when folded.francis2007-12-31-2/+2
|
* Can have just > on a line on its own in quoted partsfrancis2007-12-31-2/+2
|
* Remove debugging.francis2007-12-31-2/+2
|
* Gahfrancis2007-12-31-3/+4
|
* Attempt at character conversionfrancis2007-12-31-1/+12
|
* Comment.francis2007-12-24-1/+4
| | | | Missing 'of'
* Another emailfrancis2007-12-24-1/+2
|
* Show emails we know about, even though mask addressesfrancis2007-12-24-2/+14
|
* Make links in incoming and outgoing messages hyperlinks.francis2007-12-23-5/+9
|
* Basic multi-part handlingfrancis2007-12-22-5/+21
|
* Unoquoted body, 'dohfrancis2007-12-22-4/+2
|
* Display outgoing message properly as HTML.francis2007-12-22-2/+2
|
* Fold quoted sections of emails at display time.francis2007-12-22-6/+56
| | | | | | | Add admin note that public body emails are to be considered public. Still display something sensible if incoming email had no From. Add sidebar on request display page. Tidy up margins and colour of speech bubbles a bit.
* Don't display email addresses in bodies.francis2007-12-17-1/+14
|
* Annotate model files with their members.francis2007-12-11-1/+15
| | | | Type "rake annotate_models" to do this.
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-1/+3
|
* Test incoming request response emails.francis2007-11-13-8/+5
|
* Sort the incoming and outgoing requests by date before displayfrancis2007-10-30-3/+10
|
* Display responses on request page.francis2007-10-30-1/+13
|
* Model to store incoming messages. Save raw messages to it.francis2007-10-29-0/+17